view zpt/changeFieldOrder.zpt @ 1:e4bae49e657b

more renovation
author casties
date Mon, 25 Jul 2011 20:59:15 +0200
parents
children
line wrap: on
line source

<div tal:replace="structure here/manage_page_header">Header</div>
<!-- ZOPE management tabs -->
<div tal:define="manage_tabs_message options/manage_tabs_message | nothing"
  tal:replace="structure here/manage_tabs">Tabs</div>
<!-- end of ZOPE management tabs -->
<form name="form" action="manage_changeFieldOrder" method="post">
  <p>Fields (tag names) in order of appearance:<br/>
  <input name="fieldList" tal:attributes="value python:', '.join(here.fieldList)" size="80"/><br/>
  (edit list to change order)</p>
  <input type="submit" value="Change"><br/>
</form>