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_local.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_local.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/ucp_avatar_options_local.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_avatar_options_local.html b/phpBB/styles/subsilver2/template/ucp_avatar_options_local.html new file mode 100644 index 0000000000..37ac864b27 --- /dev/null +++ b/phpBB/styles/subsilver2/template/ucp_avatar_options_local.html @@ -0,0 +1,29 @@ +<table class="tablebg" width="100%" cellspacing="1"> + <tr> + <td class="cat" colspan="2" align="center" valign="middle"><span class="genmed">{L_AVATAR_CATEGORY}{L_COLON} </span><select name="av_local_cat" id="category"> + <option value="">{L_NO_AVATAR_CATEGORY}</option> + <!-- BEGIN av_local_cats --> + <option value="{av_local_cats.NAME}"<!-- IF av_local_cats.SELECTED --> selected="selected"<!-- ENDIF -->>{av_local_cats.NAME}</option> + <!-- END av_local_cats --> + </select> <input class="btnlite" tabindex="0" type="submit" value="{L_GO}" name="av_local_go" /> + </td> + </tr> + <tr> + <td class="row1" colspan="2" align="center"> + <table cellspacing="1" cellpadding="4" border="0"> + <!-- BEGIN av_local_row --> + <tr> + <!-- BEGIN av_local_col --> + <td class="row1" align="center"><img src="{av_local_col.av_local_col.AVATAR_IMAGE}" alt="{av_local_col.av_local_col.AVATAR_NAME}" title="{av_local_col.av_local_col.AVATAR_NAME}" /></td> + <!-- END av_local_col --> + </tr> + <tr> + <!-- BEGIN av_local_option --> + <td class="row2" align="center"><input type="radio" class="radio" name="av_local_file" value="{av_local_col.av_local_option.S_OPTIONS_AVATAR}" /></td> + <!-- END av_local_option --> + </tr> + <!-- END av_local_col --> + </table> + </td> + </tr> +</table> |
