feature: saved exports view/edit/trigger

This commit is contained in:
Gary Sharp
2025-02-12 18:36:30 +11:00
parent 59dc0b9d5a
commit eec8ba438c
40 changed files with 3042 additions and 1187 deletions
+6 -6
View File
@@ -2038,24 +2038,24 @@ h1.Config_DocumentTemplates {
cursor: not-allowed;
background-color: #f4f4f4;
}
#Config_Export_Create_OnDemand #Config_Export_Create_OnDemand_List {
#Config_Export_Edit_OnDemand #Config_Export_Edit_OnDemand_List {
height: 120px;
overflow-y: auto;
background-color: #fff;
border: 1px solid #d8d8d8;
margin-bottom: 10px;
}
#Config_Export_Create_OnDemand #Config_Export_Create_OnDemand_List li {
#Config_Export_Edit_OnDemand #Config_Export_Edit_OnDemand_List li {
cursor: pointer;
margin: 2px 4px;
}
#Config_Export_Create_OnDemand #Config_Export_Create_OnDemand_List li:hover {
#Config_Export_Edit_OnDemand #Config_Export_Edit_OnDemand_List li:hover {
background-color: #f4f4f4;
}
#Config_Export_Create_OnDemand #Config_Export_Create_OnDemand_List li:hover .remove {
#Config_Export_Edit_OnDemand #Config_Export_Edit_OnDemand_List li:hover .remove {
opacity: 0.8;
}
#Config_Export_Create_OnDemand #Config_Export_Create_OnDemand_List li .remove {
#Config_Export_Edit_OnDemand #Config_Export_Edit_OnDemand_List li .remove {
margin-top: 2px;
padding-right: 6px;
float: right;
@@ -2064,6 +2064,6 @@ h1.Config_DocumentTemplates {
color: #e51400;
font-size: 1.3em;
}
#Config_Export_Create_OnDemand #Config_Export_Create_OnDemand_List li .remove:hover {
#Config_Export_Edit_OnDemand #Config_Export_Edit_OnDemand_List li .remove:hover {
opacity: 1;
}