[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 21/39: Install show choosen password for admi
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 21/39: Install show choosen password for admin |
Date: |
Sat, 11 Jul 2020 13:20:42 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 99b6d77a10401089b0eb77c0239078344171ffc1
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Sun Jun 7 14:29:23 2020 +0200
Install show choosen password for admin
---
html/install.php | 2 +-
include/class/fiche.class.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/html/install.php b/html/install.php
index 51d7768..1536f66 100644
--- a/html/install.php
+++ b/html/install.php
@@ -601,7 +601,7 @@ if ($account == 0 ) {
if ( ! DEBUG) ob_end_clean();
echo '<h1>'._('Important').'</h1>';
echo '<p>'._('Utilisateur administrateur'),' ',NOALYSS_ADMINISTRATOR,'</p>';
-echo '<p>',_('Mot de passe'),' phpcompta','</p>';
+echo '<p>',_('Mot de passe')," ",NOALYSS_ADMIN_PASSWORD,'</p>';
}// end if
// Add a french accountancy model
//--
diff --git a/include/class/fiche.class.php b/include/class/fiche.class.php
index 73d5bec..50bb3fb 100644
--- a/include/class/fiche.class.php
+++ b/include/class/fiche.class.php
@@ -2282,7 +2282,7 @@ class Fiche
echo td($attr->av_text, 'style="padding: 0 10 1
10;white-space:nowrap;" '.$sort);
}
else {
- $value=$cn->make_array($attr->ad_extra);
+ $value=$this->cn->make_array($attr->ad_extra);
$row_content="";
for ($e=0; $e<count($value); $e++) {
if ( $value[$e]['value']==$attr->av_text) {
- [Noalyss-commit] [noalyss] 15/39: Select Box : improve position in floating element, (continued)
- [Noalyss-commit] [noalyss] 15/39: Select Box : improve position in floating element, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 17/39: task #0001801: CARD : mise à jour fiche , effacement et modification, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 25/39: Code : not direct access to $_GET Bug : javascript didn't work, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 26/39: Bug : compatibility PHP7.4, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 13/39: JS : improve code alternate_row_color, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 19/39: Set new version, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 23/39: warning about undefined $this->f_id_dest, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 22/39: Error with card, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 27/39: Cosmetic #1808 : Ma au lieu de Me dans le calendrier, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 24/39: Cosmetic : disconnect, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 21/39: Install show choosen password for admin,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 28/39: update config.inc.example file, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 29/39: Orthographe, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 31/39: Bug : extourne ne fonctionne plus, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 20/39: Install : initialize variabvle, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 34/39: Improve error log, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 30/39: Ergonomie : autoliquidation, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 32/39: Fix Bug : when duplicating an ODS operation, the accounting is cleared if a card is used, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 35/39: Task #0001813: CA – avertissement utilisation poste Info nombre d'utilisation Avoid delete on closed periode, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 36/39: CC Cosmetic, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 39/39: Error concat, Dany De Bontridder, 2020/07/11