mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
Infolog - add ability to clear description history
This commit is contained in:
@@ -99,4 +99,7 @@ div#infolog-edit_infolog-edit-description {
|
||||
#infolog-index select#infolog-index_filter {
|
||||
width: 150px;
|
||||
}
|
||||
#infolog_edit_info_responsible_chzn { width:99% !important;}
|
||||
#infolog_edit_info_responsible_chzn { width:99% !important;}
|
||||
#infolog-edit_clean_history {
|
||||
display: none;
|
||||
}
|
@@ -4,6 +4,7 @@
|
||||
<overlay>
|
||||
<template id="infolog.edit.description" template="" lang="" group="0" version="1.6.001">
|
||||
<textbox multiline="true" id="info_des" no_lang="1" width="99.7%" height="245px"/>
|
||||
<checkbox id="clean_history"/>
|
||||
</template>
|
||||
<template id="infolog.edit.links" template="" lang="" group="0" version="1.3.001">
|
||||
<grid width="100%" overflow="auto">
|
||||
|
@@ -167,6 +167,9 @@ div#infolog-edit_infolog-edit-description {
|
||||
#infolog_edit_info_responsible_chzn {
|
||||
width: 99% !important;
|
||||
}
|
||||
#infolog-edit_clean_history {
|
||||
display: none;
|
||||
}
|
||||
/*###########################################
|
||||
# #
|
||||
# dialogHeader #
|
||||
|
Reference in New Issue
Block a user