source: extensions/properties_mass_update/admin_update.tpl @ 15508

Last change on this file since 15508 was 15389, checked in by ddtddt, 12 years ago

[extensions] - properties_mass_update - plg plugin

File size: 658 bytes
Line 
1<div class="titrePage">
2  <h2>{'Send File - Photo Properties Mass Update'|@translate}</h2>
3</div>
4
5<form method="post" action="{$F_ACTION}" enctype="multipart/form-data">
6<fieldset>
7  <legend>{'Text file'|@translate}</legend>
8  <p style="margin:0 0 15px 0; text-align:left;"><strong>{'File pattern'|@translate}</strong><br>
9  img_001.jpg&lt;Tab&gt;{'Photo description, until the end of the line'|@translate}<br>
10  IMG_002.JPG&lt;Tab&gt;{'Description for another photo'|@translate}
11  </p>
12<input type="file" name="update">
13<p style="text-align:left">
14<input class="submit" type="submit" name="validate" value="{'Submit'|@translate}">
15</p>
16</fieldset>
17</form>
Note: See TracBrowser for help on using the repository browser.