1 <html metal:use-macro="context/main_template/macros/master">
4 <metal:slot metal:fill-slot="header" i18n:domain="cmf_default">
5 <h1 i18n:translate="">Rename Items</h1>
8 <metal:slot metal:fill-slot="main" i18n:domain="cmf_default"
9 tal:define="batch options/batch;
11 <form action="members_manage" method="post"
12 tal:attributes="action form/action"
13 ><metal:macro metal:use-macro="context/form_widgets/macros/hidden_vars" />
14 <table class="FormLayout">
15 <tr tal:repeat="item_info batch/listItemInfos">
17 ><img src="" alt="" border="0"
18 tal:attributes="src item_info/icon; alt item_info/type"
19 i18n:attributes="alt" /></td>
21 ><tal:span tal:replace="item_info/id">ID</tal:span>
22 <input type="hidden" name="ids:list" value=""
23 tal:attributes="value item_info/id" /></td>
25 ><strong i18n:translate="">to</strong></td>
27 ><input type="text" name="new_ids:list" value=""
28 tal:attributes="value item_info/id" size="20" /></td>
31 <metal:macro metal:use-macro="context/form_widgets/macros/buttons" />