typo
This commit is contained in:
parent
93723987b4
commit
0f3f185dbc
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ $data=$tag->get_data();
|
|||
$data->t_id=$http->get("tag","number");
|
||||
if ($data->t_id == -1 && $g_user->check_action(TAGADD) == 0 ) return;
|
||||
$data->load();
|
||||
echo HtmlInput::title_box(_("Détail du dossier ou étiquette"), "tag_div","close","","y");
|
||||
echo HtmlInput::title_box(_("Etiquette"), "tag_div","close","","y");
|
||||
|
||||
?>
|
||||
<?php
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue