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 | ccdce90e77267f6528a2e5a52063eee1c6b0679e (patch) | |
| tree | 79eb5f54a9e65d827100e954897aada8ffdb5940 /modules | |
| parent | 497c00a1ea29a6aa12b1ce96c3ea5897f35863ac (diff) | |
| download | blogs-ccdce90e77267f6528a2e5a52063eee1c6b0679e.tar.gz blogs-ccdce90e77267f6528a2e5a52063eee1c6b0679e.tar.bz2 blogs-ccdce90e77267f6528a2e5a52063eee1c6b0679e.zip | |
a number of html and consistency fixes for module help
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/help_mod_last_blog_posts.tpl | 17 | ||||
| -rw-r--r-- | modules/help_mod_top_visited_blogs.tpl | 6 |
2 files changed, 14 insertions, 9 deletions
diff --git a/modules/help_mod_last_blog_posts.tpl b/modules/help_mod_last_blog_posts.tpl index 86886dd..6938866 100644 --- a/modules/help_mod_last_blog_posts.tpl +++ b/modules/help_mod_last_blog_posts.tpl @@ -1,16 +1,17 @@ <p class="note"> {tr}Listing of last blog posts. <kbd>date_start_offset</kbd> is passed as number of hours.{/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>date_start_offset</kbd></dt> <dd><em>{tr}Numeric{/tr}</em></dd> - + <dt class="param"><kbd>sort_mode</kbd></dt> - <dd><abbr class="default" title="default">publish_date_desc</abbr>, <em>{tr}String{/tr}</em></dd> - + <dd><em>{tr}String{/tr}</em></dd> + <dd><abbr class="default" title="default">publish_date_desc</abbr></dd> + <dt class="param"><kbd>user</kbd></dt> <dd><em>{tr}Numeric{/tr}</em></dd> @@ -18,8 +19,10 @@ <dd><em>{tr}Numeric{/tr}</em></dd> <dt class="param"><kbd>offset</kbd></dt> - <dd><abbr class="default" title="default">0</abbr>, <em>{tr}Numeric{/tr}</em></dd> + <dd><em>{tr}Numeric{/tr}</em></dd> + <dd><abbr class="default" title="default">0</abbr></dd> <dt class="param"><kbd>max_preview_length</kbd></dt> - <dd><abbr class="default" title="default">500</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="default">500</abbr></dd> +</dl> diff --git a/modules/help_mod_top_visited_blogs.tpl b/modules/help_mod_top_visited_blogs.tpl index e80d583..cd05d8c 100644 --- a/modules/help_mod_top_visited_blogs.tpl +++ b/modules/help_mod_top_visited_blogs.tpl @@ -1,14 +1,16 @@ <p class="note"> {tr}Summary: List of top visited blogs.{/tr} <br /> - <span class="example">{tr}Example:{/tr} <kbd>sort_mode=hits_desc&user_id=4</kbd></span> + <span class="example">{tr}Example:{/tr} <kbd>sort_mode=hits_desc&user_id=4</kbd></span> </p> <dl> <dt><kbd class="parameter">sort_mode</kbd></dt> + <dd><em>{tr}String{/tr}</em></dd> <dd><abbr title="default" class="default">hits_desc</abbr></dd> <dt><kbd class="parameter">user_id</kbd></dt> <dd><em>{tr}Numeric{/tr}</em></dd> + <dd>{tr}Only display blogs created by a given user.{/tr}</dd> -</dl>
\ No newline at end of file +</dl> |
