mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
Bulk Export redesign, addressing the tickets:
#1071 Bulk Read access rights #1034 List of fields for Excel export #772 Some attributes not exportedvia export.php Main features: - list and order of the fields taken into account - interactive mode to specify all the parameters interactively (including the list and the order of fields) - same behavior for all the formats: html, CSV, spreadsheet, XML - new PDF export SVN:trunk[3606]
This commit is contained in:
@@ -1943,3 +1943,28 @@ div.ui-dialog-header {
|
||||
}
|
||||
|
||||
|
||||
table.export_parameters td {
|
||||
padding-right: 2em;
|
||||
}
|
||||
|
||||
|
||||
.table_preview > table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
|
||||
.table_preview > table > tbody > tr > td, .table_preview > table > thead > tr > th {
|
||||
border: 1px #555555 solid;
|
||||
min-height: 1em;
|
||||
padding-left: 0.25em;
|
||||
padding-right: 0.25em;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
|
||||
.table_preview .nodragtable-sortable li {
|
||||
border: 1px #555555 solid;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user