Merge branch 'ent-13400-barra-lateral-permanente-en-dashboard-con-consola-visual-en-full-screen-mode-y-usando' into 'develop'

Ent 13400 barra lateral permanente en dashboard con consola visual en full screen mode y usando

See merge request artica/pandorafms!7190
This commit is contained in:
Jose Martin 2024-04-15 06:46:36 +00:00
commit e90d24f274
3 changed files with 9 additions and 5 deletions

View File

@ -426,12 +426,12 @@ class OrderInterpreter extends Wizard
echo $this->loadJS();
echo '</ul>';
if ($iterator > 10) {
echo '<div class="more_results"><span class="invert_filter">
echo '<div class="more_results"><span class="">
+ '.$more_results.' '.__('results found').'</span></div>';
}
if ($iterator === 0) {
echo '<span class="invert_filter">'.__('Press enter to search').'</span>';
echo '<span class="">'.__('Press enter to search').'</span>';
}
echo '</div>';

View File

@ -2738,6 +2738,11 @@ function menuTabsShowHide() {
}
function resizeSearchHeader() {
$(".show_result_interpreter").width($("#keywords").outerWidth() - 12);
$(".show_result_interpreter").css("left", $("#keywords").position().left + 2);
if ($(".show_result_interpreter").width() && $("#keywords").position()) {
$(".show_result_interpreter").width($("#keywords").outerWidth() - 12);
$(".show_result_interpreter").css(
"left",
$("#keywords").position().left + 2
);
}
}

View File

@ -759,7 +759,6 @@ div#main_pure {
margin-top: 30px;
margin-left: 10px;
margin-right: 10px;
height: 1000px;
width: 98%;
position: static;
}