[Mpuls-commits] r896 - wasko/branches/2.0/waskaweb/templates/logbook

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Jan 26 15:25:37 CET 2010


Author: torsten
Date: 2010-01-26 15:25:36 +0100 (Tue, 26 Jan 2010)
New Revision: 896

Modified:
   wasko/branches/2.0/waskaweb/templates/logbook/edit_body.mako
Log:
* waskaweb/templates/logbook/edit_body.mako: Leave case_id hidden form field empty. Will be field by htmlfill.


Modified: wasko/branches/2.0/waskaweb/templates/logbook/edit_body.mako
===================================================================
--- wasko/branches/2.0/waskaweb/templates/logbook/edit_body.mako	2010-01-26 14:24:21 UTC (rev 895)
+++ wasko/branches/2.0/waskaweb/templates/logbook/edit_body.mako	2010-01-26 14:25:36 UTC (rev 896)
@@ -79,7 +79,7 @@
   <textarea cols="70" rows="10" name="notice" id="notice"></textarea>
 </div>
 <div>
-<input type="hidden" name="case_id" value="${c.ds_id}">
+<input type="hidden" name="case_id" value="">
 <input type="submit" value="Eintrag speichern">
 </div>
 </fieldset>



More information about the Mpuls-commits mailing list