diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2008-09-09 20:07:03 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2008-09-09 20:07:03 +0000 |
| commit | 96442acec28725f32fb46dee43197dd81a068b3e (patch) | |
| tree | aa1aa3e68efda7406ba34ddcaf346b0e6efc8548 /modules/help_mod_last_comments.tpl | |
| parent | 4463647e7a8b282eb1d7558cf04d30ac4266ec84 (diff) | |
| download | liberty-96442acec28725f32fb46dee43197dd81a068b3e.tar.gz liberty-96442acec28725f32fb46dee43197dd81a068b3e.tar.bz2 liberty-96442acec28725f32fb46dee43197dd81a068b3e.zip | |
one help file for each module (that takes parameters), html code change from <table> to <dl>
Diffstat (limited to 'modules/help_mod_last_comments.tpl')
| -rw-r--r-- | modules/help_mod_last_comments.tpl | 31 |
1 files changed, 13 insertions, 18 deletions
diff --git a/modules/help_mod_last_comments.tpl b/modules/help_mod_last_comments.tpl index f9c1167..5e96ebe 100644 --- a/modules/help_mod_last_comments.tpl +++ b/modules/help_mod_last_comments.tpl @@ -1,18 +1,13 @@ -{tr}<strong>Summary</strong>: Display the most recent comments.{/tr}<br /> -<table class="data"> - <tr> - <th style="width:20%;">{tr}Parameter{/tr}</th> - <th style="width:20%;">{tr}Value{/tr}</th> - <th style="width:60%;">{tr}Description{/tr}</th> - </tr> - <tr class="odd"> - <td>parent_content_type_guid</td> - <td>bitpage<br />bituser<br />...</td> - <td>{tr}You can limit the comments submitted to a given content type. Please note that applying this limit will only display comments that have been submitted directly to that content item - replies will not show up.{/tr}</td> - </tr> - <tr class="even"> - <td>show_date</td> - <td>( {tr}boolean{/tr} )</td> - <td>{tr}Specify if you want to display the date of the last modification.{/tr}</td> - </tr> -</table> +<p class="note"> + {tr}Display the most recent comments. If you limit the comments to a given content type, only comments that have been submitted directly to that content item will show up - replies will not.{/tr} + <br /> + <span class="example">{tr}Example:{/tr} <kbd>parent_content_type_guid=bitpage&show_date=1</kbd></span> +</p> + +<dl> + <dt class="param"><kbd>parent_content_type_guid</kbd></dt> + <dd>{tr}bitpage, bituser, …{/tr}</dd> + + <dt class="param"><kbd>show_date</kbd></dt> + <dd><em>{tr}Boolean{/tr}</em></dd> +</dl>
\ No newline at end of file |
