summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-04-19 15:23:06 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-04-19 15:23:06 +0000
commite01a46d0c1be6b0334048b2613074bc273d650a6 (patch)
tree58ce9a364dad5fa4c08527fe56e1288bfb532981 /templates
parentd2fe02110728908e5cfc727859c9416ee1aa7dea (diff)
downloadnexus-e01a46d0c1be6b0334048b2613074bc273d650a6.tar.gz
nexus-e01a46d0c1be6b0334048b2613074bc273d650a6.tar.bz2
nexus-e01a46d0c1be6b0334048b2613074bc273d650a6.zip
replace top_bar_position with nexus_top_bar
Diffstat (limited to 'templates')
-rw-r--r--templates/menus.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/menus.tpl b/templates/menus.tpl
index ba1881d..7bbd86f 100644
--- a/templates/menus.tpl
+++ b/templates/menus.tpl
@@ -91,12 +91,12 @@
{jstab title="Advanced Settings"}
{form legend="Top Bar Menu Position"}
<div class="row">
- {formlabel label="Position" for="top_bar_position"}
+ {formlabel label="Position" for="nexus_top_bar"}
{forminput}
- <select name="top_bar_position" id="top_bar_position">
- <option value="right" {if $gBitSystem->getConfig('top_bar_position') eq 'right'}selected="selected"{/if}>{tr}To the right of the bitweaver menu{/tr}</option>
- <option value="left" {if $gBitSystem->getConfig('top_bar_position') eq 'left'}selected="selected"{/if}>{tr}To the left of the bitweaver menu{/tr}</option>
- <option value="replace" {if $gBitSystem->getConfig('top_bar_position') eq 'replace'}selected="selected"{/if}>{tr}Replace the bitweaver menu{/tr}</option>
+ <select name="nexus_top_bar" id="nexus_top_bar">
+ <option value="right" {if $gBitSystem->getConfig('nexus_top_bar') eq 'right'}selected="selected"{/if}>{tr}To the right of the bitweaver menu{/tr}</option>
+ <option value="left" {if $gBitSystem->getConfig('nexus_top_bar') eq 'left'}selected="selected"{/if}>{tr}To the left of the bitweaver menu{/tr}</option>
+ <option value="replace" {if $gBitSystem->getConfig('nexus_top_bar') eq 'replace'}selected="selected"{/if}>{tr}Replace the bitweaver menu{/tr}</option>
</select>
{formhelp note="Here you can set the position of where your custom top bar menu should be. This setting is only used when you are using a horizontal suckerfish menu."}
{/forminput}