Added wysiwyg block titles on ActionAdmin method of home class.
This commit is contained in:
parent
5ae353e778
commit
879edad242
2
data/message/fr/adminhome.ini
Executable file
2
data/message/fr/adminhome.ini
Executable file
@ -0,0 +1,2 @@
|
||||
lblTextComResume = "Présentation résumée"
|
||||
lblTextComComplete = "Présentation complète"
|
@ -13,7 +13,7 @@
|
||||
<form id="postTextInfos" role="form" class="form px-0" method="post" mXattribut="action:urlAction">
|
||||
<div class="card w-100">
|
||||
<div class="card-header">
|
||||
<h3><mx:text id="TxtNodeAdd"/></h3>
|
||||
<h3><mx:text id="lblTextComResume"/></h3>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<!-- <div class="row mb-2"> -->
|
||||
@ -21,7 +21,7 @@
|
||||
<!-- </div> -->
|
||||
</div>
|
||||
<div class="card-header">
|
||||
<h3><mx:text id="TxtNodeAdd"/></h3>
|
||||
<h3><mx:text id="lblTextComComplete"/></h3>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<!-- <div class="row mb-2"> -->
|
||||
|
@ -236,6 +236,7 @@ Class Home extends CoordinationObj
|
||||
{
|
||||
/*Récupération des messages utilisateurs*/
|
||||
addMessageFile("object.ini");
|
||||
addMessageFile("adminhome.ini");
|
||||
|
||||
/* gestion du lib en fonction de la langue courante */
|
||||
$currentCode=$GLOBALS["SYSTEM_USER_SESSION"]->langue->getCode();
|
||||
|
Loading…
x
Reference in New Issue
Block a user