aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_avatar_options_local.html
diff options
context:
space:
mode:
authorCullen Walsh <ckwalsh@cullenwalsh.com>2011-06-18 23:49:04 -0700
committerCullen Walsh <ckwalsh@cullenwalsh.com>2012-03-18 22:21:36 +0000
commit8416bf3dc9539df19530e3bef85352d40ac795f2 (patch)
tree07b35f758700cf3700db2f0585fb08b2a8f9b0ed /phpBB/styles/prosilver/template/ucp_avatar_options_local.html
parenta06380c69a154659f4f9985238008640670669e0 (diff)
downloadforums-8416bf3dc9539df19530e3bef85352d40ac795f2.tar
forums-8416bf3dc9539df19530e3bef85352d40ac795f2.tar.gz
forums-8416bf3dc9539df19530e3bef85352d40ac795f2.tar.bz2
forums-8416bf3dc9539df19530e3bef85352d40ac795f2.tar.xz
forums-8416bf3dc9539df19530e3bef85352d40ac795f2.zip
[feature/avatars] Made ACP avatar gallery in Manage Users prettier
Added row/column information so avatars can be displayed nicely in the ACP PHPBB3-10018
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_avatar_options_local.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_avatar_options_local.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_avatar_options_local.html b/phpBB/styles/prosilver/template/ucp_avatar_options_local.html
index 0dd83db017..9f726e2ff9 100644
--- a/phpBB/styles/prosilver/template/ucp_avatar_options_local.html
+++ b/phpBB/styles/prosilver/template/ucp_avatar_options_local.html
@@ -7,8 +7,10 @@
<input type="submit" value="{L_GO}" name="av_local_go" class="button2" />
<div id="gallery">
-<!-- BEGIN av_local_imgs -->
- <label for="av-{av_local_imgs.S_ROW_COUNT}"><img src="{av_local_imgs.AVATAR_IMAGE}" alt="" /><br />
- <input type="radio" name="av_local_file" id="av-{av_local_imgs.S_ROW_COUNT}" value="{av_local_imgs.AVATAR_FILE}" /></label>
-<!-- END av_local_imgs -->
+<!-- BEGIN av_local_row -->
+<!-- BEGIN av_local_col -->
+ <label for="av-{av_local_row.av_local_col.S_ROW_COUNT}"><img src="{av_local_row.av_local_col.AVATAR_IMAGE}" alt="" /><br />
+ <input type="radio" name="av_local_file" id="av-{av_local_row.av_local_col.S_ROW_COUNT}" value="{av_local_row.av_local_col.AVATAR_FILE}" /></label>
+<!-- END av_local_col -->
+<!-- END av_local_row -->
</div>