mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 05:29:13 +01:00
encryption of InfoLog entries (EPL only)
This commit is contained in:
parent
ddbe8ccec3
commit
4d15d4b12c
@ -137,6 +137,14 @@ tr.dialogOperators td,
|
|||||||
#infolog-index .egwGridView_grid .et2_hbox.et2_box_widget.infolog_CompletedClmn {
|
#infolog-index .egwGridView_grid .et2_hbox.et2_box_widget.infolog_CompletedClmn {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
td.infologEncrypt {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
button#infolog-edit_encrypt {
|
||||||
|
position: absolute;
|
||||||
|
right: -2px;
|
||||||
|
top: 3px;
|
||||||
|
}
|
||||||
/* #############################################################################
|
/* #############################################################################
|
||||||
// iframe
|
// iframe
|
||||||
// Rahmen + padding**/
|
// Rahmen + padding**/
|
||||||
@ -394,4 +402,7 @@ input#infolog-edit_info_subject {
|
|||||||
width: 96%;
|
width: 96%;
|
||||||
}
|
}
|
||||||
/*Historie*/
|
/*Historie*/
|
||||||
|
button#infolog-edit_encrypt {
|
||||||
|
top: 13px;
|
||||||
|
}
|
||||||
/**/
|
/**/
|
||||||
|
@ -393,5 +393,9 @@ input#infolog-edit_info_subject {width: 98% !important;}
|
|||||||
|
|
||||||
/*Historie*/
|
/*Historie*/
|
||||||
|
|
||||||
|
// InfoLog encryption
|
||||||
|
button#infolog-edit_encrypt {
|
||||||
|
top: 13px;
|
||||||
|
}
|
||||||
|
|
||||||
/**/// Ende der APP INfolo
|
/**/// Ende der APP INfolo
|
Loading…
Reference in New Issue
Block a user