[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 72/73: code improve rename scripts.js -> noal
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 72/73: code improve rename scripts.js -> noalyss_script.js |
Date: |
Fri, 28 May 2021 05:26:54 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit e5e2a1ecfd85b50c0353654eef2acb2a440a40e5
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu May 27 17:55:15 2021 +0200
code improve rename scripts.js -> noalyss_script.js
---
html/index.php | 2 +-
html/js/{scripts.js => noalyss_script.js} | 0
html/js/sorttable.js | 2 +-
include/class/periode.class.php | 2 +-
include/lib/ac_common.php | 2 +-
include/lib/function_javascript.php | 2 +-
include/lib/html_input.class.php | 2 +-
include/lib/itva_popup.class.php | 2 +-
include/param_pcmn.inc.php | 4 ++--
9 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/html/index.php b/html/index.php
index 3547a4c..04d2cca 100644
--- a/html/index.php
+++ b/html/index.php
@@ -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="";
diff --git a/html/js/scripts.js b/html/js/noalyss_script.js
similarity index 100%
rename from html/js/scripts.js
rename to html/js/noalyss_script.js
diff --git a/html/js/sorttable.js b/html/js/sorttable.js
index 8982f49..e90e6cf 100644
--- a/html/js/sorttable.js
+++ b/html/js/sorttable.js
@@ -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
diff --git a/include/class/periode.class.php b/include/class/periode.class.php
index dd652a0..8d91a5f 100644
--- a/include/class/periode.class.php
+++ b/include/class/periode.class.php
@@ -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)
{
diff --git a/include/lib/ac_common.php b/include/lib/ac_common.php
index 5a870b8..d51b0cb 100644
--- a/include/lib/ac_common.php
+++ b/include/lib/ac_common.php
@@ -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\"/>";
diff --git a/include/lib/function_javascript.php
b/include/lib/function_javascript.php
index cc23be3..70500db 100644
--- a/include/lib/function_javascript.php
+++ b/include/lib/function_javascript.php
@@ -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');
diff --git a/include/lib/html_input.class.php b/include/lib/html_input.class.php
index 875fae9..7eb63e1 100755
--- a/include/lib/html_input.class.php
+++ b/include/lib/html_input.class.php
@@ -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)
{
diff --git a/include/lib/itva_popup.class.php b/include/lib/itva_popup.class.php
index 4187f66..c9a3e6a 100644
--- a/include/lib/itva_popup.class.php
+++ b/include/lib/itva_popup.class.php
@@ -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()
diff --git a/include/param_pcmn.inc.php b/include/param_pcmn.inc.php
index d9dc4e5..b60637a 100644
--- a/include/param_pcmn.inc.php
+++ b/include/param_pcmn.inc.php
@@ -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
*/
?>
- [Noalyss-commit] [noalyss] 58/73: Improve Manage_Table_SQL : missing param for execute-query, (continued)
- [Noalyss-commit] [noalyss] 58/73: Improve Manage_Table_SQL : missing param for execute-query, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 59/73: Correct menu PARAM, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 61/73: Bootstrap 4.6, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 64/73: cosmetic : menu on small screen, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 66/73: Devise correct autoliquidation not taken into account for currency, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 67/73: remove debug info, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 68/73: Payment by bank : currency info was missing, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 70/73: Bootstrap 4.6, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 69/73: Javascript format date, transform space into dot, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 71/73: Cosmetic : adapt for small screen , add border to cells, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 72/73: code improve rename scripts.js -> noalyss_script.js,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 73/73: Balance : code cleaning and cosmetic, Dany De Bontridder, 2021/05/28