diff --git a/include/class/acc_ledger.class.php b/include/class/acc_ledger.class.php
index 51fc616f2..715ae6f76 100644
--- a/include/class/acc_ledger.class.php
+++ b/include/class/acc_ledger.class.php
@@ -22,12 +22,13 @@ require_once NOALYSS_INCLUDE.'/lib/ac_common.php';
require_once NOALYSS_INCLUDE.'/database/jrn_def_sql.class.php';
require_once NOALYSS_INCLUDE.'/database/operation_currency_sql.class.php';
-/** \file
+/**
+ * \file
* @brief Class for jrn, class acc_ledger for manipulating the ledger
*/
/**
- * @class
+ * @class Acc_Ledger
* @brief Class for jrn, class acc_ledger for manipulating the ledger AND some acc. operations
*
*/
@@ -45,6 +46,7 @@ class Acc_Ledger extends jrn_def_sql
/**
+ * @brief construct
* @param $p_cn database connexion
* @param $p_id jrn.jrn_def_id
*/
diff --git a/include/lib/http_input.class.php b/include/lib/http_input.class.php
index 535573f4b..894095439 100644
--- a/include/lib/http_input.class.php
+++ b/include/lib/http_input.class.php
@@ -172,7 +172,7 @@ class HttpInput
}
if (!array_key_exists($p_name,$this->array))
{
- throw new Exception(_('Paramètre invalide')."[$p_name]",
+ throw new Exception("C175."._('Paramètre invalide')."[$p_name]",
EXC_PARAM_VALUE);
}
$this->check_type($p_name, $p_type);
diff --git a/include/lib/output_html_tab.class.php b/include/lib/output_html_tab.class.php
index 89ff75cde..fa1cb2723 100644
--- a/include/lib/output_html_tab.class.php
+++ b/include/lib/output_html_tab.class.php
@@ -23,7 +23,61 @@
/**
* @file
* @brief Display the tabs
- *
+ * @code
+ * // create TAQ , with a url
+ $tab = new Html_Tab('tab1',_("Titre 1"));
+ $tab->set_mode('link');
+ $tab->set_link("test.php?".
+ http_build_query([ "gDossier"=>Dossier::id(),
+ "script"=>"html_tab.test.php",
+ "a"=>1,
+ "b"=>2]));
+ *
+ // create a TAB and give the content
+ $tab2 = new Html_Tab('tab2',_("Titre 2"));
+ $tab2->set_content(""
+ . "
Très longue chaine HTML pour 2"
+ . "
Très longue chaine HTML pour 2"
+ . "
Très longue chaine HTML pour 2"
+ . "
Très longue chaine HTML pour 2"
+ . "
Très longue chaine HTML pour 2"
+ . "
Très longue chaine HTML pour 2"
+ . "
Très longue chaine HTML pour 2"
+ . "
Très longue chaine HTML pour 2"
+ . "
Très longue chaine HTML pour 2"
+ . "
Très longue chaine HTML pour 2"
+ . "
Très longue chaine HTML pour 2"
+ . "
Très longue chaine HTML pour 2");
+
+ $tab3 = new Html_Tab('tab3',_("Titre 3"));
+ $tab3->set_content('
'
+ . "
Très longue chaine HTML pour 3"
+ . "
Très longue chaine HTML pour 3"
+ . "
Très longue chaine HTML pour 3"
+ . "
Très longue chaine HTML pour 3"
+ . "
Très longue chaine HTML pour 3"
+ . "
Très longue chaine HTML pour 3"
+ . "
Très longue chaine HTML pour 3"
+ . "
Très longue chaine HTML pour 3"
+ . "
Très longue chaine HTML pour 3"
+ . "
Très longue chaine HTML pour 3"
+ . "
Très longue chaine HTML pour 3"
+ . "
Très longue chaine HTML pour 3"
+ . "
Très longue chaine HTML pour 3"
+ . "
Très longue chaine HTML pour 3"
+ .'