Skip to content

Commit

Permalink
MythCenter-wide: Add the missing 'homepage' checkbox to the bookmark …
Browse files Browse the repository at this point in the history
…editor
  • Loading branch information
Paul Harrison committed Oct 26, 2014
1 parent 69bb0f8 commit c7384b4
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions mythtv/themes/MythCenter-wide/browser-ui.xml
Expand Up @@ -377,13 +377,22 @@
<position>395,340</position>
</textedit>

<textarea name="homepagelabel" from="basetextarea">
<area>180,440,200,30</area>
<align>right,vcenter</align>
<value>Homepage:</value>
</textarea>

<checkbox name="homepage" from="basecheckbox">
<position>395,440</position>
</checkbox>
<button name="cancel" from="basebutton">
<position>395,480</position>
<position>395,530</position>
<value>Cancel</value>
</button>

<button name="ok" from="basebutton">
<position>620,480</position>
<position>620,530</position>
<value>OK</value>
</button>

Expand Down

0 comments on commit c7384b4

Please sign in to comment.