diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-10-29 17:55:04 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-10-29 17:55:04 +0000 |
| commit | 6719be3e85a16e5d6a0db45776acc8dca8f29efc (patch) | |
| tree | cf567c3cf970b12ac06fd0f26107cda84c7a71a3 /templates/menu_items_edit_inc.tpl | |
| parent | e106202a73d09e960fd562573bcf673de7a4ded1 (diff) | |
| download | nexus-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.tpl | 2 |
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> |
