dbmsv4 init...4
This commit is contained in:
parent
d132c19efe
commit
a470299594
@ -52,80 +52,80 @@ class IconHelper
|
||||
private static function getIcons(): array
|
||||
{
|
||||
return [
|
||||
'ADD' => '<i class="bi bi-plus-circle"></i>',
|
||||
'LOGO' => '<img src="/images/logo/android-icon-48x48.png">',
|
||||
'EXCEL' => '<img src="/images/common/excel.png"/>',
|
||||
'PDF' => '<img src="/images/common/pdf.png"/>',
|
||||
'GOOGLE' => '<img src="https://www.google.com/favicon.ico" alt="Google" width="20" height="20" class="me-2">',
|
||||
'MEMBER' => '<i class="bi bi-people"></i>',
|
||||
'LOGIN' => '<i class="bi bi-shield-check"></i>',
|
||||
'LOGOUT' => '<i class="bi bi-sign-stop-fill"></i>',
|
||||
'HOME' => '<i class="bi bi-house"></i>',
|
||||
'MENU' => '<i class="bi bi-menu-button"></i>',
|
||||
'NEW' => '<i class="bi bi-database-add"></i>',
|
||||
'REPLY' => '<i class="bi bi-arrow-return-right"></i>',
|
||||
'DATABASE' => '<i class="bi bi-database"></i>',
|
||||
'DISLIKE' => '<i class="bi bi-hand-thumbs-down"></i>',
|
||||
'LIKE' => '<i class="bi bi-hand-thumbs-up"></i>',
|
||||
'DOWNLOAD' => '<i class="bi bi-download"></i>',
|
||||
'UPLOAD' => '<i class="bi bi-upload"></i>',
|
||||
'COPY' => '<i class="bi bi-files"></i>',
|
||||
'PASTE' => '<i class="bi bi-clipboard"></i>',
|
||||
'EDIT' => '<i class="bi bi-pencil-square"></i>',
|
||||
'VIEW' => '<i class="bi bi-eye"></i>',
|
||||
'VIEW_OFF' => '<i class="bi bi-eye-slash"></i>',
|
||||
'PRINT' => '<i class="bi bi-printer"></i>',
|
||||
'SAVE' => '<i class="bi bi-save"></i>',
|
||||
'CANCEL' => '<i class="bi bi-x-circle"></i>',
|
||||
'CLOSE' => '<i class="bi bi-x-circle-fill"></i>',
|
||||
'CLIENT' => '<i class="bi bi-person-circle"></i>',
|
||||
'CHART' => '<i class="bi bi-bar-chart"></i>',
|
||||
'CHECK' => '<i class="bi bi-check-circle"></i>',
|
||||
'CHECK_OFF' => '<i class="bi bi-check-circle-fill"></i>',
|
||||
'CHECK_ON' => '<i class="bi bi-check2-circle"></i>',
|
||||
'CHECK_ALL' => '<i class="bi bi-check-all"></i>',
|
||||
'CHECK_NONE' => '<i class="bi bi-check2"></i>',
|
||||
'CHECK_SOME' => '<i class="bi bi-check2-square"></i>',
|
||||
'COUPON' => '<i class="bi bi-ticket-perforated"></i>',
|
||||
'HISTORY' => '<i class="bi bi-clock-history"></i>',
|
||||
'MODIFY' => '<i class="bi bi-pencil-square"></i>',
|
||||
'MODIFY_ALL' => '<i class="bi bi-pencil-square"></i>',
|
||||
'BATCHJOB' => '<i class="bi bi-clipboard-data"></i>',
|
||||
'DELETE' => '<i class="bi bi-trash"></i>',
|
||||
'ADD' => '➕',
|
||||
'LOGO' => '🖼️',
|
||||
'EXCEL' => '📊',
|
||||
'PDF' => '📄',
|
||||
'GOOGLE' => '🌐',
|
||||
'MEMBER' => '👤',
|
||||
'LOGIN' => '🔑',
|
||||
'LOGOUT' => '🚪',
|
||||
'HOME' => '🏠',
|
||||
'MENU' => '☰',
|
||||
'NEW' => '🆕',
|
||||
'REPLY' => '↩️',
|
||||
'DATABASE' => '🗄️',
|
||||
'DISLIKE' => '👎',
|
||||
'LIKE' => '👍',
|
||||
'DOWNLOAD' => '⬇️',
|
||||
'UPLOAD' => '⬆️',
|
||||
'COPY' => '📋',
|
||||
'PASTE' => '📌',
|
||||
'EDIT' => '✏️',
|
||||
'VIEW' => '👁️',
|
||||
'VIEW_OFF' => '🙈',
|
||||
'PRINT' => '🖨️',
|
||||
'SAVE' => '✔️',
|
||||
'CANCEL' => '❌',
|
||||
'CLOSE' => '✖️',
|
||||
'CLIENT' => '👥',
|
||||
'CHART' => '📈',
|
||||
'CHECK' => '✔️',
|
||||
'CHECK_OFF' => '⬜',
|
||||
'CHECK_ON' => '☑️',
|
||||
'CHECK_ALL' => '📑',
|
||||
'CHECK_NONE' => '🚫',
|
||||
'CHECK_SOME' => '➖',
|
||||
'COUPON' => '🎟️',
|
||||
'HISTORY' => '🕘',
|
||||
'MODIFY' => '🔧',
|
||||
'MODIFY_ALL' => '🛠️',
|
||||
'BATCHJOB' => '⚙️',
|
||||
'DELETE' => '🗑️',
|
||||
'REBOOT' => '🔄',
|
||||
'RELOAD' => '<i class="bi bi-bootstrap-reboot"></i>',
|
||||
'SETUP' => '<i class="bi bi-gear"></i>',
|
||||
'FLAG' => '<i class="bi bi-send"></i>',
|
||||
'SEARCH' => '<i class="bi bi-search"></i>',
|
||||
'PLAY' => '<i class="bi bi-play-fill"></i>',
|
||||
'CART' => '<i class="bi bi-cart4"></i>',
|
||||
'CARD' => '<i class="bi bi-credit-card"></i>',
|
||||
'DEPOSIT' => '<i class="bi bi-cash-coin"></i>',
|
||||
'DESKTOP' => '<i class="bi bi-pc-display-horizontal"></i>',
|
||||
'DEVICE' => '<i class="bi bi-device-hdd"></i>',
|
||||
'UP' => '<i class="bi bi-arrow-up"></i>',
|
||||
'DOWN' => '<i class="bi bi-arrow-down"></i>',
|
||||
'LEFT' => '<i class="bi bi-arrow-left"></i>',
|
||||
'RIGHT' => '<i class="bi bi-arrow-right"></i>',
|
||||
'IMAGE_FILE' => '<i class="bi bi-file-earmark-image"></i>',
|
||||
'CLOUD' => '<i class="bi bi-cloud"></i>',
|
||||
'SIGNPOST' => '<i class="bi bi-signpost"></i>',
|
||||
'LOCK' => '<i class="bi bi-lock"></i>',
|
||||
'UNLOCK' => '<i class="bi bi-unlock"></i>',
|
||||
'BOX' => '<i class="bi bi-box"></i>',
|
||||
'BOXS' => '<i class="bi bi-boxes"></i>',
|
||||
'ONETIME' => '<i class="bi bi-1-circle-fill text-warning"></i>',
|
||||
'MONTH' => '<i class="bi bi-calendar-check text-warning"></i>',
|
||||
'EMAIL' => '<i class="bi bi-mailbox"></i>',
|
||||
'MAIL' => '<i class="bi bi-envelope"></i>',
|
||||
'PHONE' => '<i class="bi bi-phone"></i>',
|
||||
'POINT' => '<i class="bi bi-coin"></i>',
|
||||
'ALRAM' => '<i class="bi bi-bell"></i>',
|
||||
'PAYMENT' => '<i class="bi bi-credit-card-2-back"></i>',
|
||||
'LINK' => '<i class="bi bi-link-45deg"></i>',
|
||||
'SALE_UP' => '<i class="bi bi-graph-up-arrow"></i>',
|
||||
'SALE_DOWN' => '<i class="bi bi-graph-down-arrow"></i>',
|
||||
'SERVICE' => '<i class="bi bi-gear-wide-connected"></i>',
|
||||
'RELOAD' => '🔁',
|
||||
'SETUP' => '⚙️',
|
||||
'FLAG' => '🚩',
|
||||
'SEARCH' => '🔍',
|
||||
'PLAY' => '▶️',
|
||||
'CART' => '🛒',
|
||||
'CARD' => '💳',
|
||||
'DEPOSIT' => '💰',
|
||||
'DESKTOP' => '🖥️',
|
||||
'DEVICE' => '📟',
|
||||
'UP' => '⬆️',
|
||||
'DOWN' => '⬇️',
|
||||
'LEFT' => '⬅️',
|
||||
'RIGHT' => '➡️',
|
||||
'IMAGE_FILE' => '🖼️',
|
||||
'CLOUD' => '☁️',
|
||||
'SIGNPOST' => '📌',
|
||||
'LOCK' => '🔒',
|
||||
'UNLOCK' => '🔓',
|
||||
'BOX' => '📦',
|
||||
'BOXS' => '📦📦',
|
||||
'ONETIME' => '⚡',
|
||||
'MONTH' => '📅',
|
||||
'EMAIL' => '✉️',
|
||||
'MAIL' => '📧',
|
||||
'PHONE' => '📞',
|
||||
'POINT' => '⭐',
|
||||
'ALRAM' => '🔔',
|
||||
'PAYMENT' => '💸',
|
||||
'LINK' => '🔗',
|
||||
'SALE_UP' => '📈',
|
||||
'SALE_DOWN' => '📉',
|
||||
'SERVICE' => '🛎️',
|
||||
'SERVICE_ITEM' => '<i class="bi bi-gear-wide-connected"></i>',
|
||||
'SERVICE_ITEM_LINE' => '<i class="bi bi-chat-left-text"></i>',
|
||||
'SERVICE_ITEM_IP' => '<i class="bi bi-globe"></i>',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user