Messages added when there are no friends in list or no pending requests
This commit is contained in:
parent
7473f2a840
commit
3fbe4e1999
1 changed files with 6 additions and 0 deletions
|
@ -34,6 +34,8 @@
|
|||
|
||||
</td>
|
||||
{/foreach}
|
||||
{else}
|
||||
<div class="alert alert-info" role="alert">You have no friends in your list</div>
|
||||
{/if}
|
||||
|
||||
{assign var=friends value=$userquery->get_pending_contacts($user.userid,0)}
|
||||
|
@ -72,5 +74,9 @@
|
|||
</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
{else}
|
||||
<div class="alert alert-info" role="alert">No Pending Friend Requests</div>
|
||||
{/if}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue