2013-04-16 Sergio Martin <sergio.martin@artica.es>
* include/functions_ui.php images/information_big.png images/help2.png images/info.png images/information.png: Add new information icon for ui messages git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7990 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
f1f745380a
commit
e844c73c08
|
@ -1,3 +1,12 @@
|
|||
2013-04-16 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_ui.php
|
||||
images/information_big.png
|
||||
images/help2.png
|
||||
images/info.png
|
||||
images/information.png: Add new information icon for
|
||||
ui messages
|
||||
|
||||
2013-04-16 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* operation/agentes/ver_agente.php
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 443 B |
Binary file not shown.
Before Width: | Height: | Size: 716 B After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
|
@ -222,7 +222,7 @@ function ui_print_message ($message, $class = '', $attributes = '', $return = fa
|
|||
switch ($class) {
|
||||
default:
|
||||
case 'info':
|
||||
$icon_image = 'images/information.png';
|
||||
$icon_image = 'images/information_big.png';
|
||||
break;
|
||||
case 'error':
|
||||
$icon_image = 'images/err.png';
|
||||
|
|
Loading…
Reference in New Issue