mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 01:32:59 +02:00
@@ -46,6 +46,14 @@ $template->assign(
|
||||
)
|
||||
);
|
||||
|
||||
if (substr($user['language'], 0, 3) == 'fr_')
|
||||
{
|
||||
$page['messages'][] = sprintf(
|
||||
'Besoin d\'aide pour utiliser Piwigo ? Consultez la <a href="%s" target="_blank">documentation en ligne</a> !',
|
||||
'https://doc-fr.piwigo.org/'
|
||||
);
|
||||
}
|
||||
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | sending html code |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
@@ -838,3 +838,9 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||
color: #ffd7ad;
|
||||
background-color: #f98100;
|
||||
}
|
||||
|
||||
.eiw .messages a {
|
||||
background-color: #00529b;
|
||||
color: #bde5f8;
|
||||
padding: 2px 7px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user