10488-Fix views reports
This commit is contained in:
commit
e7d6afd636
|
@ -343,7 +343,7 @@ function ui_print_message($message, $class='', $attributes='', $return=false, $t
|
|||
[
|
||||
'href' => 'javascript: close_info_box(\''.$id.'\')',
|
||||
'content' => html_print_image(
|
||||
'images/svg/fail.svg',
|
||||
'images/close@svg.svg',
|
||||
true,
|
||||
false,
|
||||
false,
|
||||
|
|
|
@ -412,7 +412,6 @@ function initialiceLayout(data) {
|
|||
widgetId: widgetId
|
||||
},
|
||||
width: size.width,
|
||||
maxHeight: size.height,
|
||||
minHeight: size.height
|
||||
},
|
||||
onsubmit: {
|
||||
|
|
|
@ -6503,7 +6503,7 @@ form#modal_form_feedback label {
|
|||
font-size: 10pt;
|
||||
}
|
||||
|
||||
form#modal_form_feedback input[type="email"] {
|
||||
/*form#modal_form_feedback input[type="email"] {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
|
@ -6511,7 +6511,7 @@ form#modal_form_feedback input[type="email"] {
|
|||
padding: 0px 0px 2px 0px;
|
||||
box-sizing: border-box;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
}*/
|
||||
|
||||
form#modal_form_feedback ul.wizard li {
|
||||
padding-bottom: 10px;
|
||||
|
@ -10591,7 +10591,6 @@ tr.bring_next_field {
|
|||
vertical-align: middle;
|
||||
text-align: left;
|
||||
min-width: 150px !important;
|
||||
z-index: 60;
|
||||
}
|
||||
|
||||
.select2-container .select2-selection--single,
|
||||
|
@ -11278,3 +11277,7 @@ form#satellite_conf_edit > fieldset.full-column {
|
|||
#textarea_footer_tbl {
|
||||
width: 80% !important;
|
||||
}
|
||||
|
||||
div[role="dialog"] {
|
||||
z-index: 1115;
|
||||
}
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
position: absolute;
|
||||
left: -100000px;
|
||||
width: 100%;
|
||||
z-index: 999;
|
||||
z-index: 1115;
|
||||
}
|
||||
.select2-results {
|
||||
display: block;
|
||||
|
@ -265,8 +265,8 @@
|
|||
cursor: default;
|
||||
float: left;
|
||||
margin-right: 3px;
|
||||
margin-top: 2px;
|
||||
height: 17px;
|
||||
margin-top: 2px;
|
||||
height: 17px;
|
||||
padding: 0 5px;
|
||||
}
|
||||
.select2-container--default
|
||||
|
|
|
@ -217,7 +217,7 @@ if ($writeDashboards === 1) {
|
|||
$text = __('Create a new dashboard');
|
||||
|
||||
// Button for display modal options dashboard.
|
||||
$output = '<a href="#" class="float-right" onclick=\'';
|
||||
$output = '<div class="action-buttons" onclick=\'';
|
||||
$output .= 'show_option_dialog('.json_encode(
|
||||
[
|
||||
'title' => $text,
|
||||
|
@ -236,7 +236,7 @@ if ($writeDashboards === 1) {
|
|||
'class="sub next"',
|
||||
true
|
||||
);
|
||||
$output .= '</a>';
|
||||
$output .= '</div>';
|
||||
|
||||
echo $output;
|
||||
|
||||
|
|
Loading…
Reference in New Issue