diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2007-05-22 02:28:13 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2007-05-22 02:28:13 +0000 |
| commit | 24b7e5a1e665b97c8a5f3c76fdfb9525030a9f51 (patch) | |
| tree | a6a205c9c4dd82029a5a6e816dcf578ab94bba86 /modules | |
| parent | b4abcb819306184d3eba778f65e50a98c85f3538 (diff) | |
| download | articles-24b7e5a1e665b97c8a5f3c76fdfb9525030a9f51.tar.gz articles-24b7e5a1e665b97c8a5f3c76fdfb9525030a9f51.tar.bz2 articles-24b7e5a1e665b97c8a5f3c76fdfb9525030a9f51.zip | |
display also the other 2 sort_mode options in help panel
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/help_mod_artilces.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/help_mod_artilces.tpl b/modules/help_mod_artilces.tpl index 6b1270e..57ee301 100644 --- a/modules/help_mod_artilces.tpl +++ b/modules/help_mod_artilces.tpl @@ -12,7 +12,7 @@ </tr> <tr class="even"> <td>sort_mode</td> - <td>last_modifed_desc<br />last_modifed_asc<br />...</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"> |
