Add a constant BUTTONADD
This commit is contained in:
parent
69bbdaab4f
commit
4d9145932a
2 changed files with 2 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ for ($i=0;$i<$nb_dossier;$i++):
|
|||
<tr id="row_db_<?php echo $a_dossier[$i]['dos_id'];?>" class="<?php echo $class?>">
|
||||
<td>
|
||||
<?php
|
||||
echo HtmlInput::button('add_folder','✚', " onclick=\"folder_add({$user_id},{$a_dossier[$i]['dos_id']});\"", ' smallbutton');
|
||||
echo HtmlInput::button('add_folder',BUTTONADD, " onclick=\"folder_add({$user_id},{$a_dossier[$i]['dos_id']});\"", ' smallbutton');
|
||||
?>
|
||||
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue