From 5c545444cb52b95a4062e69d012c1f5203672532 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Fri, 1 Jul 2011 13:38:43 +0000 Subject: 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 --- language/en_UK/admin.lang.php | 1 + language/en_UK/help/configuration.html | 14 +------------- 2 files changed, 2 insertions(+), 13 deletions(-) (limited to 'language/en_UK') 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.
  • Email admins when a new user registers: administrators will be notified by mail for each registration.
  • -
  • Default photos order: You can define a personalized order by selecting «Personalized» in the drop-down menu. This field must respect the SQL syntax, example: date_available DESC, file ASC, id ASC
    - Available fields: - - Don't forgot to specify the order for each field with these keywords : ASC and DESC -
  • +
  • Default photos order: you can define a personalized order with these drop-down menus.
  • -- cgit v1.2.3