feature:2317 move order config to Admin->Config->Options

new GUI interface for simple paterns
in GUI, order_by and order_by_inside_category are merged (not un DB)
users can define special paterns with $conf['order_by_custom'] and $conf['order_by_inside_category_custom']

git-svn-id: http://piwigo.org/svn/trunk@11587 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2011-07-01 13:19:35 +00:00
parent c97377ea87
commit 9c0cfb0084
19 changed files with 285 additions and 188 deletions
-4
View File
@@ -848,9 +848,5 @@ $lang['Type in a search term'] = 'Inserire un Entrez un termine di ricerca';
$lang['Searching...'] = 'Ricerca ...';
$lang['new'] = 'nuovo';
$lang['Default photos order'] = 'Ordinamento di default delle foto';
$lang['Default photos order inside album'] = 'Ordinamento di default delle foto in un album';
$lang['Invalid order string'] = 'Stringa SQL non corretta';
$lang['As default order'] = 'Come ordinamento di default';
$lang['Custom'] = 'Personalizzare';
$lang['Activate icon "new" next to albums and pictures'] = 'Visualizzare l\'icona "nuovo" a fianco degli album e delle foto';
?>