Merge branch 'master' into dev-8-bootstrap
This commit is contained in:
commit
292a3e3b70
2 changed files with 7 additions and 9 deletions
|
|
@ -264,7 +264,7 @@ if (isset($_POST['save_config'])) {
|
|||
echo '<h1 style="padding-top:0px;margin-top:0px;background-color:orangered">'._('Important').'</h1>';
|
||||
echo '<p style="padding:10px">',_("Voici l'utilisateur et mot de passe de l'utilisateur administrateur de Noalyss , "
|
||||
. " il a tous les droits et a accès à tout."
|
||||
. " Connectez-vous avec ses identifiants et changer le mot de passe dans préférence (en haut à droit)"),
|
||||
. " Connectez-vous avec ses identifiants et changer le mot de passe dans préférence (en haut à droite)"),
|
||||
"</p>";
|
||||
echo '<p style="padding:10px;font-size:120%">'._('Utilisateur administrateur'),' ','<span style="color:red"> ',$cadmin,'</span>','</p>';
|
||||
echo '<p style="padding:10px;font-size:120%">',_('Mot de passe'),'<span style="color:red"> '.$cpassword_admin.' </span>','</p>';
|
||||
|
|
|
|||
|
|
@ -1283,14 +1283,12 @@ class Document
|
|||
."where ag_id=$1 order by AGC_ID asc limit 1"
|
||||
, [$p_array['ag_id']]);
|
||||
return $description;
|
||||
}
|
||||
if (isset($p_array['e_comm']))
|
||||
{
|
||||
return $p_array['e_comm'];
|
||||
}
|
||||
|
||||
return "";
|
||||
break;
|
||||
}
|
||||
if ( isset($p_array['e_comm'])) {return $p_array['e_comm'] ; }
|
||||
|
||||
return "";
|
||||
break;
|
||||
|
||||
|
||||
// Comments, use a counter to move to the next comment, only for Follow-Up
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue