aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_avatar_options_remote.html
diff options
context:
space:
mode:
authorCullen Walsh <ckwalsh@phpbb.com>2011-04-17 21:58:51 -0700
committerCullen Walsh <ckwalsh@cullenwalsh.com>2012-03-18 22:19:16 +0000
commit7abded081d5ae3d231148b0485c8605b44973229 (patch)
tree159efb497c600ef0add10334d02ff1b43f0e5ef7 /phpBB/styles/prosilver/template/ucp_avatar_options_remote.html
parent24379f1297d092141f04ccb55013e85e9b494a83 (diff)
downloadforums-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_avatar_options_remote.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_avatar_options_remote.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_avatar_options_remote.html b/phpBB/styles/prosilver/template/ucp_avatar_options_remote.html
new file mode 100644
index 0000000000..70869086a9
--- /dev/null
+++ b/phpBB/styles/prosilver/template/ucp_avatar_options_remote.html
@@ -0,0 +1,4 @@
+<dl>
+ <dt><label for="remotelink">{L_LINK_REMOTE_AVATAR}:</label><br /><span>{L_LINK_REMOTE_AVATAR_EXPLAIN}</span></dt>
+ <dd><input type="text" name="remotelink" id="remotelink" value="" class="inputbox" /></dd>
+</dl>