[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 03/06: Replace message error_box
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 03/06: Replace message error_box |
Date: |
Thu, 11 Sep 2014 17:07:11 +0000 |
sparkyx pushed a commit to branch master
in repository noalyss.
commit a51259a3e18b4cda240bb557cbc72d43b88515f4
Author: Dany De Bontridder <address@hidden>
Date: Fri Sep 5 20:00:46 2014 +0200
Replace message error_box
---
html/js/scripts.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/html/js/scripts.js b/html/js/scripts.js
index cad9059..7f36b66 100644
--- a/html/js/scripts.js
+++ b/html/js/scripts.js
@@ -684,7 +684,7 @@ function waiting_box()
id: 'wait_box', html: '<h2 class="title">Chargement</h2>'+loading()
};
var y = calcy(posY);
- obj.style = fixed_position(posX, y) + ";width:200px";
+ obj.style = "top:35%;right:35%;width:200px";
if ($('wait_box')) {
removeDiv('wait_box');
}
@@ -782,7 +782,7 @@ function success_box(req, json)
function error_box()
{
- alert('IBOX : error_box ajax not implemented');
+ alert('[error_box] ajax not implemented');
}
/**
* show the ledger choice
- [Noalyss-commit] [noalyss] branch master updated (12d6119 -> 59e76cb), Dany De Bontridder, 2014/09/11
- [Noalyss-commit] [noalyss] 06/06: Database::make_array ajoute un paramètre dans le cas où le SQL admet une condition, Dany De Bontridder, 2014/09/11
- [Noalyss-commit] [noalyss] 05/06: Replace PhpCompta_SQL by NOALYSS_SQL Add the method in NOALYSS_SQL collect_objects, Dany De Bontridder, 2014/09/11
- [Noalyss-commit] [noalyss] 03/06: Replace message error_box,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 01/06: Formatage code, Dany De Bontridder, 2014/09/11
- [Noalyss-commit] [noalyss] 02/06: Securité : amélioration pour les backups, Dany De Bontridder, 2014/09/11
- [Noalyss-commit] [noalyss] 04/06: Reformat code, Dany De Bontridder, 2014/09/11