diff options
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> |
