From 6d07a84ec3525d503ddc496af814202b85903a0e Mon Sep 17 00:00:00 2001 From: spiderr Date: Fri, 23 May 2014 15:32:53 -0400 Subject: bootstrap3-btn-default --- templates/admin_nexus.tpl | 2 +- templates/menu_items_edit_inc.tpl | 4 ++-- templates/menus.tpl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/admin_nexus.tpl b/templates/admin_nexus.tpl index 4a38f81..e527f7c 100644 --- a/templates/admin_nexus.tpl +++ b/templates/admin_nexus.tpl @@ -36,6 +36,6 @@
- +
{/form} diff --git a/templates/menu_items_edit_inc.tpl b/templates/menu_items_edit_inc.tpl index 4d17e0e..dbd6cb6 100644 --- a/templates/menu_items_edit_inc.tpl +++ b/templates/menu_items_edit_inc.tpl @@ -12,7 +12,7 @@ {forminput} - + {formhelp note="You can select the content type you want to limit the dropdown to and/or a word filter."} {/forminput} @@ -98,7 +98,7 @@ {/if}
- +
{/form} {/strip} diff --git a/templates/menus.tpl b/templates/menus.tpl index 92db7ad..6e2f704 100644 --- a/templates/menus.tpl +++ b/templates/menus.tpl @@ -89,7 +89,7 @@
- +
{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 Manage Layouts screen. We recommend the horizontal suckerfish menu for top bar menus." link="kernel/admin/index.php?page=layout/Manage Layouts" page="NexusPackage"} -- cgit v1.3 From 72b62a669e9bc6f6d73d2dc5e905d8c5d3d2558f Mon Sep 17 00:00:00 2001 From: spiderr Date: Fri, 30 May 2014 12:03:51 -0400 Subject: bootstrap3-css-changes-form-group --- templates/admin_nexus.tpl | 4 ++-- templates/insert_menu_item_inc.tpl | 8 ++++---- templates/menu_details_inc.tpl | 10 +++++----- templates/menu_items_edit_inc.tpl | 20 ++++++++++---------- templates/menus.tpl | 10 +++++----- 5 files changed, 26 insertions(+), 26 deletions(-) diff --git a/templates/admin_nexus.tpl b/templates/admin_nexus.tpl index e527f7c..9fbb7da 100644 --- a/templates/admin_nexus.tpl +++ b/templates/admin_nexus.tpl @@ -1,7 +1,7 @@ {formfeedback hash=$feedback} {legend legend="Menu Cache"} -
+
{formlabel label="Menu Cache" for=""} {forminput} {smartlink ititle="Rewrite Menu Cache" rewrite_cache=1 page=$page} @@ -35,7 +35,7 @@ {/foreach} -
+
{/form} diff --git a/templates/insert_menu_item_inc.tpl b/templates/insert_menu_item_inc.tpl index 86099da..c136ffe 100644 --- a/templates/insert_menu_item_inc.tpl +++ b/templates/insert_menu_item_inc.tpl @@ -5,14 +5,14 @@ {if !$inNexusMenu} {foreach from=$nexusList item=menu} {if $menu.editable or $gBitUser->isAdmin()} -
+
{formlabel label="Menu"} {forminput} {$menu.title|escape} {if $menu.description}( {$menu.description|escape} ){/if} {/forminput}
-
+
{formlabel label="Insert here" for="nexus_menu_`$menu.menu_id`"} {forminput} @@ -31,14 +31,14 @@ {/if} {/foreach} -
+
{formlabel label="Don't insert" for="nexus-no-insert"} {forminput} {/forminput}
{else} -
+

{tr}This {$gContent->getContentTypeName()} is already part of the menu {$inNexusMenu.title|escape}.{/tr}