[Mpuls-commits] r78 - in waska/trunk: . waskaweb/lib waskaweb/public/images/icons

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Aug 20 12:55:24 CEST 2008


Author: teichmann
Date: 2008-08-20 12:55:24 +0200 (Wed, 20 Aug 2008)
New Revision: 78

Added:
   waska/trunk/waskaweb/public/images/icons/needed_12x12.png
   waska/trunk/waskaweb/public/images/icons/required_12x12.png
Modified:
   waska/trunk/ChangeLog.txt
   waska/trunk/waskaweb/lib/renderer.py
Log:
Added icons for required and needed fields.


Modified: waska/trunk/ChangeLog.txt
===================================================================
--- waska/trunk/ChangeLog.txt	2008-08-20 10:21:28 UTC (rev 77)
+++ waska/trunk/ChangeLog.txt	2008-08-20 10:55:24 UTC (rev 78)
@@ -1,3 +1,11 @@
+2008-08-18  Sascha L. Teichmann <sascha.teichmann at intevation.de>
+
+	* waskaweb/public/images/icons/required_12x12.png,
+	  waskaweb/public/images/icons/needed_12x12.png: New. Icons for required
+	  and needed fields.
+
+	* waskaweb/lib/renderer.py: Use new 'required' icon.
+
 2008-08-20 	Torsten Irlaender  <torsten.irlaender at intevation.de>
 
 	Added new section "Lebensbewaeltigung" to "Abschlussbewertung"

Modified: waska/trunk/waskaweb/lib/renderer.py
===================================================================
--- waska/trunk/waskaweb/lib/renderer.py	2008-08-20 10:21:28 UTC (rev 77)
+++ waska/trunk/waskaweb/lib/renderer.py	2008-08-20 10:55:24 UTC (rev 78)
@@ -48,7 +48,8 @@
 alt="Hilfesymbol"></a></span>'''
 
 REQUIRED = \
-'''<span class="help"> <a href="%s" target="_blank">(*)</a></span>'''
+'''<span class="help"> <a href="%s" target="_blank">
+<img src="/images/icons/required_12x12.png" border="0" alt="Pflichtfeld"></a></span>'''
 
 WEIGHTS = (15, 25, 30, 40, 45, 50, 55, 60, 75)
 

Added: waska/trunk/waskaweb/public/images/icons/needed_12x12.png
===================================================================
(Binary files differ)


Property changes on: waska/trunk/waskaweb/public/images/icons/needed_12x12.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: waska/trunk/waskaweb/public/images/icons/required_12x12.png
===================================================================
(Binary files differ)


Property changes on: waska/trunk/waskaweb/public/images/icons/required_12x12.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream



More information about the Mpuls-commits mailing list