summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2008-09-10 09:49:06 +0000
committerMax Kremmel <xing@synapse.plus.com>2008-09-10 09:49:06 +0000
commit2427dd9a85f93b83fc66f12b8c53681275800ac9 (patch)
tree6220ce00910c63f44c05ea74848bed80902f12b0 /modules
parentc63ad1160f40b8c44d40c13f8849297c41f058cf (diff)
downloadpigeonholes-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.tpl11
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 &#8211; 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&amp;show_date=1&amp;category=News</kbd></span>
</p>
<dl>
<dt class="param"><kbd>content_type_guid</kbd></dt>
- <dd>{tr}bitpage, bituser, &hellip;{/tr}</dd>
-
+ <dd><em>{tr}bitweaver content type GUID{/tr}</em></dd>
+ <dd>bitpage, bituser&hellip;</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>