source: extensions/photo_update/admin.tpl @ 17120

Last change on this file since 17120 was 16982, checked in by plg, 12 years ago

add tab "Update" on photo administration screen (requires Piwigo 2.4.2)

File size: 776 bytes
Line 
1<h2>{$TITLE} &#8250; {'Edit photo'|@translate} {$TABSHEET_TITLE}</h2>
2
3<fieldset>
4  <legend>{'Photo Update'|@translate}</legend>
5  <table>
6    <tr>
7      <td id="albumThumbnail">
8        <img src="{$TN_SRC}" alt="{'Thumbnail'|@translate}" class="Thumbnail">
9      </td>
10      <td style="vertical-align:top">
11        <form id="photo_update" method="post" action="" enctype="multipart/form-data">
12          <p style="text-align:left; margin-top:0;">
13            <strong>{'Select a file'|@translate}</strong><br>
14            <input type="file" size="60" name="photo_update">
15          </p>
16          <p style="text-align:left"><input class="submit" type="submit" value="{'Update'|@translate}" name="photo_update"></p>
17        </form>
18      </td>
19    </tr>
20  </table>
21</fieldset>
Note: See TracBrowser for help on using the repository browser.