summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/insert_menu_item_inc.tpl7
-rw-r--r--templates/menus.tpl2
2 files changed, 4 insertions, 5 deletions
diff --git a/templates/insert_menu_item_inc.tpl b/templates/insert_menu_item_inc.tpl
index 8f22c31..86099da 100644
--- a/templates/insert_menu_item_inc.tpl
+++ b/templates/insert_menu_item_inc.tpl
@@ -40,11 +40,10 @@
{else}
<div class="control-group">
<p>{tr}This {$gContent->getContentTypeName()} is already part of the menu <strong>{$inNexusMenu.title|escape}</strong>.{/tr}</p>
- {formlabel label="Remove" for="nexusRemove"}
- {forminput}
- <input type="checkbox" name="nexus[remove_item]" id="nexusRemove" value="{$inNexusMenuItem}" />
+ <label class="checkbox">
+ <input type="checkbox" name="nexus[remove_item]" id="nexusRemove" value="{$inNexusMenuItem}" />Remove
{formhelp note="Check the box if you wish to remove this page from the menu. This will also allow you to insert the menu item in a different menu when editing the menu next time."}
- {/forminput}
+ </label>
</div>
{/if}
{/legend}
diff --git a/templates/menus.tpl b/templates/menus.tpl
index 0cec365..92db7ad 100644
--- a/templates/menus.tpl
+++ b/templates/menus.tpl
@@ -95,7 +95,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 <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" page="NexusPackage"}
{/form}
- <table class="data" summary="{tr}List of menus that can be used on this site{/tr}">
+ <table class="table data" summary="{tr}List of menus that can be used on this site{/tr}">
<caption>{tr}Existing menus{/tr}</caption>
<tr>
<th scope="col">{tr}Title{/tr} / {tr}Description{/tr}</th>