mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-06 07:36:24 +00:00
(html) Sort by lastname and firstname in Contacts
This commit is contained in:
@@ -205,6 +205,18 @@
|
||||
<!-- selected --></md-icon> <var:string label:value="Name"/>
|
||||
</md-button>
|
||||
</md-menu-item>
|
||||
<md-menu-item>
|
||||
<md-button ng-click="addressbook.sort('c_sn')">
|
||||
<md-icon ng-class="{ 'icon-check': addressbook.sortedBy('c_sn') }">
|
||||
<!-- selected --></md-icon> <var:string label:value="Lastname"/>
|
||||
</md-button>
|
||||
</md-menu-item>
|
||||
<md-menu-item>
|
||||
<md-button ng-click="addressbook.sort('c_givenname')">
|
||||
<md-icon ng-class="{ 'icon-check': addressbook.sortedBy('c_givenname') }">
|
||||
<!-- selected --></md-icon> <var:string label:value="Firstname"/>
|
||||
</md-button>
|
||||
</md-menu-item>
|
||||
<md-menu-item>
|
||||
<md-button ng-click="addressbook.sort('c_mail')">
|
||||
<md-icon ng-class="{ 'icon-check': addressbook.sortedBy('c_mail') }">
|
||||
|
||||
Reference in New Issue
Block a user