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 | 2427dd9a85f93b83fc66f12b8c53681275800ac9 (patch) | |
| tree | 6220ce00910c63f44c05ea74848bed80902f12b0 /modules | |
| parent | c63ad1160f40b8c44d40c13f8849297c41f058cf (diff) | |
| download | pigeonholes-2427dd9a85f93b83fc66f12b8c53681275800ac9.tar.gz pigeonholes-2427dd9a85f93b83fc66f12b8c53681275800ac9.tar.bz2 pigeonholes-2427dd9a85f93b83fc66f12b8c53681275800ac9.zip | |
a number of html and consistency fixes for module helpcreate_permission
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/help_mod_last_changes.tpl | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/modules/help_mod_last_changes.tpl b/modules/help_mod_last_changes.tpl index 7611353..8ea7630 100644 --- a/modules/help_mod_last_changes.tpl +++ b/modules/help_mod_last_changes.tpl @@ -1,16 +1,17 @@ <p class="note"> {tr}Display the most recently changed content – limited to a given category. <kbd>hide_content_type</kbd> is only applicable if you don't specify a <kbd>content_type_guid</kbd>. The parameters <kbd>category_id</kbd> and <kbd>category</kbd> are interchangeable.{/tr} <br /> - <span class="example">{tr}Example:{/tr} <kbd>hide_content_type=1&show_date=1&category=News</kbd></span> + <span class="example">{tr}Example:{/tr} <kbd>hide_content_type=1&show_date=1&category=News</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> - + <dt class="param"><kbd>hide_content_type</kbd></dt> <dd><em>{tr}Boolean{/tr}</em></dd> @@ -19,4 +20,4 @@ <dt class="param"><kbd>category</kbd></dt> <dd><em>{tr}String{/tr}</em></dd> -</dl>
\ No newline at end of file +</dl> |
