view zpt/department/manage_change_weight.zpt @ 201:81a8177ca354

shows where a entry comes from in editing mode
author dwinter
date Wed, 26 Jun 2013 16:49:31 +0200
parents 5db416602e85
children
line wrap: on
line source

<html>
<div tal:replace="structure here/manage_page_header">Header</div>
<!-- ZOPE management tabs -->
<h2 tal:define="manage_tabs_message options/manage_tabs_message | nothing"
    tal:replace="structure here/manage_tabs">Tabs</h2>
<!-- end of ZOPE management tabs -->
<h2>Change MPIWG Department</h2>
<form action="changeWeight" method=post>
<table>
<tr>
  <td><i>Weight</i></td>
  <td><input type="text" size="5" name="weight" tal:attributes="value here/weight|string:0"></td>
</tr>
<input type="submit">
</form>
</html>