[Mpuls-commits] r4523 - in base/trunk: . mpulsweb/public/images/icons mpulsweb/templates

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Jan 25 14:09:21 CET 2011


Author: roland
Date: 2011-01-25 14:09:20 +0100 (Tue, 25 Jan 2011)
New Revision: 4523

Added:
   base/trunk/mpulsweb/public/images/icons/refresh_active_16.png
Modified:
   base/trunk/ChangeLog
   base/trunk/mpulsweb/templates/switch_to_other_datasets.mako
Log:
issue1716: added new icon and CSS-class to allow overwriting

Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2011-01-25 09:51:07 UTC (rev 4522)
+++ base/trunk/ChangeLog	2011-01-25 13:09:20 UTC (rev 4523)
@@ -1,3 +1,9 @@
+2011-01-25  Roland Geider <roland.geider at intevation.de>
+
+	* mpulsweb/public/images/icons/refresh_active_16.png,
+	  mpulsweb/templates/switch_to_other_datasets.mako: issue1716: added
+	  new icon and CSS-class to allow overwriting
+
 2011-01-24  Torsten Irländer <torsten.irlaender at intevation.de>
 
 	* mpulsweb/lib/config.py: Set minimal configuration for case and

Added: base/trunk/mpulsweb/public/images/icons/refresh_active_16.png
===================================================================
(Binary files differ)


Property changes on: base/trunk/mpulsweb/public/images/icons/refresh_active_16.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: base/trunk/mpulsweb/templates/switch_to_other_datasets.mako
===================================================================
--- base/trunk/mpulsweb/templates/switch_to_other_datasets.mako	2011-01-25 09:51:07 UTC (rev 4522)
+++ base/trunk/mpulsweb/templates/switch_to_other_datasets.mako	2011-01-25 13:09:20 UTC (rev 4523)
@@ -1,7 +1,7 @@
 ## -*- coding: utf-8 -*-
 ## On default no other datasets are defined.
 % if len(h.get_urls_for_other_datasets()) > 1:
-  <div class="menu">
+  <div class="menu switchdataset">
     <div class="actions">
       <h1>${_('Switch dataset:')}</h1>
       <ul>



More information about the Mpuls-commits mailing list