diff options
| author | Cullen Walsh <ckwalsh@phpbb.com> | 2011-04-17 21:58:51 -0700 |
|---|---|---|
| committer | Cullen Walsh <ckwalsh@cullenwalsh.com> | 2012-03-18 22:19:16 +0000 |
| commit | 7abded081d5ae3d231148b0485c8605b44973229 (patch) | |
| tree | 159efb497c600ef0add10334d02ff1b43f0e5ef7 /phpBB/styles/prosilver/template/ucp_profile_avatar.html | |
| parent | 24379f1297d092141f04ccb55013e85e9b494a83 (diff) | |
| download | forums-7abded081d5ae3d231148b0485c8605b44973229.tar forums-7abded081d5ae3d231148b0485c8605b44973229.tar.gz forums-7abded081d5ae3d231148b0485c8605b44973229.tar.bz2 forums-7abded081d5ae3d231148b0485c8605b44973229.tar.xz forums-7abded081d5ae3d231148b0485c8605b44973229.zip | |
[feature/avatars] UCP Avatar Interface
This stubs out the avatar form fields and how form processing will
occur. Form processing is not yet implemented, but shouldn't be too
hard. After this I will refactor/duplicate some of the logic for the
ACP.
PHPBB3-10018
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_profile_avatar.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/ucp_profile_avatar.html | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_profile_avatar.html b/phpBB/styles/prosilver/template/ucp_profile_avatar.html index a25c43a588..8157d8c15b 100644 --- a/phpBB/styles/prosilver/template/ucp_profile_avatar.html +++ b/phpBB/styles/prosilver/template/ucp_profile_avatar.html @@ -6,14 +6,8 @@ <!-- INCLUDE ucp_avatar_options.html --> -<fieldset class="submit-buttons"> - {S_HIDDEN_FIELDS} - <!-- IF S_DISPLAY_GALLERY --><input type="submit" name="display_gallery" value="{L_DISPLAY_GALLERY}" class="button2" /> <!-- ENDIF --> - <!-- IF S_IN_AVATAR_GALLERY --><input type="submit" name="cancel" value="{L_CANCEL}" class="button2" /> <!-- ELSE --> - <input type="reset" value="{L_RESET}" name="reset" class="button2" /> <!-- ENDIF --> - <input type="submit" name="submit" value="{L_SUBMIT}" class="button1" /> - {S_FORM_TOKEN} -</fieldset> +{S_HIDDEN_FIELDS} +{S_FORM_TOKEN} </form> <!-- INCLUDE ucp_footer.html --> |
