fix cosmetic
This commit is contained in:
parent
5a46aa7eca
commit
41b54a27fc
2 changed files with 3 additions and 3 deletions
|
|
@ -41,7 +41,7 @@ $p_array=array(array ("?p_action=impress&type=jrn&".$str_dossier,"Journaux"),
|
|||
$default=( isset ($_GET['type']))?"?p_action=impress&type=".$_GET['type']."&$str_dossier":"";
|
||||
|
||||
|
||||
$result=ShowItem($p_array,'H',"cell","mtitle",$default);
|
||||
$result=ShowItem($p_array,'H',"mtitle","mtitle",$default);
|
||||
echo $result;
|
||||
|
||||
echo "</DIV>";
|
||||
|
|
|
|||
|
|
@ -307,8 +307,8 @@ function ShowMenuJrnUser($p_dossier,$p_type,$p_jrn,$p_extra="")
|
|||
{
|
||||
$add='&p_action='.$_REQUEST['p_action'];
|
||||
}
|
||||
echo '<TD class="cell">';
|
||||
printf ('<A class="mtitle" HREF="%s?'.$str_dossier.'&jrn_type=%s&p_jrn=%s%s">%s</A></TD>',
|
||||
echo '<TD class="mtitle">';
|
||||
printf ('<A class="mtitle" HREF="%s?'.$str_dossier.'&jrn_type=%s&p_jrn=%s%s">ici %s</A></TD>',
|
||||
$href,
|
||||
$l_line['jrn_def_type'],
|
||||
$l_line['jrn_def_id'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue