diff options
| author | Tekimaki <tekimaki_admin@users.sourceforge.net> | 2009-01-28 17:52:26 +0000 |
|---|---|---|
| committer | Tekimaki <tekimaki_admin@users.sourceforge.net> | 2009-01-28 17:52:26 +0000 |
| commit | 9dc47691c64c8950aa61cf42561c239102ec989f (patch) | |
| tree | 9a71588354f4fb7c52f77d596ce70e90b6180988 | |
| parent | 7635fb06705efa2e5ed0ece284401d2b22f6b64b (diff) | |
| download | liberty-9dc47691c64c8950aa61cf42561c239102ec989f.tar.gz liberty-9dc47691c64c8950aa61cf42561c239102ec989f.tar.bz2 liberty-9dc47691c64c8950aa61cf42561c239102ec989f.zip | |
add some standard help language
| -rw-r--r-- | templates/list_content_inc.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/list_content_inc.tpl b/templates/list_content_inc.tpl index 1a524fd..46f42d4 100644 --- a/templates/list_content_inc.tpl +++ b/templates/list_content_inc.tpl @@ -5,6 +5,7 @@ {formlabel label="Restrict listing" for="content_type_guid"} {forminput} {html_options onchange="submit();" options=$contentTypes name=content_type_guid id=content_type selected=$contentSelect} + {formhelp note="Limit search by content type"} <noscript> <div><input type="submit" name="content_switch" value="{tr}change content type{/tr}" /></div> </noscript> |
