diff options
author | Marc Alexander <admin@m-a-styles.de> | 2013-01-04 10:25:08 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2013-01-04 10:25:08 +0100 |
commit | 4a8b1a6e050bba7f8f73f689bbca4185ab27cf8c (patch) | |
tree | 5a6e13f1a6aa0fafa5a22c1dd391806054443d9c /phpBB/styles/prosilver/template/ucp_avatar_options_local.html | |
parent | 8e756ad89005865b42e87ffc225f6d3bca475035 (diff) | |
download | forums-4a8b1a6e050bba7f8f73f689bbca4185ab27cf8c.tar forums-4a8b1a6e050bba7f8f73f689bbca4185ab27cf8c.tar.gz forums-4a8b1a6e050bba7f8f73f689bbca4185ab27cf8c.tar.bz2 forums-4a8b1a6e050bba7f8f73f689bbca4185ab27cf8c.tar.xz forums-4a8b1a6e050bba7f8f73f689bbca4185ab27cf8c.zip |
[feature/avatars] Inform user of no available local avatars
Rather than showing the user an empty drop-down list for the local avatar
categories, inform him/her that there are currently no (local) avatars
available.
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.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_avatar_options_local.html b/phpBB/styles/prosilver/template/ucp_avatar_options_local.html index d885abcd5b..3946b9d269 100644 --- a/phpBB/styles/prosilver/template/ucp_avatar_options_local.html +++ b/phpBB/styles/prosilver/template/ucp_avatar_options_local.html @@ -1,3 +1,4 @@ +<!-- IF .avatar_local_cats --> <label for="category">{L_AVATAR_CATEGORY}{L_COLON} <select name="avatar_local_cat" id="category"> <option value="">{L_NO_AVATAR_CATEGORY}</option> <!-- BEGIN avatar_local_cats --> @@ -14,3 +15,6 @@ <!-- END avatar_local_col --> <!-- END avatar_local_row --> </div> +<!-- ELSE --> +<p><strong>{L_NO_AVATARS}</strong></p> +<!-- ENDIF --> |