2009-10-13 Sancho Lerena <slerena@artica.es>

* operation/events/events.php: Replaced old icon (red cross) by a 
        white tick.

        * images/tick_off.png: White tick.

        * include/config_process.php: Ooopps, this is RC1 !



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2019 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2009-10-13 22:49:57 +00:00
parent 80160587a7
commit 8e100dc60c
4 changed files with 10 additions and 3 deletions

View File

@ -1,5 +1,12 @@
2009-10-13 Sancho Lerena <slerena@artica.es>
* operation/events/events.php: Replaced old icon (red cross) by a
white tick.
* images/tick_off.png: White tick.
* include/config_process.php: Ooopps, this is RC1 !
Upps, Tuesday #13, bad day for a last commit before launch RC1 ! :-S
* general/logon_ok.php: Fixed ugly format of table showing last activity

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

View File

@ -22,8 +22,8 @@
/**
* Pandora build version and version
*/
$build_version = 'PC090926';
$pandora_version = 'v3.0-dev';
$build_version = 'PC091013';
$pandora_version = 'v3.0RC1';
$config['start_time'] = microtime (true);

View File

@ -407,7 +407,7 @@ foreach ($result as $event) {
// Colored box
if ($event["estado"] == 0) {
$img = "images/cross.png";
$img = "images/tick_off.png";
$title = __('Event validate');
}
else {