Align STABLE

This commit is contained in:
sparkyx 2025-12-25 10:08:58 +01:00
parent e66628bb8c
commit 769b50de11
11 changed files with 17 additions and 37 deletions

View file

@ -379,7 +379,6 @@ td.tool a.mtitle:hover {
/**
menu left (not used)
*/
div.lmenu {
float:left;
clear:left;
@ -3994,7 +3993,6 @@ h2.h-section {
background-color:yellow;
background-image: linear-gradient(to bottom,yellow,white);
}
/***
* Animate menu
*
@ -4063,12 +4061,7 @@ h2.h-section {
opacity: 0.9;
}
}
.text-70 {
font-size:70% !important;
vertical-align: super;
}
.nav-pills {
font-family:var(--font-title) !important;
}

View file

@ -59,8 +59,6 @@ global $g_user, $cn,$g_parameter,$http;
$g_user = new Noalyss_user($cn);
$http=new HttpInput();
ITva_Popup::set_vat_code($g_user->get_vat_code_preference());
IDate::set_firstDate($g_user->get_first_week_day());
ITva_Popup::set_vat_code($g_user->get_vat_code_preference());

View file

@ -102,4 +102,4 @@ if ( LOGINPUT)
die (_('Export impossible'));
}
require_once NOALYSS_INCLUDE."/export/$prfile";
?>
?>

View file

@ -84,7 +84,6 @@ if ( $ext->search($http->request("plugin_code")) != -1 )
fwrite($file_loginput,"\n");
fclose($file_loginput);
}
define ('ALLOWED',True);
/* call the ajax script */
require_once NOALYSS_PLUGIN.DIRECTORY_SEPARATOR.dirname(trim($ext->getp('me_file'))).DIRECTORY_SEPARATOR.'raw.php';
}

View file

@ -4752,6 +4752,7 @@ Widget.prototype.toggle_full_size=function (widget_domid) {
(function(){window.addEventListener("onload", (event) => {remove_waiting_box()});})();
*/
//var bookmark=new Bookmark();
Noalyss = function () {
@ -5112,5 +5113,6 @@ VAT_Code.prototype.filter_country=function()
return false;
}
}
noalyss=new Noalyss();
var noalyss=new Noalyss();
var bookmark=new Bookmark();