mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
(css) Initial media print (for messages only)
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
vm.saveMessage = saveMessage;
|
||||
vm.toggleRawSource = toggleRawSource;
|
||||
vm.showRawSource = false;
|
||||
vm.print = print;
|
||||
vm.convertToEvent = convertToEvent;
|
||||
vm.convertToTask = convertToTask;
|
||||
|
||||
@@ -257,6 +258,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
function print($event) {
|
||||
$window.print();
|
||||
}
|
||||
|
||||
function convertToEvent($event) {
|
||||
return convertToComponent($event, 'appointment');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user