Removed unused and duplicate icons
4
templates/Sparkle/admin/admins/admins.tpl
vendored
@@ -16,7 +16,7 @@ $header
|
||||
</div>
|
||||
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/user_add.png" alt="" />
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'admins', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['admin_add']}</a>
|
||||
</div>
|
||||
|
||||
@@ -55,7 +55,7 @@ $header
|
||||
|
||||
<if 15 < $count >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/user_add.png" alt="" />
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'admins', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['admin_add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
16
templates/Sparkle/admin/customers/customers.tpl
vendored
@@ -11,16 +11,16 @@ $header
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'customers'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
|
||||
<if $userinfo['customers_used'] < $userinfo['customers'] || $userinfo['customers'] == '-1'>
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/user_add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'customers', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['customer_add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<div class="overviewsearch">
|
||||
{$searchcode}
|
||||
</div>
|
||||
|
||||
<if $userinfo['customers_used'] < $userinfo['customers'] || $userinfo['customers'] == '-1'>
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'customers', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['customer_add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<table class="bradius">
|
||||
<thead>
|
||||
@@ -63,7 +63,7 @@ $header
|
||||
|
||||
<if ($userinfo['customers_used'] < $userinfo['customers'] || $userinfo['customers'] == '-1') && 15 < $userinfo['customers_used'] >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/user_add.png" alt="" />
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'customers', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['customer_add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
4
templates/Sparkle/admin/domains/domains.tpl
vendored
@@ -17,7 +17,7 @@
|
||||
|
||||
<if ($userinfo['domains_used'] < $userinfo['domains'] || $userinfo['domains'] == '-1') && $countcustomers !=0 >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/domain_add.png" alt="" />
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'domains', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['domain_add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
@@ -63,7 +63,7 @@
|
||||
|
||||
<if ($userinfo['domains_used'] < $userinfo['domains'] || $userinfo['domains'] == '-1') && 15 < $count && 0 < $countcustomers >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/domain_add.png" alt="" />
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'domains', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['domain_add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
@@ -2,7 +2,7 @@ $header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/encrypted_big.png" alt="" />
|
||||
<img src="templates/{$theme}/assets/img/icons/lock_big.png" alt="" />
|
||||
{$lng['menue']['main']['changepassword']}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
@@ -2,7 +2,7 @@ $header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/ipsports.png" alt="" />
|
||||
<img src="templates/{$theme}/assets/img/icons/ipsports_big.png" alt="" />
|
||||
{$lng['admin']['ipsandports']['ipsandports']}
|
||||
</h2>
|
||||
</header>
|
||||
@@ -16,7 +16,7 @@ $header
|
||||
</div>
|
||||
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/ipsports_add.png" alt="" />
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'ipsandports', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['ipsandports']['add']}</a>
|
||||
</div>
|
||||
|
||||
@@ -55,7 +55,7 @@ $header
|
||||
|
||||
<if 15 < $count>
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/ipsports_add.png" alt="" />
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'ipsandports', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['ipsandports']['add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
4
templates/Sparkle/admin/logger/logger.tpl
vendored
@@ -17,7 +17,7 @@ $header
|
||||
|
||||
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/syslog_truncate.png" alt="" />
|
||||
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'logger', 'page' => 'log', 'action' => 'truncate'))}">{$lng['logger']['truncate']}</a>
|
||||
</div>
|
||||
|
||||
@@ -45,7 +45,7 @@ $header
|
||||
|
||||
<if 15 < $log_count >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/syslog_truncate.png" alt="" />
|
||||
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'logger', 'page' => 'log', 'action' => 'truncate'))}">{$lng['logger']['truncate']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
@@ -10,7 +10,7 @@ $header
|
||||
<section>
|
||||
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/phpsettings_add.png" alt="" />
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'phpsettings', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['phpsettings']['addnew']}</a>
|
||||
</div>
|
||||
|
||||
@@ -30,7 +30,7 @@ $header
|
||||
|
||||
<if 15 < $count>
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/phpsettings_add.png" alt="" />
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'phpsettings', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['phpsettings']['addnew']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
@@ -2,7 +2,7 @@ $header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/{$image}" alt="{$title}" />
|
||||
<img src="templates/{$theme}/assets/img/icons/phpsettings_add_big.png" alt="{$title}" />
|
||||
{$title}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
@@ -2,7 +2,7 @@ $header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/{$image}" alt="{$title}" />
|
||||
<img src="templates/{$theme}/assets/img/phpsettings_edit_big.png" alt="{$title}" />
|
||||
{$title}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
@@ -10,7 +10,7 @@ $header
|
||||
<section>
|
||||
<if $add>
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/templates_add.png" alt="" />
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'templates', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['templates']['template_add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
@@ -42,7 +42,7 @@ $header
|
||||
<section>
|
||||
<if $filetemplateadd>
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/templates_add.png" alt="" />
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'templates', 'page' => $page, 'action' => 'add', 'files' => 'files'))}">{$lng['admin']['templates']['template_add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<td>{$ticket['priority']}</td>
|
||||
<td>
|
||||
<a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'archive', 'action' => 'view', 'id' => $ticket['id']))}" style="text-decoration:none;">
|
||||
<img src="templates/{$theme}/assets/img/icons/ticket_show.png" alt="{$lng['ticket']['show']}"/>
|
||||
<img src="templates/{$theme}/assets/img/icons/view.png" alt="{$lng['ticket']['show']}"/>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -16,7 +16,7 @@ $header
|
||||
</div>
|
||||
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/categories_add.png" alt="" />
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'categories', 'action' => 'addcategory'))}">{$lng['ticket']['ticket_newcateory']}</a>
|
||||
</div>
|
||||
|
||||
@@ -51,7 +51,7 @@ $header
|
||||
|
||||
<if 15 < $categories_count >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/categories_add.png" alt="" />
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'categories', 'action' => 'addcategory'))}">{$lng['ticket']['ticket_newcateory']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
4
templates/Sparkle/admin/tickets/tickets.tpl
vendored
@@ -17,7 +17,7 @@ $header
|
||||
|
||||
<if ($userinfo['tickets_used'] < $userinfo['tickets'] || $userinfo['tickets'] == '-1') && $countcustomers !=0 >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/ticket_add.png" alt="" />
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'tickets', 'action' => 'new'))}">{$lng['ticket']['ticket_new']}</a>
|
||||
</div>
|
||||
</if>
|
||||
@@ -56,7 +56,7 @@ $header
|
||||
|
||||
<if ($userinfo['tickets_used'] < $userinfo['tickets'] || $userinfo['tickets'] == '-1') && 15 < $tickets_count >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/ticket_add.png" alt="" />
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'tickets', 'action' => 'new'))}">{$lng['ticket']['ticket_new']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
@@ -8,24 +8,24 @@
|
||||
<td>
|
||||
<a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'tickets', 'action' => 'answer', 'id' => $row['id']))}" style="text-decoration:none;">
|
||||
<if $cananswer < 1 >
|
||||
<img src="templates/{$theme}/assets/img/icons/ticket_show.png" alt="{$lng['ticket']['show']}"/>
|
||||
<img src="templates/{$theme}/assets/img/icons/view.png" alt="{$lng['ticket']['show']}"/>
|
||||
</if>
|
||||
<if 0 < $cananswer >
|
||||
<img src="templates/{$theme}/assets/img/icons/ticket_answer.png" alt="{$lng['ticket']['answer']}"/>
|
||||
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{$lng['ticket']['answer']}"/>
|
||||
</if>
|
||||
</a>
|
||||
<if $reopen < 1 >
|
||||
<a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'tickets', 'action' => 'close', 'id' => $row['id']))}" style="text-decoration:none;">
|
||||
<img src="templates/{$theme}/assets/img/icons/ticket_close.png" alt="{$lng['ticket']['close']}"/>
|
||||
<img src="templates/{$theme}/assets/img/icons/lock.png" alt="{$lng['ticket']['close']}"/>
|
||||
</a>
|
||||
</if>
|
||||
<if 0 < $reopen >
|
||||
<a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'tickets', 'action' => 'reopen', 'id' => $row['id']))}" style="text-decoration:none;">
|
||||
<img src="templates/{$theme}/assets/img/icons/ticket_reopen.png" alt="{$lng['ticket']['reopen']}"/>
|
||||
<img src="templates/{$theme}/assets/img/icons/unlock.png" alt="{$lng['ticket']['reopen']}"/>
|
||||
</a>
|
||||
</if>
|
||||
<a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'tickets', 'action' => 'archive', 'id' => $row['id']))}" style="text-decoration:none;">
|
||||
<img src="templates/{$theme}/assets/img/icons/ticket_archive.png" alt="{$lng['ticket']['archive']}"/>
|
||||
<img src="templates/{$theme}/assets/img/icons/archive.png" alt="{$lng['ticket']['archive']}"/>
|
||||
</a>
|
||||
<a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'tickets', 'action' => 'delete', 'id' => $row['id']))}" style="text-decoration:none;">
|
||||
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{$lng['panel']['delete']}"/>
|
||||
|
||||
12
templates/Sparkle/assets/css/main.css
vendored
@@ -197,12 +197,8 @@ footer img {
|
||||
margin: 10px !important;
|
||||
}
|
||||
|
||||
.tinyform input {
|
||||
/*width:50%;*/
|
||||
}
|
||||
|
||||
.tinyform input[type="checkbox"] {
|
||||
width:auto;
|
||||
table.tinyform input {
|
||||
width:120px;
|
||||
}
|
||||
|
||||
.fullform,.midform,.installsec {
|
||||
@@ -667,7 +663,7 @@ input[type="text"], input[type="password"] {
|
||||
}
|
||||
|
||||
input[type="password"] {
|
||||
background:#fff url(../img/icons/password.png) no-repeat 5px 4px;
|
||||
background:#fff url(../img/icons/lock.png) no-repeat 5px 4px;
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -680,7 +676,7 @@ input[type="button"],input[type="submit"],input[type="reset"] {
|
||||
border: 0;
|
||||
background-color: #eee;
|
||||
min-width: 80px;
|
||||
height: 26px;
|
||||
height: 28px;
|
||||
background-image: none;
|
||||
border-width: 0px;
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 889 B |
BIN
templates/Sparkle/assets/img/icons/autoresponder.png
vendored
|
Before Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 3.5 KiB |
BIN
templates/Sparkle/assets/img/icons/backup.png
vendored
|
Before Width: | Height: | Size: 3.3 KiB |
BIN
templates/Sparkle/assets/img/icons/categories.png
vendored
|
Before Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 3.4 KiB |
BIN
templates/Sparkle/assets/img/icons/clock_add.png
vendored
|
Before Width: | Height: | Size: 3.5 KiB |
BIN
templates/Sparkle/assets/img/icons/clock_add_big.png
vendored
|
Before Width: | Height: | Size: 5.3 KiB |
BIN
templates/Sparkle/assets/img/icons/clock_delete.png
vendored
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 5.4 KiB |
BIN
templates/Sparkle/assets/img/icons/clock_edit.png
vendored
|
Before Width: | Height: | Size: 3.5 KiB |
BIN
templates/Sparkle/assets/img/icons/clock_error.png
vendored
|
Before Width: | Height: | Size: 952 B |
BIN
templates/Sparkle/assets/img/icons/clock_go.png
vendored
|
Before Width: | Height: | Size: 950 B |
BIN
templates/Sparkle/assets/img/icons/clock_link.png
vendored
|
Before Width: | Height: | Size: 961 B |
BIN
templates/Sparkle/assets/img/icons/clock_pause.png
vendored
|
Before Width: | Height: | Size: 921 B |
BIN
templates/Sparkle/assets/img/icons/clock_play.png
vendored
|
Before Width: | Height: | Size: 940 B |
BIN
templates/Sparkle/assets/img/icons/clock_red.png
vendored
|
Before Width: | Height: | Size: 889 B |
BIN
templates/Sparkle/assets/img/icons/clock_stop.png
vendored
|
Before Width: | Height: | Size: 922 B |
BIN
templates/Sparkle/assets/img/icons/delete_big.png
vendored
|
Before Width: | Height: | Size: 4.0 KiB |
BIN
templates/Sparkle/assets/img/icons/display.png
vendored
|
Before Width: | Height: | Size: 3.3 KiB |
BIN
templates/Sparkle/assets/img/icons/domain_add.png
vendored
|
Before Width: | Height: | Size: 3.2 KiB |
BIN
templates/Sparkle/assets/img/icons/domain_edit.png
vendored
|
Before Width: | Height: | Size: 3.2 KiB |
BIN
templates/Sparkle/assets/img/icons/domains.png
vendored
|
Before Width: | Height: | Size: 3.1 KiB |
BIN
templates/Sparkle/assets/img/icons/edit_big.png
vendored
|
Before Width: | Height: | Size: 4.2 KiB |
BIN
templates/Sparkle/assets/img/icons/email_add.png
vendored
|
Before Width: | Height: | Size: 3.3 KiB |
BIN
templates/Sparkle/assets/img/icons/email_edit.png
vendored
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 3.3 KiB |
BIN
templates/Sparkle/assets/img/icons/emails.png
vendored
|
Before Width: | Height: | Size: 3.2 KiB |
BIN
templates/Sparkle/assets/img/icons/error.png
vendored
|
Before Width: | Height: | Size: 3.4 KiB |
BIN
templates/Sparkle/assets/img/icons/find.png
vendored
|
Before Width: | Height: | Size: 3.4 KiB |
BIN
templates/Sparkle/assets/img/icons/find_big.png
vendored
|
Before Width: | Height: | Size: 4.5 KiB |
BIN
templates/Sparkle/assets/img/icons/folder.gif
vendored
|
Before Width: | Height: | Size: 1.1 KiB |
BIN
templates/Sparkle/assets/img/icons/group_edit.png
vendored
|
Before Width: | Height: | Size: 3.4 KiB |
BIN
templates/Sparkle/assets/img/icons/help.png
vendored
|
Before Width: | Height: | Size: 779 B |
BIN
templates/Sparkle/assets/img/icons/htaccess.png
vendored
|
Before Width: | Height: | Size: 3.3 KiB |
BIN
templates/Sparkle/assets/img/icons/htaccess_add.png
vendored
|
Before Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 3.3 KiB |
BIN
templates/Sparkle/assets/img/icons/htpasswd.png
vendored
|
Before Width: | Height: | Size: 3.3 KiB |
BIN
templates/Sparkle/assets/img/icons/htpasswd_add.png
vendored
|
Before Width: | Height: | Size: 3.3 KiB |
BIN
templates/Sparkle/assets/img/icons/htpasswd_edit.png
vendored
|
Before Width: | Height: | Size: 983 B |
|
Before Width: | Height: | Size: 3.3 KiB |
BIN
templates/Sparkle/assets/img/icons/info.png
vendored
|
Before Width: | Height: | Size: 3.3 KiB |
BIN
templates/Sparkle/assets/img/icons/ipsports.png
vendored
|
Before Width: | Height: | Size: 4.3 KiB |
BIN
templates/Sparkle/assets/img/icons/ipsports_add.png
vendored
|
Before Width: | Height: | Size: 3.5 KiB |
BIN
templates/Sparkle/assets/img/icons/ipsports_edit.png
vendored
|
Before Width: | Height: | Size: 3.4 KiB |
BIN
templates/Sparkle/assets/img/icons/link.gif
vendored
|
Before Width: | Height: | Size: 748 B |
BIN
templates/Sparkle/assets/img/icons/link.png
vendored
|
Before Width: | Height: | Size: 3.4 KiB |
BIN
templates/Sparkle/assets/img/icons/link_big.png
vendored
|
Before Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
BIN
templates/Sparkle/assets/img/icons/mail.png
vendored
|
Before Width: | Height: | Size: 3.2 KiB |
BIN
templates/Sparkle/assets/img/icons/mail_big.png
vendored
|
Before Width: | Height: | Size: 3.9 KiB |
BIN
templates/Sparkle/assets/img/icons/messages.png
vendored
|
Before Width: | Height: | Size: 3.1 KiB |
BIN
templates/Sparkle/assets/img/icons/mysql.png
vendored
|
Before Width: | Height: | Size: 3.4 KiB |
BIN
templates/Sparkle/assets/img/icons/mysql_add.png
vendored
|
Before Width: | Height: | Size: 3.4 KiB |
BIN
templates/Sparkle/assets/img/icons/mysql_edit.png
vendored
|
Before Width: | Height: | Size: 3.4 KiB |
BIN
templates/Sparkle/assets/img/icons/mysqls.png
vendored
|
Before Width: | Height: | Size: 1.1 KiB |
BIN
templates/Sparkle/assets/img/icons/mysqls_big.png
vendored
|
Before Width: | Height: | Size: 1.4 KiB |
BIN
templates/Sparkle/assets/img/icons/parent.gif
vendored
|
Before Width: | Height: | Size: 1.1 KiB |
BIN
templates/Sparkle/assets/img/icons/password.png
vendored
|
Before Width: | Height: | Size: 3.4 KiB |
BIN
templates/Sparkle/assets/img/icons/password_big.png
vendored
|
Before Width: | Height: | Size: 4.1 KiB |
BIN
templates/Sparkle/assets/img/icons/phpsettings.png
vendored
|
Before Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 973 B |
|
Before Width: | Height: | Size: 3.4 KiB |
BIN
templates/Sparkle/assets/img/icons/rename.gif
vendored
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 3.3 KiB |
BIN
templates/Sparkle/assets/img/icons/settings.png
vendored
|
Before Width: | Height: | Size: 3.5 KiB |
BIN
templates/Sparkle/assets/img/icons/sort_both.png
vendored
|
Before Width: | Height: | Size: 2.8 KiB |
BIN
templates/Sparkle/assets/img/icons/sort_down.png
vendored
|
Before Width: | Height: | Size: 2.8 KiB |
BIN
templates/Sparkle/assets/img/icons/ssl.png
vendored
|
Before Width: | Height: | Size: 3.4 KiB |
BIN
templates/Sparkle/assets/img/icons/ssl_big.png
vendored
|
Before Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 4.5 KiB |
BIN
templates/Sparkle/assets/img/icons/syslog.png
vendored
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 4.6 KiB |
BIN
templates/Sparkle/assets/img/icons/tag_orange.png
vendored
|
Before Width: | Height: | Size: 583 B |
BIN
templates/Sparkle/assets/img/icons/templates.png
vendored
|
Before Width: | Height: | Size: 3.1 KiB |
BIN
templates/Sparkle/assets/img/icons/templates_add.png
vendored
|
Before Width: | Height: | Size: 3.3 KiB |