[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 03/19: hightlight password + add waiting box
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 03/19: hightlight password + add waiting box when installing |
Date: |
Mon, 9 Sep 2019 13:54:58 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 69d73db9a7cec2cc470122d5192085166c4ae764
Author: Dany De Bontridder <address@hidden>
Date: Sun Sep 8 00:02:50 2019 +0200
hightlight password + add waiting box when installing
---
html/install.php | 21 ++++++++++++++++-----
1 file changed, 16 insertions(+), 5 deletions(-)
diff --git a/html/install.php b/html/install.php
index 330e1ae..2c4248f 100644
--- a/html/install.php
+++ b/html/install.php
@@ -73,6 +73,9 @@ session_start();
color: inherit;
}
</style>
+<?php
+?>
+
</head>
<body>
<p align="center">
@@ -129,6 +132,13 @@ if ( ! isset($_GET['lang'])){
require_once '../include/constant.php';
include_once NOALYSS_INCLUDE.'/lib/ac_common.php';
include_once NOALYSS_INCLUDE.'/lib/html_input.class.php';
+include_once '../lib/function_javascript.php';
+load_all_script();
+
+
+
+
+echo '<div id="info_div"></div>';
if ( $_GET['lang'] == "en_US.utf8" || $_GET['lang']=='fr_FR.utf8')
{
$_SESSION['g_lang']=$_GET['lang'];
@@ -137,8 +147,11 @@ if ( $_GET['lang'] == "en_US.utf8" ||
$_GET['lang']=='fr_FR.utf8')
?>
<script type="text/javascript" charset="utf-8" language="javascript"
src="js/infobulle.js">
</script>
+ <?php
+ include_once NOALYSS_INCLUDE.'/lib/message_script.php';
+ ?>
<script>
-var content=new Array();
+
content[200]="<?php echo _("Indiquez ici le répertoire où les documents
temporaires peuvent être sauvés exemple c:/temp, /tmp")?>";
content[201]="<?php echo _("Désactiver le changement de langue (requis pour
MacOSX)")?>";
content[202]="<?php echo _("Le chemin vers le repertoire contenant psql,
pg_dump...")?>";
@@ -213,11 +226,9 @@ if (isset($_POST['save_config'])) {
echo '<h1>'._('Important').'</h1>';
echo '<h2 class="warning">',_("Voici l'utilisateur et mot de passe de
l'utilisateur administrateur de Noalyss , il a tous les droits et a accès à
tout."
. " Connectez-vous avec ses identifiants et changer le mot de
passe dans préférence (en haut à droit)"),
- "</h2>";
- echo '<div style="background-color:lightgrey">';
+ "</h2>";
echo '<p style="font-size:120%">'._('Utilisateur administrateur'),'
','<span style="color:red"> ',$cadmin,'</span>','</p>';
echo '<p style="font-size:120%">',_('Mot de passe'),'<span
style="color:red"> phpcompta </span>','</p>';
- echo '</div>';
// Create the db
if (is_writable(NOALYSS_INCLUDE)) {
$url=config_file_create($_POST,1,$os);
@@ -478,7 +489,7 @@ if ( $flag == 0 ) {
if ( ! isset($_POST['go']) ) {
?>
<span style="text-align: center">
- <FORM METHOD="post" action="install.php?lang=<?php echo $_GET['lang']?>">
+ <FORM METHOD="post" action="install.php?lang=<?php echo $_GET['lang']?>"
onsubmit="waiting_box();return true;">
<input type="submit" class="button" name="go" value="<?php echo _("Commencer
la mise à jour ou l'installation");?>">
</form>
</span>
- [Noalyss-commit] [noalyss] branch master updated (598fe82 -> dcd880f), Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 01/19: Typo DatabaseCore, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 02/19: highlight default password, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 03/19: hightlight password + add waiting box when installing,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 10/19: Task #0001733: Impression moyen paiement Add name of the bank card to the prepared query, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 11/19: CFGLED Ergonomy : the card we've created is proposed in the field "bank account", Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 12/19: Merge branch 'dev7109', Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 14/19: Fiche:GetByDef if nothing is found returns empty array, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 16/19: Fiche Cosmetic :, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 04/19: Correct Add button for ledger when creating FIN ledger, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 05/19: Bug prerelease : Cannot save preference, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 07/19: Code : mistype variable $step, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 06/19: Code : missing semicolon, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 15/19: Security : direct access to GLOBALS, Dany De Bontridder, 2019/09/09