[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 08/29: typo
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 08/29: typo |
Date: |
Sat, 6 Jan 2024 05:59:14 -0500 (EST) |
sparkyx pushed a commit to branch devel
in repository noalyss.
commit 9a4cfeb2d16d7ed5edbf6e45451b0d2c7d27efcd
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Fri Dec 15 19:03:53 2023 +0100
typo
---
include/lib/ac_common.php | 2 +-
include/lib/config_file.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/lib/ac_common.php b/include/lib/ac_common.php
index d65c1ed4f..5aa23874e 100644
--- a/include/lib/ac_common.php
+++ b/include/lib/ac_common.php
@@ -1444,7 +1444,7 @@ function confirm_with_string($p_ctl_name,$p_car)
{
$code=generate_random_string($p_car );
$r = HtmlInput::hidden("ctlcode",$code);
- $r.='<span
style="margin-left:1.2em;margin-right:1.2em;font-size:112%;font-weight:bold">'.
$code.'</span>';
+ $r.='<span
style="margin-left:1.2em;margin-right:1.2em;font-size:112%;font-weight:bold;border:navy
solid 1px ; padding:0.5rem">'. $code.'</span>';
$ctl=new IText($p_ctl_name);
$r.=$ctl->input();
return $r;
diff --git a/include/lib/config_file.php b/include/lib/config_file.php
index 3aa8a569f..b3d8a9d42 100644
--- a/include/lib/config_file.php
+++ b/include/lib/config_file.php
@@ -253,7 +253,7 @@ function display_file_config($p_array,$from_setup=1,$p_os=1)
print ("// define('NOALYSS_CAPTCHA',true);\r\n");
print ("// Uncomment if you want to activate the possibility to
reinitialize;\r\n");
print ("// password by email\r\n");
- print ("// defined('RECOVER','1');\r\n");
+ print ("// define ('RECOVER','1');\r\n");
print ("// Uncomment and define if you want to Name of the sender of the
email \r\n");
print ("// if you activate the possibility to reinitialize password by
email\r\n");
print ("// define('ADMIN_WEB', 'www-data@localhost');\r\n");
- [Noalyss-commit] [noalyss] branch devel updated (98390d4d4 -> ead8d5f23), dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 03/29: PHP 8.0 Minimum, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 06/29: PHP 8.2 compatibility, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 01/29: Code : change filename, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 02/29: PHP Compatibility, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 05/29: Bug cosmetic : when update in a window, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 07/29: Improve Debug, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 08/29: typo,
dwm <=
- [Noalyss-commit] [noalyss] 09/29: Fix Bug Balance Accountancy, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 10/29: cosmetic : color info password, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 11/29: PHP8.1 Compatibility, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 13/29: Code improve : Acc_Balance utilise PDF_CORE::is_fill, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 14/29: Improve Code : permet d'avoir plusieurs couleurs sur une ligne, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 17/29: Improve : PRINTJRN search in detail VAT mode, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 18/29: PHP8.1 Compatibility, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 21/29: PhpUnit : test, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 20/29: Bug fix : sent emails not counted properly, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 23/29: Task #1749: Cases «Débit» dans les OD's fait remarquer si débit ou crédit, dwm, 2024/01/06