mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
Categories option management update.
- Rewrite of the tpl file (no more table in it) - Deletion of duplicate entry in language files - French version git-svn-id: http://piwigo.org/svn/trunk@622 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+2
-2
@@ -282,8 +282,8 @@ $template->assign_vars(array(
|
||||
'L_SUBMIT'=>$lang['submit'],
|
||||
'L_STORAGE'=>$lang['storage'],
|
||||
'L_NB_IMG'=>$lang['pictures'],
|
||||
'L_MOVE_UP'=>$lang['cat_up'],
|
||||
'L_MOVE_DOWN'=>$lang['cat_down'],
|
||||
'L_MOVE_UP'=>$lang['up'],
|
||||
'L_MOVE_DOWN'=>$lang['down'],
|
||||
'L_EDIT'=>$lang['edit'],
|
||||
'L_INFO_IMG'=>$lang['cat_image_info'],
|
||||
'L_DELETE'=>$lang['delete'],
|
||||
|
||||
Reference in New Issue
Block a user