Use new icon for add group, operator, etc. buttons.

This commit is contained in:
Dmitriy Simushev 2014-12-23 10:48:53 +00:00
parent f5c80e7b5c
commit 9bfd6a29fb
8 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 580 B

View File

@ -10,7 +10,7 @@
{{> _errors}}
<div class="table-toolbar">
<img src="{{asset "@CurrentStyle/images/buttons/createban.gif"}}" border="0" alt=""/>
<img src="{{asset "@CurrentStyle/images/buttons/plus.png"}}" border="0" alt=""/>
<a href="{{route "ban_add"}}" title="{{l10n "Add address"}}"
onclick="this.newWindow = window.open('{{route "ban_add"}}', '', 'toolbar=0,scrollbars=1,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;">{{l10n "Add address"}}</a>
</div>

View File

@ -45,7 +45,7 @@
<br/>
<div class="table-toolbar">
<img src="{{asset "@CurrentStyle/images/buttons/createban.gif"}}" border="0" alt=""/>
<img src="{{asset "@CurrentStyle/images/buttons/plus.png"}}" border="0" alt=""/>
<a href="{{route "canned_message_add" lang=formlang group=formgroup}}" target="_blank"
onclick="this.newWindow = window.open('{{route "canned_message_add" lang=formlang group=formgroup}}', '', 'toolbar=0,scrollbars=1,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;">
{{l10n "Add message..."}}

View File

@ -46,7 +46,7 @@
{{#if canmodify}}
<div class="table-toolbar">
<img src="{{asset "@CurrentStyle/images/buttons/createdep.gif"}}" border="0" alt="" />
<img src="{{asset "@CurrentStyle/images/buttons/plus.png"}}" border="0" alt="" />
<a href="{{route "group_add"}}" title="{{l10n "Create new group"}}">
{{l10n "Create new group"}}
</a>

View File

@ -46,7 +46,7 @@
{{#if canmodify}}
<div class="table-toolbar">
<img src="{{asset "@CurrentStyle/images/buttons/createagent.gif"}}" border="0" alt="" />
<img src="{{asset "@CurrentStyle/images/buttons/plus.png"}}" border="0" alt="" />
<a href="{{route "operator_add"}}" title="{{l10n "Add operator..."}}">
{{l10n "Add operator..."}}
</a>