view zpt/folder/manage_change_weight.zpt @ 162:47392bf3fcba

clean ups and fixes
author casties
date Thu, 06 Jun 2013 19:13:07 +0200
parents ee79f6ba8d01
children
line wrap: on
line source

<html>
<h2>Change Weight</h2>
<form action="changeWeight" method="pro">
<input tal:attributes="value here/weight|string:0" name="weight"><br>
<input type="submit">
</form>
</html>