32ef5623ab
* Improve group-editing and edit-navigation. Use icons next to groups and header for navigation to editing groups and adding new groups. Also use icon from group-sidebar for editing groups. * Unify look&feel of contact search bars. * Remove nogroup page and replace with /group/none. * Make sure proper items are selected in aside. * Use icon instead of link for 'View Contacs' on profile page. * Fix none-working /group/none. * Fix highlighting for everyone in group aside.
16 lines
407 B
Smarty
16 lines
407 B
Smarty
|
|
<div id="contact-block">
|
|
<h3 class="contact-block-h4 pull-left">{{$contacts}}</h3>
|
|
{{if $micropro}}
|
|
<a class="pull-right" href="viewcontacts/{{$nickname}}">
|
|
<i class="faded-icon fa fa-eye" aria-hidden="true"></i><span class="sr-only">{{$viewcontacts}}</span>
|
|
</a>
|
|
<div class='contact-block-content'>
|
|
{{foreach $micropro as $m}}
|
|
{{$m}}
|
|
{{/foreach}}
|
|
</div>
|
|
{{/if}}
|
|
</div>
|
|
<div class="clear"></div>
|