From 4bf498b2c9340d8b95f7b0fc32b960fa865171f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Tue, 4 Oct 2011 07:37:29 +0000 Subject: [PATCH] - Planner Erledigt Icons angepasst - Bufix beim Erledigen von Tasks --- rdf/projekttask.rdf.php | 2 +- skin/images/cbox-check.gif | Bin 0 -> 62 bytes skin/images/round.png | Bin 0 -> 208 bytes skin/planner.css | 4 ++-- 4 files changed, 3 insertions(+), 3 deletions(-) create mode 100755 skin/images/cbox-check.gif create mode 100755 skin/images/round.png diff --git a/rdf/projekttask.rdf.php b/rdf/projekttask.rdf.php index 17f213031..5345e5970 100755 --- a/rdf/projekttask.rdf.php +++ b/rdf/projekttask.rdf.php @@ -52,7 +52,7 @@ foreach($projekttask_obj->result as $projekttask) $oRdf->obj[$i]->setAttribut('beschreibung',$projekttask->beschreibung); $oRdf->obj[$i]->setAttribut('aufwand',$projekttask->aufwand); $oRdf->obj[$i]->setAttribut('mantis_id',$projekttask->mantis_id); - $oRdf->obj[$i]->setAttribut('erledigt',$projekttask->erledigt); + $oRdf->obj[$i]->setAttribut('erledigt',($projekttask->erledigt?'true':'false')); $oRdf->obj[$i]->setAttribut('projekttask_fk',$projekttask->projekttask_fk); if($projekttask->projekttask_fk!='') diff --git a/skin/images/cbox-check.gif b/skin/images/cbox-check.gif new file mode 100755 index 0000000000000000000000000000000000000000..fa0b1964f34b9e667d9f0baca074be626b36f995 GIT binary patch literal 62 zcmZ?wbhEHbWM^P!n8*ME|NsA=IddkERQ$=p$iTqNpaT*G$vZId&*5j%W}D$-U9u+i KaX_&MgEasy^bs)t literal 0 HcmV?d00001 diff --git a/skin/images/round.png b/skin/images/round.png new file mode 100755 index 0000000000000000000000000000000000000000..a62a523d69d691059b2428847e68bed75d4feac2 GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`>?NMQuI$%1c!fpyWbZ3}1qyK% zctjR6F!(8eFr!%Q%zHpVmUKs7M+SzC{oH>NS%Lg`PZ!6Kid)GE60FSp5`~^Q_x4x{ zc%1$5`@8<(etG*#%1TOR3BkvkPB*;2zyJJ?@9*c|m~US%(a`3@&NVUZz;yk12PsJh zHU{29FIj8YmN1((@BQ%q|9_rcY;QCa1Q{3-84Pz$Ni?VcTE*b$>gTe~DWM4f=;1;$ literal 0 HcmV?d00001 diff --git a/skin/planner.css b/skin/planner.css index 9b36f0bdd..028e7a57c 100755 --- a/skin/planner.css +++ b/skin/planner.css @@ -51,7 +51,7 @@ treechildren::-moz-tree-cell-text(odd, selected) { color: #000000; } treechildren::-moz-tree-checkbox { /* unchecked checkbox treecells. This style MUST come before treechildren::-moz-tree-checkbox(checked) otherwise it won't take effect. */ - list-style-image: url("../skin/images/false_red.png"); + list-style-image: url("../skin/images/round.png"); } treechildren::-moz-tree-checkbox(checked) @@ -59,5 +59,5 @@ treechildren::-moz-tree-checkbox(checked) /* css for checked cells. cbox-check.gif isn't available in Firefox 1, 2, and 3 on Mac OS X, so you should specify a URL to an image in your extension or elsewhere. */ /*list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");*/ - list-style-image: url("../skin/images/true_green.png"); + list-style-image: url("../skin/images/cbox-check.gif"); } \ No newline at end of file