Translation
This commit is contained in:
parent
23c36aca4c
commit
a296c4bf0e
10 changed files with 362 additions and 132 deletions
|
|
@ -388,7 +388,7 @@ for ($i=0; $i<Database::num_row($ret); $i++)
|
|||
$js=sprintf('<a href="javascript:void(0)" class="button" onclick="get_profile_detail(\'%s\',\'%s\')">',
|
||||
$gDossier, -1);
|
||||
echo '<tr>';
|
||||
echo "<td>".$js."Ajouter un profil </td>";
|
||||
echo "<td>".$js._("Ajouter un profil")." </td>";
|
||||
echo '</tr>';
|
||||
echo '</table>';
|
||||
echo '</div>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue