mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 13:24:41 +03:00
Use new icon for add group, operator, etc. buttons.
This commit is contained in:
parent
f5c80e7b5c
commit
9bfd6a29fb
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 |
BIN
src/mibew/styles/pages/default/images/buttons/plus.png
Normal file
BIN
src/mibew/styles/pages/default/images/buttons/plus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 580 B |
@ -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>
|
||||
|
@ -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..."}}
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user