summaryrefslogtreecommitdiff
path: root/templates/menu_items_edit_inc.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-10-29 17:55:04 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-10-29 17:55:04 +0000
commit6719be3e85a16e5d6a0db45776acc8dca8f29efc (patch)
treecf567c3cf970b12ac06fd0f26107cda84c7a71a3 /templates/menu_items_edit_inc.tpl
parente106202a73d09e960fd562573bcf673de7a4ded1 (diff)
downloadnexus-6719be3e85a16e5d6a0db45776acc8dca8f29efc.tar.gz
nexus-6719be3e85a16e5d6a0db45776acc8dca8f29efc.tar.bz2
nexus-6719be3e85a16e5d6a0db45776acc8dca8f29efc.zip
merge recent changes into HEAD
Diffstat (limited to 'templates/menu_items_edit_inc.tpl')
-rw-r--r--templates/menu_items_edit_inc.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_items_edit_inc.tpl b/templates/menu_items_edit_inc.tpl
index 472ff2f..4937693 100644
--- a/templates/menu_items_edit_inc.tpl
+++ b/templates/menu_items_edit_inc.tpl
@@ -53,7 +53,7 @@
<div class="row">
{formlabel label="Hint" for="hint"}
{forminput}
- <textarea name="hint" id="hint" cols="80" rows="2">{$editItem.hint}</textarea>
+ <textarea name="hint" id="hint" cols="50" rows="2">{$editItem.hint}</textarea>
{formhelp note="A hint for this item. This hint is visible when you hover over the menu item - hint is set as 'title' attribute for link (for menu plugins that support this feature)."}
{/forminput}
</div>