Skip to content

Commit

Permalink
Add the missing 'homepage' checkbox to the bookmark editor
Browse files Browse the repository at this point in the history
See c7384b4843
  • Loading branch information
angelaschmid committed Feb 24, 2016
1 parent 398265f commit 843c64e
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions browser-ui.xml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -223,15 +223,15 @@
<value>URL:</value>
</textarea>

<textarea name="genre_text" from="title_text">
<textarea name="homepagelabel" from="categorylabel">
<position>15,730</position>
<value>Genre:</value>
<value>Homepage:</value>
</textarea>

<textarea name="channel_text" from="title_text">
<position>15,790</position>
<value>Channel:</value>
</textarea>
<imagetype name="dialogboxoverlay">
<position>0,0</position>
<filename>images/arclight_popup_large_overlay.png</filename>
</imagetype>

<!--Widgets-->

Expand All @@ -252,10 +252,9 @@
<position>195,667</position>
</textedit>

<imagetype name="dialogboxoverlay">
<position>0,0</position>
<filename>images/arclight_popup_large_overlay.png</filename>
</imagetype>
<checkbox name="homepage" from="basecheckbox">
<position>195,734</position>
</checkbox>

<button name="cancel" from="basebutton">
<position>235,850</position>
Expand Down

0 comments on commit 843c64e

Please sign in to comment.