code improve rename scripts.js -> noalyss_script.js

This commit is contained in:
sparkyx 2021-05-27 17:55:15 +02:00
parent 7abb7704c4
commit e5e2a1ecfd
9 changed files with 9 additions and 9 deletions

View file

@ -151,7 +151,7 @@ echo '<!doctype html><HTML>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/index.css" media="screen">
<script src="js/prototype.js" type="text/javascript"></script>
<script src="js/scripts.js" type="text/javascript"></script>
<script src="js/noalyss_script.js" type="text/javascript"></script>
</head>
<BODY>';
$my_domain="";

View file

@ -458,7 +458,7 @@ if (/WebKit/i.test(navigator.userAgent)) { // sniff
}
/* for other browsers */
// Moved into scripts.js
// Moved into noalyss_script.js
//window.onload = sorttable.init;
// written by Dean Edwards, 2005

View file

@ -504,7 +504,7 @@ class Periode
/**
* Display a table with all the periode
* @param $p_js javascript variable
* @see scripts.js
* @see noalyss_script.js
*/
static function display_periode_global($p_js)
{

View file

@ -440,7 +440,7 @@ function html_min_page_start($p_theme="", $p_script="", $p_script2="")
<link rel=\"stylesheet\" type=\"text/css\" href=\"css/style-print.css\" media=\"print\">" .
$p_script2 . "
<script src=\"js/prototype.js\" type=\"text/javascript\"></script>
<script src=\"js/scripts.js\" type=\"text/javascript\"></script>
<script src=\"js/noalyss_script.js\" type=\"text/javascript\"></script>
<script src=\"js/acc_ledger.js\" type=\"text/javascript\"></script>
<script src=\"js/smoke.js\" type=\"text/javascript\"></script>";
echo "<LINK id=\"pagestyle\" REL=\"stylesheet\" type=\"text/css\" href=\"css/font/fontello/css/fontello.css\" media=\"screen\"/>";

View file

@ -2761,7 +2761,7 @@ function load_all_script()
echo js_include('smoke.js');
echo js_include('prototype.js');
echo js_include('scriptaculous.js');
echo js_include('scripts.js');
echo js_include('noalyss_script.js');
echo js_include('acc_ledger.js');
echo js_include('accounting_item.js');
echo js_include('ajax_fiche.js');

View file

@ -1039,7 +1039,7 @@ class HtmlInput
/**
* Zoom the calendar
* @param type $obj objet json for the javascript
* @see calendar_zoom in scripts.js
* @see calendar_zoom in noalyss_script.js
*/
static function calendar_zoom($obj)
{

View file

@ -131,7 +131,7 @@ class ITva_Popup extends HtmlInput
*@brief show a button, if it is pushed show a popup to select the need vat
*@note
* - a ipopup must be created before with the name popup_tva
* - the javascript scripts.js must be loaded
* - the javascript noalyss_script.js must be loaded
*@return string with html code
*/
function dbutton()

View file

@ -71,8 +71,8 @@ $mtable->set_callback("ajax_misc.php");
$mtable->create_js_script();
echo $mtable->display_table(" where pcm_val::text like '{$g_start}%' order by pcm_val::text ");
/* it will override the classic onscroll (see scripts.js)
* @see scripts.js
/* it will override the classic onscroll (see noalyss_script.js)
* @see noalyss_script.js
*/
?>