diff options
author | Marc Alexander <admin@m-a-styles.de> | 2012-11-18 20:47:29 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2012-11-18 20:47:29 +0100 |
commit | d8510356d6a0f838017ae94bec1a5ed8254432da (patch) | |
tree | 846797555b801d4f32edd37aa6604944fb05fa12 /phpBB/styles/subsilver2/template/ucp_avatar_options_gravatar.html | |
parent | 1c3b3621db7eda526388c0343946fa30c0223653 (diff) | |
download | forums-d8510356d6a0f838017ae94bec1a5ed8254432da.tar forums-d8510356d6a0f838017ae94bec1a5ed8254432da.tar.gz forums-d8510356d6a0f838017ae94bec1a5ed8254432da.tar.bz2 forums-d8510356d6a0f838017ae94bec1a5ed8254432da.tar.xz forums-d8510356d6a0f838017ae94bec1a5ed8254432da.zip |
[feature/avatars] Add subsilver2 support
This implementation might not be perfect though.
PHPBB3-10018
Diffstat (limited to 'phpBB/styles/subsilver2/template/ucp_avatar_options_gravatar.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/ucp_avatar_options_gravatar.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_avatar_options_gravatar.html b/phpBB/styles/subsilver2/template/ucp_avatar_options_gravatar.html new file mode 100644 index 0000000000..9bf8a3fc39 --- /dev/null +++ b/phpBB/styles/subsilver2/template/ucp_avatar_options_gravatar.html @@ -0,0 +1,13 @@ +<table class="tablebg" width="100%" cellspacing="1"> + <tr> + <td class="row1" width="35%"><b class="genmed">{L_GRAVATAR_AVATAR_EMAIL}{L_COLON}</b><br /><span class="gensmall">{L_GRAVATAR_AVATAR_EMAIL_EXPLAIN}</span></td> + <td class="row2"><input type="text" name="av_gravatar_email" id="av_gravatar_email" value="{AV_GRAVATAR_EMAIL}" class="inputbox" /></td> + </tr> + <tr> + <td class="row1" width="35%"><b class="genmed">{L_GRAVATAR_AVATAR_SIZE}{L_COLON}</b><br /><span class="gensmall">{L_GRAVATAR_AVATAR_SIZE_EXPLAIN}</span></td> + <td class="row2"> + <input type="text" name="av_gravatar_width" id="av_gravatar_width" size="3" value="{AV_GRAVATAR_WIDTH}" class="inputbox autowidth" /> {L_PIXEL} × + <input type="text" name="av_gravatar_height" id="av_gravatar_height" size="3" value="{AV_GRAVATAR_HEIGHT}" class="inputbox autowidth" /> {L_PIXEL} + </td> + </tr> +</table> |