[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 02/33: Documentation code
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 02/33: Documentation code |
Date: |
Thu, 18 Jul 2024 12:24:42 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit 0ce4775e38eca0d300dd54305bc19e2f71dd94a8
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Jun 15 13:06:38 2024 +0200
Documentation code
---
include/lib/html_input.class.php | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/include/lib/html_input.class.php b/include/lib/html_input.class.php
index 86e2f7465..7fc047a50 100755
--- a/include/lib/html_input.class.php
+++ b/include/lib/html_input.class.php
@@ -938,7 +938,7 @@ class HtmlInput
}
/**
- * Return a simple anchor with a url or a javascript
+ * @brief Return a simple LINK with a url or a javascript
* if $p_js is not null then p_url will be javascript:void(0)
* we don't add the event onclick. You must give p_url OR p_js
* default CSS class=line
@@ -965,7 +965,7 @@ class HtmlInput
}
/**
- * Create an ISelect object containing the available repository for reading
+ * @brief Create an ISelect object containing the available repository
for reading
* or writing
* @remark $g_user global.
*
@@ -1007,8 +1007,7 @@ class HtmlInput
}
}
/**
- *
- * * filter the rows in a table and keep the colored row in alternance
+ * @brief filter the rows in a table and keep the colored row in
alternance
* @param dom_id $p_table_id table
* @param string $p_col , column to search example 0,1,2
* @param int $start_row row to always keep (header)
@@ -1030,7 +1029,7 @@ class HtmlInput
return $r;
}
/**
- * filter the rows in a table and keep the colored row in alternance
+ * @brief filter the rows in a table and keep the colored row in
alternance
* @param dom_id $p_table_id table
* @param string $p_col , column to search example 0,1,2
* @param int $start_row row to always keep (header)
- [Noalyss-commit] [noalyss] branch unstable updated (2fa3bc882 -> 26a3f802d), dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 02/33: Documentation code,
dwm <=
- [Noalyss-commit] [noalyss] 10/33: PRINTTVA : display tva_code, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 08/33: Merge branch '2362-ccardat' into stable, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 04/33: Documentation code, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 09/33: Merge branch 'unstable' into pre-stable, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 06/33: PDF : operation detail for a card : add first name, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 22/33: REPORT Put the amount in red if negative, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 31/33: Database upgrade, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 18/33: Fix Bug : tva_code not retrieve from search, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 17/33: PHPUNIT Acc_TVA : tva_code must contains at least one letter Acc_Ledger : input_new PDF_Anc_Acc_ListTest:testPdf_Card Fix bug sizIe, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 28/33: VEN - ACH fix default currency, dwm, 2024/07/18