summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-06-21 17:12:37 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-06-21 17:12:37 +0000
commit5c18945f3fff6d7f922b888e4b00848bc4fff077 (patch)
treeaddb698d52a1eeedeba2d9f4e66d6cd52ccb7f22 /templates
parent481cd177af73dd5f8968d642cfc2b829de45a987 (diff)
downloadnexus-5c18945f3fff6d7f922b888e4b00848bc4fff077.tar.gz
nexus-5c18945f3fff6d7f922b888e4b00848bc4fff077.tar.bz2
nexus-5c18945f3fff6d7f922b888e4b00848bc4fff077.zip
since we can have modules all around the content - also above the content, i've changed the way you assign a nexus menu to the top menu bar. this should be more logical and flexible as it's possible to assign any menu type or even multiple menus to the top bar
Diffstat (limited to 'templates')
-rw-r--r--templates/menus.tpl22
1 files changed, 2 insertions, 20 deletions
diff --git a/templates/menus.tpl b/templates/menus.tpl
index 22d05b0..3ecc28e 100644
--- a/templates/menus.tpl
+++ b/templates/menus.tpl
@@ -91,27 +91,9 @@
<div class="row submit">
<input type="submit" name="store_menu" value="Save Settings" />
</div>
- {/form}
-
- {if $use_custom_top_bar and $editMenu.menu_type eq 'hor'}
- {form legend="Top Bar Menu Position"}
- <div class="row">
- {formlabel label="Position" for="nexus_top_bar"}
- {forminput}
- <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}
- </div>
- <div class="row submit">
- <input type="submit" name="store_pos" value="Save Settings" />
- </div>
- {/form}
- {/if}
+ {formhelp note="If you want to insert a menu in the top bar, please create the menu and then assign it to the top bar in the <em>Manage Layouts</em> screen. We recommend the <em>horizontal suckerfish</em> menu for top bar menus." link="kernel/admin/index.php?page=layout/Manage Layouts"}
+ {/form}
<table class="data" summary="{tr}List of menus that can be used on this site{/tr}">
<caption>{tr}Existing menus{/tr}</caption>