summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2008-09-10 09:49:05 +0000
committerMax Kremmel <xing@synapse.plus.com>2008-09-10 09:49:05 +0000
commit36922914f2ce411a6eebe6224919d334e4af5446 (patch)
tree35bca44f119dd107560d4f693191b7f0943483f8 /modules
parent7486784dda0b155cb2ae2614dd25edb058bef55e (diff)
downloadarticles-36922914f2ce411a6eebe6224919d334e4af5446.tar.gz
articles-36922914f2ce411a6eebe6224919d334e4af5446.tar.bz2
articles-36922914f2ce411a6eebe6224919d334e4af5446.zip
a number of html and consistency fixes for module help
Diffstat (limited to 'modules')
-rw-r--r--modules/help_mod_articles.tpl10
-rw-r--r--modules/help_mod_artilces.tpl23
2 files changed, 6 insertions, 27 deletions
diff --git a/modules/help_mod_articles.tpl b/modules/help_mod_articles.tpl
index b0c8862..2126f74 100644
--- a/modules/help_mod_articles.tpl
+++ b/modules/help_mod_articles.tpl
@@ -1,16 +1,18 @@
<p class="note">
{tr}Display a list of article titles.{/tr}
<br />
- <span class="example">{tr}Example:{/tr} <kbd>status=pending&sort_mode=created_asc&topic=News</kbd></span>
+ <span class="example">{tr}Example:{/tr} <kbd>status=pending&amp;sort_mode=created_asc&amp;topic=News</kbd></span>
</p>
<dl>
<dt class="param"><kbd>status</kbd></dt>
+ <dd><em>{tr}String{/tr}</em></dd>
<dd><abbr class="default" title="default">approved</abbr>, pending</dd>
-
+
<dt class="param"><kbd>sort_mode</kbd></dt>
+ <dd><em>{tr}String{/tr}</em></dd>
<dd><abbr class="default" title="default">last_modifed_desc</abbr>, last_modifed_asc, created_asc, created_desc</dd>
-
+
<dt class="param"><kbd>topic</kbd></dt>
<dd><em>{tr}String{/tr}</em></dd>
-</dl> \ No newline at end of file
+</dl>
diff --git a/modules/help_mod_artilces.tpl b/modules/help_mod_artilces.tpl
deleted file mode 100644
index 57ee301..0000000
--- a/modules/help_mod_artilces.tpl
+++ /dev/null
@@ -1,23 +0,0 @@
-{tr}<strong>Summary</strong>: Display a list of article titles.{/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>status</td>
- <td>pending<br />approved</td>
- <td>{tr}Decide on what type of articles you wish to display.<br />( default: approved ){/tr}</td>
- </tr>
- <tr class="even">
- <td>sort_mode</td>
- <td>last_modifed_desc<br />last_modifed_asc<br />created_asc<br />created_desc</td>
- <td>{tr}Decide in what order you wish to display the articles.<br />( default: last_modified_desc ){/tr}</td>
- </tr>
- <tr class="odd">
- <td>topic</td>
- <td>( {tr}string{/tr} )</td>
- <td>{tr}Display articles from a given topic only.{/tr}</td>
- </tr>
-</table>