Bug #1151 typo
This commit is contained in:
parent
dccf5cd337
commit
4d0271fa67
1 changed files with 3 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ $style="";
|
|||
|
||||
if ( $amenu[$i]['me_url']!='')
|
||||
{
|
||||
$url=$row['me_url'];
|
||||
$url=$amenu[$i]['me_url'];
|
||||
}
|
||||
elseif ($amenu[$i]['me_javascript'] != '')
|
||||
{
|
||||
|
|
@ -65,10 +65,11 @@ $style="";
|
|||
}
|
||||
$url.='/'.$amenu[$i]['me_code'];
|
||||
if ($url == $_REQUEST['ac']) $class="selectedcell";
|
||||
$url="do.php?gDossier=".Dossier::id()."&ac=".$url;
|
||||
}
|
||||
|
||||
?> <td class="<?php echo $class?>">
|
||||
<a class="mtitle" href="do.php?gDossier=<?php echo Dossier::id()?>&ac=<?php echo $url?>" <?php echo $js?> title="<?php echo h(gettext($amenu[$i]['me_description']))?>">
|
||||
<a class="mtitle" href="<?php echo $url;?>" <?php echo $js?> title="<?php echo h(gettext($amenu[$i]['me_description']))?>">
|
||||
<?php echo gettext($amenu[$i]['me_menu'])?>
|
||||
</a>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue