[Mpuls-commits] r5417 - base/trunk/mpulsweb/templates/phase

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Oct 7 10:55:07 CEST 2011


Author: roland
Date: 2011-10-07 10:55:07 +0200 (Fri, 07 Oct 2011)
New Revision: 5417

Modified:
   base/trunk/mpulsweb/templates/phase/phase.mako
Log:
issue 1256: center the date on the phase overview


Modified: base/trunk/mpulsweb/templates/phase/phase.mako
===================================================================
--- base/trunk/mpulsweb/templates/phase/phase.mako	2011-10-07 08:48:52 UTC (rev 5416)
+++ base/trunk/mpulsweb/templates/phase/phase.mako	2011-10-07 08:55:07 UTC (rev 5417)
@@ -21,7 +21,7 @@
         <th>${_('Phase')}</th>
         <th width="25px">&nbsp;</th>
         <th width="50%">${_('Required fields')}</th>
-        <th>${_('Time')}</th>
+        <th class="center">${_('Time')}</th>
         % if c.show_actions:
           <th class="actions">
             % if is_allowed:



More information about the Mpuls-commits mailing list