[Checkins] SVN: Sandbox/ulif/grokui.zodbbrowser/src/grokui/zodbbrowser/templates/zodbbrowser.pt Set valid action attribute for form.

Uli Fouquet uli at gnufix.de
Sat Mar 6 19:23:41 EST 2010


Log message for revision 109731:
  Set valid action attribute for form.
  

Changed:
  U   Sandbox/ulif/grokui.zodbbrowser/src/grokui/zodbbrowser/templates/zodbbrowser.pt

-=-
Modified: Sandbox/ulif/grokui.zodbbrowser/src/grokui/zodbbrowser/templates/zodbbrowser.pt
===================================================================
--- Sandbox/ulif/grokui.zodbbrowser/src/grokui/zodbbrowser/templates/zodbbrowser.pt	2010-03-07 00:21:07 UTC (rev 109730)
+++ Sandbox/ulif/grokui.zodbbrowser/src/grokui/zodbbrowser/templates/zodbbrowser.pt	2010-03-07 00:23:41 UTC (rev 109731)
@@ -2,7 +2,8 @@
 <span tal:content="structure view/getBreadCrumbs">
 </span>
 <p>
-  <form method="POST">
+  <form method="POST"
+        tal:attributes="action request/getURL">
     <input type="checkbox" name="show_all" id="show_all"
 	   tal:attributes="checked python: view.show_all and 'checked'" />
     <label for="show_all">show all members</label>



More information about the checkins mailing list