diff options
| author | spiderr <spider@viovio.com> | 2013-04-06 16:18:35 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-06 16:18:35 -0400 |
| commit | 16e7d6d61993e5f6b6210294055777d3d9f971fd (patch) | |
| tree | 71683af8b1fbe3d572ba6636ea08cdbfe5fbe27d /templates/menus.tpl | |
| parent | 77e48ce3173d0e850ad180d5d7e7412ee1387eaa (diff) | |
| download | nexus-16e7d6d61993e5f6b6210294055777d3d9f971fd.tar.gz nexus-16e7d6d61993e5f6b6210294055777d3d9f971fd.tar.bz2 nexus-16e7d6d61993e5f6b6210294055777d3d9f971fd.zip | |
major clean up for Smarty 3.0 and another pass at cleaning the top menus
Diffstat (limited to 'templates/menus.tpl')
| -rw-r--r-- | templates/menus.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menus.tpl b/templates/menus.tpl index ee9e6fb..0cec365 100644 --- a/templates/menus.tpl +++ b/templates/menus.tpl @@ -36,7 +36,7 @@ <div class="control-group"> {formlabel label="Editable menu" for="editable"} {forminput} - {html_checkboxes name="editable" values="1" checked=`$editMenu.editable` labels=false id="editable"} + {html_checkboxes name="editable" values="1" checked=$editMenu.editable labels=false id="editable"} {formhelp note="Checking this will allow users with the correct permission (p_nexus_insert_item) to add menu items when they are editing content such as a wiki page or a fisheye gallery."} {/forminput} </div> |
