code improve rename scripts.js -> noalyss_script.js
This commit is contained in:
parent
7abb7704c4
commit
e5e2a1ecfd
9 changed files with 9 additions and 9 deletions
|
|
@ -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="";
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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\"/>";
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*/
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue