diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-09-10 09:49:06 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-09-10 09:49:06 +0000 |
| commit | 5e287893eb1bf6cfd7f82c7fc76abfd8bab1a941 (patch) | |
| tree | c97fe93f899d916f5848953442b6e29a7580158f /modules | |
| parent | 96442acec28725f32fb46dee43197dd81a068b3e (diff) | |
| download | liberty-5e287893eb1bf6cfd7f82c7fc76abfd8bab1a941.tar.gz liberty-5e287893eb1bf6cfd7f82c7fc76abfd8bab1a941.tar.bz2 liberty-5e287893eb1bf6cfd7f82c7fc76abfd8bab1a941.zip | |
a number of html and consistency fixes for module help
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/help_mod_last_changes.tpl | 7 | ||||
| -rw-r--r-- | modules/help_mod_last_comments.tpl | 9 | ||||
| -rw-r--r-- | modules/help_mod_top_authors.tpl | 5 |
3 files changed, 12 insertions, 9 deletions
diff --git a/modules/help_mod_last_changes.tpl b/modules/help_mod_last_changes.tpl index 904e59b..ff49d8b 100644 --- a/modules/help_mod_last_changes.tpl +++ b/modules/help_mod_last_changes.tpl @@ -6,8 +6,9 @@ <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> diff --git a/modules/help_mod_last_comments.tpl b/modules/help_mod_last_comments.tpl index 5e96ebe..53e8c24 100644 --- a/modules/help_mod_last_comments.tpl +++ b/modules/help_mod_last_comments.tpl @@ -1,13 +1,14 @@ <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> + <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> - + <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> diff --git a/modules/help_mod_top_authors.tpl b/modules/help_mod_top_authors.tpl index 3840358..e7e4c9c 100644 --- a/modules/help_mod_top_authors.tpl +++ b/modules/help_mod_top_authors.tpl @@ -6,5 +6,6 @@ <dl> <dt class="param"><kbd>content_type_guid</kbd></dt> - <dd>{tr}bitpage, bituser, …{/tr}</dd> -</dl>
\ No newline at end of file + <dd><em>{tr}bitweaver content type GUID{/tr}</em></dd> + <dd>bitpage, bituser…</dd> +</dl> |
