source: trunk/forum/styles/prosilver/template/ucp_profile_avatar.html

Last change on this file was 400, checked in by george, 16 years ago
  • Přidáno: Nové forum phpBB 3.
File size: 722 bytes
Line 
1<!-- INCLUDE ucp_header.html -->
2
3<form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
4
5<h2>{L_TITLE}</h2>
6
7<!-- INCLUDE ucp_avatar_options.html -->
8
9<fieldset class="submit-buttons">
10 {S_HIDDEN_FIELDS}
11 <!-- IF S_DISPLAY_GALLERY --><input type="submit" name="display_gallery" value="{L_DISPLAY_GALLERY}" class="button2" />&nbsp; <!-- ENDIF -->
12 <!-- IF S_IN_AVATAR_GALLERY --><input type="submit" name="cancel" value="{L_CANCEL}" class="button2" />&nbsp; <!-- ELSE -->
13 <input type="reset" value="{L_RESET}" name="reset" class="button2" />&nbsp; <!-- ENDIF -->
14 <input type="submit" name="submit" value="{L_SUBMIT}" class="button1" />
15 {S_FORM_TOKEN}
16</fieldset>
17</form>
18
19<!-- INCLUDE ucp_footer.html -->
Note: See TracBrowser for help on using the repository browser.