mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 09:43:01 +02:00
For these pages : picture modify, album notification, category permission, comments, menubar, all configurations, site update, element set ranks, notification by mail Change how success and errors messages are displayed and handled
This commit is contained in:
@@ -526,10 +526,14 @@ switch ($page['mode'])
|
||||
}
|
||||
}
|
||||
|
||||
$page['infos'][] = l10n_dec(
|
||||
'%d parameter was updated.', '%d parameters were updated.',
|
||||
$updated_param_count
|
||||
);
|
||||
$template->assign(
|
||||
array(
|
||||
'save_success' => l10n_dec(
|
||||
'%d parameter was updated.', '%d parameters were updated.',
|
||||
$updated_param_count
|
||||
)
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
case 'subscribe' :
|
||||
|
||||
Reference in New Issue
Block a user