diff options
| author | spiderr <spider@viovio.com> | 2013-04-24 13:26:03 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-24 13:26:03 -0400 |
| commit | 641c390441a7d41ea2563a56de73f142d1f86579 (patch) | |
| tree | b75ab6acfac00a8a1365d45e0aea9cf5dc857e3b | |
| parent | 49ee92ef3171b6c338b49c2fa117ca5399088de2 (diff) | |
| download | nexus-641c390441a7d41ea2563a56de73f142d1f86579.tar.gz nexus-641c390441a7d41ea2563a56de73f142d1f86579.tar.bz2 nexus-641c390441a7d41ea2563a56de73f142d1f86579.zip | |
fix <label class=checkbox> wrapping to be bootstrap compliant; add .table to all table.data tags
| -rw-r--r-- | templates/insert_menu_item_inc.tpl | 7 | ||||
| -rw-r--r-- | templates/menus.tpl | 2 |
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> |
