modifs.mineures sans commentaires

This commit is contained in:
Jephté Clain 2024-07-17 10:29:46 +04:00
parent b94402f927
commit 7765d0089e
1 changed files with 8 additions and 3 deletions

View File

@ -17,12 +17,14 @@ class Bs3IconManager implements IIconManager {
"download" => "download-alt",
"upload" => "cloud-upload",
"new_window",
"mail" => "enveloppe",
"mail" => "envelope",
"search",
"user",
"login" => "log-in",
"logout" => "log-out",
"bin" => "trash",
"dashboard" => "list-alt",
"calendar",
"arrow_up", "arrow_down", "arrow_left", "arrow_right",
"chevron_up", "chevron_down", "chevron_left", "chevron_right",
@ -87,12 +89,13 @@ EOT;
'download' => 'download-alt',
'upload' => 'cloud-upload',
'new_window' => 'new-window',
'mail' => 'enveloppe',
'mail' => 'envelope',
'search' => 'search',
'user' => 'user',
'login' => 'log-in',
'logout' => 'log-out',
'bin' => 'trash',
'dashboard' => 'list-alt',
'arrow_up' => 'arrow-up',
'arrow_down' => 'arrow-down',
'arrow_left' => 'arrow-left',
@ -142,12 +145,14 @@ EOT;
const DOWNLOAD = /*autogen*/['<span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span>'];
const UPLOAD = /*autogen*/['<span class="glyphicon glyphicon-cloud-upload" aria-hidden="true"></span>'];
const NEW_WINDOW = /*autogen*/['<span class="glyphicon glyphicon-new-window" aria-hidden="true"></span>'];
const MAIL = /*autogen*/['<span class="glyphicon glyphicon-enveloppe" aria-hidden="true"></span>'];
const MAIL = /*autogen*/['<span class="glyphicon glyphicon-envelope" aria-hidden="true"></span>'];
const SEARCH = /*autogen*/['<span class="glyphicon glyphicon-search" aria-hidden="true"></span>'];
const USER = /*autogen*/['<span class="glyphicon glyphicon-user" aria-hidden="true"></span>'];
const LOGIN = /*autogen*/['<span class="glyphicon glyphicon-log-in" aria-hidden="true"></span>'];
const LOGOUT = /*autogen*/['<span class="glyphicon glyphicon-log-out" aria-hidden="true"></span>'];
const BIN = /*autogen*/['<span class="glyphicon glyphicon-trash" aria-hidden="true"></span>'];
const DASHBOARD = /*autogen*/['<span class="glyphicon glyphicon-list-alt" aria-hidden="true"></span>'];
const CALENDAR = /*autogen*/['<span class="glyphicon glyphicon-calendar" aria-hidden="true"></span>'];
const ARROW_UP = /*autogen*/['<span class="glyphicon glyphicon-arrow-up" aria-hidden="true"></span>'];
const ARROW_DOWN = /*autogen*/['<span class="glyphicon glyphicon-arrow-down" aria-hidden="true"></span>'];
const ARROW_LEFT = /*autogen*/['<span class="glyphicon glyphicon-arrow-left" aria-hidden="true"></span>'];