[Mpuls-commits] r3012 - in base/trunk: . mpulsweb/templates/appointments

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Jun 15 19:48:21 CEST 2010


Author: bh
Date: 2010-06-15 19:48:19 +0200 (Tue, 15 Jun 2010)
New Revision: 3012

Removed:
   base/trunk/mpulsweb/templates/appointments/appointment_form.mako
Modified:
   base/trunk/ChangeLog
Log:
* mpulsweb/templates/appointments/appointment_form.mako: Removed.
Not used anywhere.


Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2010-06-15 17:14:26 UTC (rev 3011)
+++ base/trunk/ChangeLog	2010-06-15 17:48:19 UTC (rev 3012)
@@ -1,5 +1,10 @@
 2010-06-15  Bernhard Herzog  <bh at intevation.de>
 
+	* mpulsweb/templates/appointments/appointment_form.mako: Removed.
+	Not used anywhere.
+
+2010-06-15  Bernhard Herzog  <bh at intevation.de>
+
 	* mpulsweb/model/case.py (MpulsCase.copy): Implement copying of
 	cases.
 	Requires libformed revision 142:3d9f24af7ee8.

Deleted: base/trunk/mpulsweb/templates/appointments/appointment_form.mako
===================================================================
--- base/trunk/mpulsweb/templates/appointments/appointment_form.mako	2010-06-15 17:14:26 UTC (rev 3011)
+++ base/trunk/mpulsweb/templates/appointments/appointment_form.mako	2010-06-15 17:48:19 UTC (rev 3012)
@@ -1,34 +0,0 @@
-<div id="appointment">
-<div id="waska_form">
-<form action="${h.url_for(controller='/appointment', action='save')}"
-      method="post">
-<div class="w25">
-	<label for="title">${_('app_form_label_title')}</label><br>
-	<input type="text" class="field" name="title" id="title" maxlength="128">
-</div>
-<div class="w75">
-	<label for="date">${_('app_form_label_date')}</label><br>
-	<input type="text" class="field" name="date" id="date" maxlength="10">
-</div>
-<div class="w100">
-	<label for="description">${_('app_form_label_description')}</label><br>
-	<textarea name="description" id="description"></textarea>
-</div>
-<div class="w25">
-	<label for="remind">${_('app_form_label_remind')}</label><br>
-	<select name="remind" id="remind">
-		<option value="1">${_('app_form_option_remind_oneday')}</option>
-		<option value="2">${_('app_form_option_remind_twoday')}</option>
-		<option value="3">${_('app_form_option_remind_threeday')}</option>
-		<option value="7">${_('app_form_option_remind_oneweek')}</option>
-		<option value="14">${_('app_form_option_remind_twoweek')}</option>
-		<option value="30">${_('app_form_option_remind_onemonth')}</option>
-	</select>
-</div>
-% if c.case_id:
-	<input type="hidden" name="case_id" value="${c.case_id| h}">
-% endif
-${h.submit(_('app_form_new_submit'))}
-${h.end_form()}
-</div>
-</div>



More information about the Mpuls-commits mailing list