mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 11:19:55 +03: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:
parent
4a539bdfb7
commit
41d5c8a258
30 changed files with 492 additions and 148 deletions
|
@ -194,8 +194,13 @@ if (count($errors) == 0)
|
|||
{
|
||||
clear_derivative_cache($changed_types);
|
||||
}
|
||||
|
||||
$template->assign(
|
||||
array(
|
||||
'save_success' => l10n('Your configuration settings are saved'),
|
||||
)
|
||||
);
|
||||
|
||||
$page['infos'][] = l10n('Your configuration settings are saved');
|
||||
pwg_activity('system', ACTIVITY_SYSTEM_CORE, 'config', array('config_section'=>'watermark'));
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue