Navigation Menu

Skip to content

Commit

Permalink
Bug 1542 fixed : add message when changing order of items
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@5853 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
nikrou committed Apr 14, 2010
1 parent ce82578 commit 90253eb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin/menubar.php
Expand Up @@ -147,6 +147,8 @@ function make_consecutive( &$orders, $step=50 )
WHERE param=\'blk_'.addslashes($menu->get_id()).'\'
';
pwg_query($query);

array_push($page['infos'], l10n('Order of menubar items has been updated successfully.'));
}

make_consecutive( $mb_conf );
Expand Down
2 changes: 2 additions & 0 deletions language/en_UK/admin.lang.php
Expand Up @@ -764,4 +764,6 @@
$lang['There is no other plugin available.'] = 'There is no other plugin available.';
$lang['There is no other theme available.'] = 'There is no other theme available.';
$lang['Add another set of photos'] = 'Add another set of photos';

$lang['Order of menubar items has been updated successfully.'] = 'Order of menubar items has been updated successfully.';
?>
2 changes: 2 additions & 0 deletions language/fr_FR/admin.lang.php
Expand Up @@ -769,4 +769,6 @@
$lang['There is no other theme available.'] = 'Il n\'y a pas d\'autre thème disponible.';
$lang['delete'] = 'effacer';
$lang['Add another set of photos'] = 'Ajouter d\'autres photos';

$lang['Order of menubar items has been updated successfully.'] = 'L\'ordre des éléments du menu a été mis à jour avec succès.';
?>
2 changes: 2 additions & 0 deletions language/templates/admin.lang.php
Expand Up @@ -673,4 +673,6 @@
$lang['Add New Theme'] = "Add New Theme";
$lang['Forbid this theme to users'] = "Forbid this theme to users";
$lang['Set as default theme for unregistered and new users'] = "Set as default theme for unregistered and new users";

$lang['Order of menubar items has been updated successfully.'] = 'Order of menubar items has been updated successfully.';
?>

0 comments on commit 90253eb

Please sign in to comment.