mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-10 09:21:23 +00:00
We can now show links to the address book
This commit is contained in:
@@ -139,6 +139,9 @@
|
||||
}
|
||||
});
|
||||
};
|
||||
$scope.currentFolderIsConfigurable = function(folder) {
|
||||
return ($scope.addressbook.id == folder.id && !folder.isRemote);
|
||||
};
|
||||
$scope.edit = function(i) {
|
||||
if (!$rootScope.addressbook.isRemote) {
|
||||
if (angular.isUndefined(i)) {
|
||||
|
||||
@@ -477,6 +477,29 @@ $column-gutter: 0;
|
||||
width: 350px;
|
||||
}
|
||||
|
||||
#addressbookLinks {
|
||||
background-color: #fff;
|
||||
width: 450px;
|
||||
height: 135px;
|
||||
cursor: none;
|
||||
|
||||
.title {
|
||||
background-color: $secondary-color;
|
||||
padding: $f-dropdown-list-padding;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
background-color: #6F5A73;
|
||||
padding: $f-dropdown-list-padding;
|
||||
}
|
||||
|
||||
.value {
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
.buttonsToolbar {
|
||||
text-align: right;
|
||||
.button {
|
||||
|
||||
Reference in New Issue
Block a user