[Mpuls-commits] r5899 - base/trunk/mpulsweb/templates/appointments

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Fri Mar 9 12:58:05 CET 2012


Author: ludwig
Date: 2012-03-09 12:58:05 +0100 (Fri, 09 Mar 2012)
New Revision: 5899

Modified:
   base/trunk/mpulsweb/templates/appointments/edit_body.mako
Log:
Issue 2946: Remove overlapping input fiels in edit_body of appointment.


Modified: base/trunk/mpulsweb/templates/appointments/edit_body.mako
===================================================================
--- base/trunk/mpulsweb/templates/appointments/edit_body.mako	2012-03-09 11:46:11 UTC (rev 5898)
+++ base/trunk/mpulsweb/templates/appointments/edit_body.mako	2012-03-09 11:58:05 UTC (rev 5899)
@@ -5,10 +5,10 @@
   <div class="w25">
     % if c.form_errors.get('start_date'):
       <label for="starte_date" class="error_font">${_('Startdate')}</label><br>
-      <input type="text" class="field error_box" id="start_date" name="start_date" maxlength="10">
+      <input type="text" class="field error_box w100" id="start_date" name="start_date" maxlength="10">
     % else:
       <label for="starte_date">${_('Startdate')}</label><br>
-      <input type="text" class="field" id="start_date" name="start_date" maxlength="10">
+      <input type="text" class="field w100" id="start_date" name="start_date" maxlength="10">
     % endif
   </div>
   <div class="w75">
@@ -23,10 +23,10 @@
   <div class="w25">
     % if c.form_errors.get('end_date'):
       <label for="ende_date" class="error_font">${_('Enddate')}</label><br>
-      <input type="text" class="field error_box" id="end_date" name="end_date" maxlength="10">
+      <input type="text" class="field error_box w100" id="end_date" name="end_date" maxlength="10">
     % else:
       <label for="ende_date">${_('Enddate')}</label><br>
-      <input type="text" class="field" id="end_date" name="end_date" maxlength="10">
+      <input type="text" class="field w100" id="end_date" name="end_date" maxlength="10">
     % endif
   </div>
   <div class="w75">



More information about the Mpuls-commits mailing list