diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-09-10 09:49:05 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-09-10 09:49:05 +0000 |
| commit | ed86a4dafaf93f565375c19121e669f0fb902b8a (patch) | |
| tree | 9160b8bccae6f1e9102818e619ec152f17f309f2 /modules/help_mod_images.tpl | |
| parent | acb5ba66fb23983dc78acc90bcc98cc9603e38bc (diff) | |
| download | fisheye-ed86a4dafaf93f565375c19121e669f0fb902b8a.tar.gz fisheye-ed86a4dafaf93f565375c19121e669f0fb902b8a.tar.bz2 fisheye-ed86a4dafaf93f565375c19121e669f0fb902b8a.zip | |
a number of html and consistency fixes for module help
Diffstat (limited to 'modules/help_mod_images.tpl')
| -rw-r--r-- | modules/help_mod_images.tpl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/modules/help_mod_images.tpl b/modules/help_mod_images.tpl index a5bc7f7..17e9375 100644 --- a/modules/help_mod_images.tpl +++ b/modules/help_mod_images.tpl @@ -1,16 +1,17 @@ <p class="note"> {tr}Display images from the fisheye gallery. If <kbd>maxlen</kbd> is set, the image's title is shown, and truncated to the specified number of letters. If <kbd class="param">description</kbd> is set, the image's description is shown and can be truncated by setting <kbd>maxlendesc</kbd>. <kbd>recent_users</kbd> will display the most recent image from the most recent users.{/tr} <br /> - <span class="example">{tr}Example:{/tr} <kbd>sort_mode=hits&maxlen=111&description=yes&maxlendesc=222</kbd></span> + <span class="example">{tr}Example:{/tr} <kbd>sort_mode=hits&maxlen=111&description=yes&maxlendesc=222</kbd></span> </p> <dl> <dt class="param"><kbd>sort_mode</kbd></dt> + <dd><em>{tr}String{/tr}</em></dd> <dd><abbr title="default" class="default">{tr}random{/tr}</abbr>, created, hits</dd> - + <dt class="param"><kbd>maxlen</kbd></dt> <dd><em>{tr}Boolean{/tr}</em></dd> - + <dt class="param"><kbd>description</kbd></dt> <dd><em>{tr}Boolean{/tr}</em></dd> @@ -19,4 +20,4 @@ <dt class="param"><kbd>recent_users</kbd></dt> <dd><em>{tr}Boolean{/tr}</em></dd> -</dl>
\ No newline at end of file +</dl> |
