* new arrow icons (png)
* removed old icons (gif)
This commit is contained in:
parent
ccfc15646e
commit
6e96eec2d2
5 changed files with 4 additions and 4 deletions
|
@ -52,7 +52,7 @@
|
|||
<?cs if:run_counter != all_count ?><a href="<?cs
|
||||
call:link("plugin_manager", "plugin_name", name(x), "action", "down")
|
||||
?>&x=<?cs var:run_counter ?>#volume_plugins"><img
|
||||
src="icons/plugin_manager?image=tango-go-down.gif" alt="<?cs
|
||||
src="icons/plugin_manager?image=tango-go-down.png" alt="<?cs
|
||||
var:html_escape(Lang.Plugins.plugin_manager.Button.Down) ?>"
|
||||
title="<?cs var:html_escape(Lang.Plugins.plugin_manager.Button.Down)
|
||||
?>" /></a><?cs /if ?>
|
||||
|
@ -61,7 +61,7 @@
|
|||
<?cs if:run_counter != 1 ?><a href="<?cs
|
||||
call:link("plugin_manager", "plugin_name", name(x), "action", "up")
|
||||
?>&x=<?cs var:run_counter ?>#volume_plugins" ><img
|
||||
src="icons/plugin_manager?image=tango-go-up.gif" alt="<?cs
|
||||
src="icons/plugin_manager?image=tango-go-up.png" alt="<?cs
|
||||
var:html_escape(Lang.Plugins.plugin_manager.Button.Up) ?>"
|
||||
title="<?cs var:html_escape(Lang.Plugins.plugin_manager.Button.Up)
|
||||
?>" /></a><?cs /if ?>
|
||||
|
@ -111,7 +111,7 @@
|
|||
<?cs if:run_counter != all_count ?><a href="<?cs
|
||||
call:link("plugin_manager", "plugin_name", name(x), "action", "down")
|
||||
?>&x=<?cs var:run_counter ?>#system_plugins"><img
|
||||
src="icons/plugin_manager?image=tango-go-down.gif" alt="<?cs
|
||||
src="icons/plugin_manager?image=tango-go-down.png" alt="<?cs
|
||||
var:html_escape(Lang.Plugins.plugin_manager.Button.Down) ?>"
|
||||
title="<?cs var:html_escape(Lang.Plugins.plugin_manager.Button.Down)
|
||||
?>" /></a><?cs /if ?>
|
||||
|
@ -119,7 +119,7 @@
|
|||
<?cs if:run_counter != 1 ?><a href="<?cs
|
||||
call:link("plugin_manager", "plugin_name", name(x), "action", "up")
|
||||
?>&x=<?cs var:run_counter ?>#system_plugins" ><img
|
||||
src="icons/plugin_manager?image=tango-go-up.gif" alt="<?cs
|
||||
src="icons/plugin_manager?image=tango-go-up.png" alt="<?cs
|
||||
var:html_escape(Lang.Plugins.plugin_manager.Button.Up) ?>"
|
||||
title="<?cs var:html_escape(Lang.Plugins.plugin_manager.Button.Up)
|
||||
?>" /></a><?cs /if ?>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 997 B |
Binary file not shown.
Before Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 977 B |
Loading…
Reference in a new issue