diff options
| author | Senky <jakubsenko@gmail.com> | 2012-09-27 20:32:18 +0200 |
|---|---|---|
| committer | Senky <jakubsenko@gmail.com> | 2013-05-20 18:40:01 +0200 |
| commit | e6391acd690eac9baa383b9a693a90f898b1937b (patch) | |
| tree | 78baf930b9e6f88efbb8fcf69454c4b87f439133 /phpBB/styles/subsilver2/template/ucp_profile_avatar.html | |
| parent | beafabbcb3ff5e1f06612f9205598ac12abbd2e3 (diff) | |
| download | forums-e6391acd690eac9baa383b9a693a90f898b1937b.tar forums-e6391acd690eac9baa383b9a693a90f898b1937b.tar.gz forums-e6391acd690eac9baa383b9a693a90f898b1937b.tar.bz2 forums-e6391acd690eac9baa383b9a693a90f898b1937b.tar.xz forums-e6391acd690eac9baa383b9a693a90f898b1937b.zip | |
[ticket/11010] adding type="number" to subsilver2
and removing it from prosilver wher it should not be.
PHPBB3-11010
Diffstat (limited to 'phpBB/styles/subsilver2/template/ucp_profile_avatar.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/ucp_profile_avatar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_profile_avatar.html b/phpBB/styles/subsilver2/template/ucp_profile_avatar.html index 4c7458e940..697cceabb9 100644 --- a/phpBB/styles/subsilver2/template/ucp_profile_avatar.html +++ b/phpBB/styles/subsilver2/template/ucp_profile_avatar.html @@ -9,7 +9,7 @@ <td class="row3" colspan="2" align="center"><span class="gensmall error">{ERROR}</span></td> </tr> <!-- ENDIF --> -<tr> +<tr> <td class="row1" width="35%"><b class="genmed">{L_CURRENT_IMAGE}{L_COLON} </b><br /><span class="gensmall">{L_AVATAR_EXPLAIN}</span></td> <td class="row2" align="center"><br /> <!-- IF AVATAR -->{AVATAR}<br /><br /><input type="checkbox" class="radio" name="avatar_delete" /> <span class="gensmall">{L_DELETE_AVATAR}</span> |
