Use new dashboard icons
The icons are taken from http://www.icojam.com/blog/?p=259
@ -770,7 +770,7 @@ table.awaiting .no-visitors {
|
||||
.dashboard-item:hover {
|
||||
}
|
||||
.dashboard-item a {
|
||||
padding-top: 2px;
|
||||
padding-top: 6px;
|
||||
padding-bottom: 10px;
|
||||
display: block;
|
||||
}
|
||||
|
Before Width: | Height: | Size: 732 B |
BIN
src/mibew/styles/pages/default/images/dash/blocked.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.2 KiB |
BIN
src/mibew/styles/pages/default/images/dash/canned.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 728 B |
Before Width: | Height: | Size: 1.2 KiB |
BIN
src/mibew/styles/pages/default/images/dash/exit.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 604 B |
BIN
src/mibew/styles/pages/default/images/dash/group.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.2 KiB |
BIN
src/mibew/styles/pages/default/images/dash/history.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
BIN
src/mibew/styles/pages/default/images/dash/locale.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
src/mibew/styles/pages/default/images/dash/lock.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
src/mibew/styles/pages/default/images/dash/operator.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
BIN
src/mibew/styles/pages/default/images/dash/profile.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
@ -1,19 +0,0 @@
|
||||
"34aL volume 3.1" icons set
|
||||
|
||||
Ammount of icons:
|
||||
60
|
||||
|
||||
Colors:
|
||||
Colored, grey
|
||||
|
||||
Icon Sizes:
|
||||
24x24
|
||||
|
||||
File Types:
|
||||
.ico (RGBA, 256 color, 16 color),
|
||||
.tiff (RGBA)
|
||||
.gif (indexed)
|
||||
.bmp (RGB - 1 color background),
|
||||
.png (RGBA)
|
||||
|
||||
Note: These icons are free for use.
|
Before Width: | Height: | Size: 1.1 KiB |
BIN
src/mibew/styles/pages/default/images/dash/settings.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.2 KiB |
BIN
src/mibew/styles/pages/default/images/dash/statistics.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
BIN
src/mibew/styles/pages/default/images/dash/updates.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.2 KiB |
BIN
src/mibew/styles/pages/default/images/dash/visitors.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.1 KiB |
BIN
src/mibew/styles/pages/default/images/dash/warning.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
src/mibew/styles/pages/default/images/dash/wizard.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
@ -3,7 +3,7 @@
|
||||
{{#if warnOffline}}
|
||||
{{#unless isOnline}}
|
||||
<li id="offline-warning">
|
||||
<img src="{{asset "@CurrentStyle/images/dash/warn.gif"}}" alt="" width="24" height="24"/>
|
||||
<img src="{{asset "@CurrentStyle/images/dash/warning.png"}}" alt="" width="24" height="24"/>
|
||||
<p>{{{l10n "You are Offline.<br/><a href=\"{0}\">Connect...</a>" (route "users" nomenu="1")}}}</p>
|
||||
</li>
|
||||
{{/unless}}
|
||||
|
@ -22,7 +22,7 @@
|
||||
<div id="dashboard">
|
||||
<div class="dashboard-item">
|
||||
<div class="dashboard-item-content">
|
||||
<img src="{{asset "@CurrentStyle/images/dash/visitors.gif"}}" alt=""/>
|
||||
<img src="{{asset "@CurrentStyle/images/dash/visitors.png"}}" alt=""/>
|
||||
<a href="{{route "users"}}">
|
||||
{{l10n "Visitors"}}
|
||||
</a>
|
||||
@ -32,7 +32,7 @@
|
||||
|
||||
<div class="dashboard-item">
|
||||
<div class="dashboard-item-content">
|
||||
<img src="{{asset "@CurrentStyle/images/dash/history.gif"}}" alt=""/>
|
||||
<img src="{{asset "@CurrentStyle/images/dash/history.png"}}" alt=""/>
|
||||
<a href="{{route "history"}}">
|
||||
{{l10n "Chat history"}}
|
||||
</a>
|
||||
@ -43,7 +43,7 @@
|
||||
{{#if showstat}}
|
||||
<div class="dashboard-item">
|
||||
<div class="dashboard-item-content">
|
||||
<img src="{{asset "@CurrentStyle/images/dash/stat.gif"}}" alt=""/>
|
||||
<img src="{{asset "@CurrentStyle/images/dash/statistics.png"}}" alt=""/>
|
||||
<a href="{{route "statistics"}}">
|
||||
{{l10n "Statistics"}}
|
||||
</a>
|
||||
@ -55,7 +55,7 @@
|
||||
{{#if showban}}
|
||||
<div class="dashboard-item">
|
||||
<div class="dashboard-item-content">
|
||||
<img src="{{asset "@CurrentStyle/images/dash/blocked.gif"}}" alt=""/>
|
||||
<img src="{{asset "@CurrentStyle/images/dash/blocked.png"}}" alt=""/>
|
||||
<a href="{{route "bans"}}">
|
||||
{{l10n "Blocked visitors"}}
|
||||
</a>
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
<div class="dashboard-item">
|
||||
<div class="dashboard-item-content">
|
||||
<img src="{{asset "@CurrentStyle/images/dash/canned.gif"}}" alt=""/>
|
||||
<img src="{{asset "@CurrentStyle/images/dash/canned.png"}}" alt=""/>
|
||||
<a href="{{route "canned_messages"}}">
|
||||
{{l10n "Canned Messages"}}
|
||||
</a>
|
||||
@ -77,7 +77,7 @@
|
||||
{{#if showadmin}}
|
||||
<div class="dashboard-item">
|
||||
<div class="dashboard-item-content">
|
||||
<img src="{{asset "@CurrentStyle/images/dash/getcode.gif"}}" alt=""/>
|
||||
<img src="{{asset "@CurrentStyle/images/dash/wizard.png"}}" alt=""/>
|
||||
<a href="{{route "button_code"}}">
|
||||
{{l10n "Button code"}}
|
||||
</a>
|
||||
@ -87,7 +87,7 @@
|
||||
|
||||
<div class="dashboard-item">
|
||||
<div class="dashboard-item-content">
|
||||
<img src="{{asset "@CurrentStyle/images/dash/operators.gif"}}" alt=""/>
|
||||
<img src="{{asset "@CurrentStyle/images/dash/operator.png"}}" alt=""/>
|
||||
<a href="{{route "operators"}}">
|
||||
{{l10n "Operators"}}
|
||||
</a>
|
||||
@ -97,7 +97,7 @@
|
||||
|
||||
<div class="dashboard-item">
|
||||
<div class="dashboard-item-content">
|
||||
<img src="{{asset "@CurrentStyle/images/dash/dep.gif"}}" alt=""/>
|
||||
<img src="{{asset "@CurrentStyle/images/dash/group.png"}}" alt=""/>
|
||||
<a href="{{route "groups"}}">
|
||||
{{l10n "Groups"}}
|
||||
</a>
|
||||
@ -107,7 +107,7 @@
|
||||
|
||||
<div class="dashboard-item">
|
||||
<div class="dashboard-item-content">
|
||||
<img src="{{asset "@CurrentStyle/images/dash/settings.gif"}}" alt=""/>
|
||||
<img src="{{asset "@CurrentStyle/images/dash/settings.png"}}" alt=""/>
|
||||
<a href="{{route "settings_common"}}">
|
||||
{{l10n "Settings"}}
|
||||
</a>
|
||||
@ -119,7 +119,7 @@
|
||||
{{#if currentopid}}
|
||||
<div class="dashboard-item">
|
||||
<div class="dashboard-item-content">
|
||||
<img src="{{asset "@CurrentStyle/images/dash/profile.gif"}}" alt=""/>
|
||||
<img src="{{asset "@CurrentStyle/images/dash/profile.png"}}" alt=""/>
|
||||
<a href="{{route "operator_edit" operator_id=currentopid}}">
|
||||
{{l10n "Profile"}}
|
||||
</a>
|
||||
@ -131,7 +131,7 @@
|
||||
{{#if localeLinks}}
|
||||
<div class="dashboard-item">
|
||||
<div class="dashboard-item-content">
|
||||
<img src="{{asset "@CurrentStyle/images/dash/locale.gif"}}" alt=""/>
|
||||
<img src="{{asset "@CurrentStyle/images/dash/locale.png"}}" alt=""/>
|
||||
<a href="#" id="change-language">
|
||||
{{l10n "Language"}}
|
||||
</a>
|
||||
@ -143,7 +143,7 @@
|
||||
{{#if showadmin}}
|
||||
<div class="dashboard-item">
|
||||
<div class="dashboard-item-content">
|
||||
<img src="{{asset "@CurrentStyle/images/dash/updates.gif"}}" alt=""/>
|
||||
<img src="{{asset "@CurrentStyle/images/dash/updates.png"}}" alt=""/>
|
||||
<a href="{{route "updates"}}">
|
||||
{{l10n "Updates"}}
|
||||
</a>
|
||||
@ -154,7 +154,7 @@
|
||||
|
||||
<div class="dashboard-item">
|
||||
<div class="dashboard-item-content">
|
||||
<img src="{{asset "@CurrentStyle/images/dash/exit.gif"}}" alt=""/>
|
||||
<img src="{{asset "@CurrentStyle/images/dash/exit.png"}}" alt=""/>
|
||||
<a href="{{route "logout"}}">
|
||||
{{l10n "Exit"}}
|
||||
</a>
|
||||
@ -167,7 +167,7 @@
|
||||
{{#if localeLinks}}
|
||||
<div id="dashboard-locales-popup">
|
||||
<a href="#" id="dashboard-locales-popup-close"><img src="{{asset "@CurrentStyle/images/dash/close.gif"}}" alt="X"/></a>
|
||||
<h2><img src="{{asset "@CurrentStyle/images/dash/locale.gif"}}" alt=""/><b>{{l10n "Choose your language"}}</b></h2>
|
||||
<h2><img src="{{asset "@CurrentStyle/images/dash/locale.png"}}" alt=""/><b>{{l10n "Choose your language"}}</b></h2>
|
||||
<ul class="locales">
|
||||
{{#each localeLinks}}
|
||||
<li{{#ifEqual currentLocale @key}} class="active"{{/ifEqual}}><a href="?locale={{@key}}">{{this}}</a></li>
|
||||
|