From 8e100dc60cadd257cdb269aac4667f4c87f3fc3e Mon Sep 17 00:00:00 2001 From: slerena <slerena@gmail.com> Date: Tue, 13 Oct 2009 22:49:57 +0000 Subject: [PATCH] 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 --- pandora_console/ChangeLog | 7 +++++++ pandora_console/images/tick_off.png | Bin 0 -> 387 bytes pandora_console/include/config_process.php | 4 ++-- pandora_console/operation/events/events.php | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 pandora_console/images/tick_off.png diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index adfd0f1e03..f9e4b2a10b 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -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 diff --git a/pandora_console/images/tick_off.png b/pandora_console/images/tick_off.png new file mode 100644 index 0000000000000000000000000000000000000000..3557609be707da964e982353bad57754d3ba6caf GIT binary patch literal 387 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wlNoGJgf67>k44ofy`glX(f`FeQ1ryD<E3 z??1C2$m1;Vh%9Dc;1&j9Muu5)B!GhKC7!;n>^Hf1MR^RD?c|&WG=bgI#W6(V{M?Bf zy^c7DxSrREO5w>X5EU`6Pg?q5{*8`fqPZ*w^Chx33LYslkKk-tpz)i17o)KE?-NJP zr0A#!scQU)tJL4~`<!Us{pE-2d8cPpury@fjkvp0y1edzK(1txsd#HfP#j-0&ql6A z0y8Fjd{@eFEc?6kR-2%^8Z7fFwzY0wxjbP{(z!oNvv;maSka`hB*`huyWYFGB4Yb; z?$eiTZWW#X()?Gz9V8mf+!1|#&sn4XXH)rXSvWI8&$;~iyrdxJq}KaQ9Y>isS86}) zTW8G4-m~N^^REaYqjV`F({}F6PjYQ%BrPwTUB2I9j>q)u<iCy|=Xx<;*|?=_`;SiF cKcU~*<yfnh#4c}E1%?uXr>mdKI;Vst0N<;Yx&QzG literal 0 HcmV?d00001 diff --git a/pandora_console/include/config_process.php b/pandora_console/include/config_process.php index 7b156e5413..9cfab1423e 100644 --- a/pandora_console/include/config_process.php +++ b/pandora_console/include/config_process.php @@ -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); diff --git a/pandora_console/operation/events/events.php b/pandora_console/operation/events/events.php index b21079e174..47869df7bc 100644 --- a/pandora_console/operation/events/events.php +++ b/pandora_console/operation/events/events.php @@ -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 {