Blame view

templates/admin/gallery_list_save.tpl 941 Bytes
42868d70   andryeyev   Создал GIT
1
2
3
4
5
6
7
8
9
10
11
12
13
  <a href="{$smarty.const.URL}admin.php?action={$rules_info_one.action}&modAction={$smarty.get.modAction}&rubID={$smarty.get.rubID}&productID={$smarty.get.productID}">Âåðíóòüñÿ</a>
  <table cellpadding="4" cellspacing="0">
  <form method="post" action="{$smarty.const.URL}admin.php?action={$rules_info_one.action}&modAction={$smarty.get.modAction}&rubID={$smarty.get.rubID}&productID={$smarty.get.productID}&save" enctype="multipart/form-data">
  <input type="hidden" name="update_id" value="{$pic.id}">
  <input type="hidden" name="product_id" value="{$smarty.get.productID}">
  <tr><td>Íàçâàíèå:</td></tr>
  <tr><td><input type="text" name="name" class="input_form" size="60" value="{$pic.name}"></td></tr>
  <tr><td>Ôîòî:</td></tr>
  <tr><td><input type="file" class="input_form" name="pic" size="60"></td></tr>
  <tr><td align="center"><input type="hidden" name="save">
  <input type="submit" class="submit_blue" value="Ñîõðàíèòü"></td></tr>
  </form>
  </table>