diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-09-10 09:49:07 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-09-10 09:49:07 +0000 |
| commit | 230f11abf0c1ad0f5e1085f61c1c0bf0d3d71860 (patch) | |
| tree | 053c08c7910be6be065498249f12df5e6a0f1e97 /modules | |
| parent | 98329dc10a08f435146ac744313761e9346b74ba (diff) | |
| download | users-230f11abf0c1ad0f5e1085f61c1c0bf0d3d71860.tar.gz users-230f11abf0c1ad0f5e1085f61c1c0bf0d3d71860.tar.bz2 users-230f11abf0c1ad0f5e1085f61c1c0bf0d3d71860.zip | |
a number of html and consistency fixes for module help
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/help_mod_online_users.tpl | 5 | ||||
| -rw-r--r-- | modules/help_mod_user_pages.tpl | 9 |
2 files changed, 8 insertions, 6 deletions
diff --git a/modules/help_mod_online_users.tpl b/modules/help_mod_online_users.tpl index ec2f13a..f6c309e 100644 --- a/modules/help_mod_online_users.tpl +++ b/modules/help_mod_online_users.tpl @@ -6,5 +6,6 @@ <dl> <dt class="param"><kbd>time_buffer</kbd></dt> - <dd><abbr class="default" title="default">900<abbr>, <em>{tr}Numeric{/tr}</em></dd> -</dl>
\ No newline at end of file + <dd><em>{tr}Numeric{/tr}</em></dd> + <dd><abbr class="default" title="{tr}default{/tr}">900</abbr></dd> +</dl> diff --git a/modules/help_mod_user_pages.tpl b/modules/help_mod_user_pages.tpl index cfbffa2..6a8c5f5 100644 --- a/modules/help_mod_user_pages.tpl +++ b/modules/help_mod_user_pages.tpl @@ -1,13 +1,14 @@ <p class="note"> {tr}Display the most recently changed content by the viewer. <kbd>show_date</kbd> adds the date of the last modification.{/tr} <br /> - <span class="example">{tr}Example:{/tr} <kbd>content_type_guid=bitblogpost&show_date=1</kbd></span> + <span class="example">{tr}Example:{/tr} <kbd>content_type_guid=bitblogpost&show_date=1</kbd></span> </p> <dl> <dt class="param"><kbd>content_type_guid</kbd></dt> - <dd>{tr}bitpage, bituser, …{/tr}</dd> - + <dd><em>{tr}bitweaver content type GUID{/tr}</em></dd> + <dd>bitpage, bituser…</dd> + <dt class="param"><kbd>show_date</kbd></dt> <dd><em>{tr}Boolean{/tr}</em></dd> -</dl>
\ No newline at end of file +</dl> |
