diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-06-02 14:37:02 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-06-02 14:37:02 +0000 |
| commit | ea93f6ef9296c993952c17325010c2a83acafe40 (patch) | |
| tree | 5d92180b70278726282672cd929404a199b49ce2 | |
| parent | 0eb48d03881ff7872bad53ac86107ec84230551c (diff) | |
| download | nexus-ea93f6ef9296c993952c17325010c2a83acafe40.tar.gz nexus-ea93f6ef9296c993952c17325010c2a83acafe40.tar.bz2 nexus-ea93f6ef9296c993952c17325010c2a83acafe40.zip | |
add some rudimentary help
| -rw-r--r-- | templates/menu_items_edit_inc.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/menu_items_edit_inc.tpl b/templates/menu_items_edit_inc.tpl index 68e8a35..2d1e302 100644 --- a/templates/menu_items_edit_inc.tpl +++ b/templates/menu_items_edit_inc.tpl @@ -13,11 +13,12 @@ {forminput} <input type="text" name="find_objects" value="{$smarty.request.find_objects}" /> <input type="submit" value="{tr}filter{/tr}" name="search_objects" /> - {formhelp note=""} + {formhelp note="You can select the content type you want to limit the dropdown to and/or a word filter."} {/forminput} {forminput} {html_options name="content" options=$contentList onchange="document.getElementById('rsrc').value=options[selectedIndex].value;document.getElementById('title').value=options[selectedIndex].label.replace(/ \[id.*?\]/,'');document.getElementById('rsrc_type').value='content_id';"} + {formhelp note="When you pick an item from the dropdown list, it will fill in some of the fields in the form below using suggested values."} <noscript> {formhelp note="Since you don't have javascript (enabled), please insert the appropriate information from the dropdown manually. The content ID is the number associated with the item in the dropdown list."} </noscript> |
