diff options
author | mistic100 <mistic@piwigo.org> | 2011-07-01 13:38:43 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-07-01 13:38:43 +0000 |
commit | 5c545444cb52b95a4062e69d012c1f5203672532 (patch) | |
tree | a21245b4641d9328a03d2de2388d5db54d212468 /language/en_UK | |
parent | 9c0cfb008446eaa0f3fc3cffc71e5bebe5d02710 (diff) |
feature:2317 move order config to Admin->Config->Options
each drop-down menu is on a new line
git-svn-id: http://piwigo.org/svn/trunk@11588 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/admin.lang.php | 1 | ||||
-rw-r--r-- | language/en_UK/help/configuration.html | 14 |
2 files changed, 2 insertions, 13 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 0849adf35..8bca9e2dd 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -102,6 +102,7 @@ $lang['Activate icon "new" next to albums and pictures'] = 'Activate icon "new" $lang['Active Languages'] = 'Active Languages'; $lang['Active Plugins'] = 'Active Plugins'; $lang['Active Themes'] = 'Active Themes'; +$lang['Add a criteria'] = 'Add a criteria'; $lang['Add a filter'] = 'Add a filter'; $lang['Add a tag'] = "Add a tag"; $lang['Add a user'] = "Add a user"; diff --git a/language/en_UK/help/configuration.html b/language/en_UK/help/configuration.html index a2a913627..06f203deb 100644 --- a/language/en_UK/help/configuration.html +++ b/language/en_UK/help/configuration.html @@ -34,19 +34,7 @@ page.</li> <li><strong>Email admins when a new user registers</strong>: administrators will be notified by mail for each registration.</li> - <li><strong>Default photos order</strong>: You can define a personalized order by selecting «Personalized» in the drop-down menu. This field must respect the SQL syntax, example: <i>date_available DESC, file ASC, id ASC</i><br> - Available fields: - <ul style="font-size:0.85em;"> - <li><b>date_available</b>: date of the adding to the gallery</li> - <li><b>file</b>: name of the file</li> - <li><b>id</b>: identifier</li> - <li><b>date_creation</b>: date of element creation</li> - <li><b>name</b>: name of the picture</li> - <li><b>hit</b>: number of visits</li> - <li><b>average_rate</b>: average rate on the picture</li> - </ul> - Don't forgot to specify the order for each field with these keywords : <i>ASC</i> and <i>DESC</i> - </li> + <li><strong>Default photos order</strong>: you can define a personalized order with these drop-down menus.</li> </ul> |