diff options
author | alecpl <alec@alec.pl> | 2009-05-27 16:13:53 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-05-27 16:13:53 +0000 |
commit | 0b1875c82a6fdbca1241147e917bb3c7ecb22d80 (patch) | |
tree | f82c4ccff0318ba581d63f38561c0c4a13d35abe /plugins/managesieve/skins/default/templates | |
parent | a9c813f19226d4e403f90541fc12d4e1c17e30a7 (diff) |
- better icons
Diffstat (limited to 'plugins/managesieve/skins/default/templates')
-rw-r--r-- | plugins/managesieve/skins/default/templates/managesieve.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/managesieve/skins/default/templates/managesieve.html b/plugins/managesieve/skins/default/templates/managesieve.html index dbef6ee11..d5dd6c454 100644 --- a/plugins/managesieve/skins/default/templates/managesieve.html +++ b/plugins/managesieve/skins/default/templates/managesieve.html @@ -13,10 +13,10 @@ <roundcube:include file="/includes/settingstabs.html" /> <div id="filtersbuttons"> -<roundcube:button command="plugin.managesieve-add" imageSel="/this/filter_add_sel.png" imagePas="/this/filter_add_pas.png" imageAct="/this/filter_add.png" width="32" height="32" title="managesieve.filteradd" /> -<roundcube:button command="plugin.managesieve-del" imageSel="/this/filter_del_sel.png" imagePas="/this/filter_del_pas.png" imageAct="/this/filter_del.png" width="32" height="32" title="managesieve.filterdel" /> -<roundcube:button command="plugin.managesieve-up" imageSel="/this/filter_up_sel.png" imagePas="/this/filter_up_pas.png" imageAct="/this/filter_up.png" width="32" height="32" title="managesieve.moveup" /> -<roundcube:button command="plugin.managesieve-down" imageSel="/this/filter_down_sel.png" imagePas="/this/filter_down_pas.png" imageAct="/this/filter_down.png" width="32" height="32" title="managesieve.movedown" /> +<roundcube:button command="plugin.managesieve-add" imageSel="/this/filter_add_sel.png" imagePas="/this/filter_add_pas.png" imageAct="/this/filter_add_act.png" width="32" height="32" title="managesieve.filteradd" /> +<roundcube:button command="plugin.managesieve-del" imageSel="/this/filter_del_sel.png" imagePas="/this/filter_del_pas.png" imageAct="/this/filter_del_act.png" width="32" height="32" title="managesieve.filterdel" /> +<roundcube:button command="plugin.managesieve-up" imageSel="/this/filter_up_sel.png" imagePas="/this/filter_up_pas.png" imageAct="/this/filter_up_act.png" width="32" height="32" title="managesieve.moveup" /> +<roundcube:button command="plugin.managesieve-down" imageSel="/this/filter_down_sel.png" imagePas="/this/filter_down_pas.png" imageAct="/this/filter_down_act.png" width="32" height="32" title="managesieve.movedown" /> </div> <div id="filterslist"> |