mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 16:27:38 +02:00
[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
This commit is contained in:
@@ -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 -->
|
||||
|
@@ -1,4 +1,5 @@
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<!-- IF .avatar_local_cats -->
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center" valign="middle"><span class="genmed">{L_AVATAR_CATEGORY}{L_COLON} </span><select name="avatar_local_cat" id="category">
|
||||
<option value="">{L_NO_AVATAR_CATEGORY}</option>
|
||||
@@ -30,4 +31,9 @@
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- ELSE -->
|
||||
<tr>
|
||||
<td class="row1" colspan="2"><strong>{L_NO_AVATARS}</strong></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user