Cosmetic Admin List Folders : add close button

This commit is contained in:
Dany wm De Bontridder 2020-11-01 14:53:01 +01:00 committed by sparkyx
parent c3e06e4049
commit 455381420f

View file

@ -69,4 +69,6 @@ for ($i=0;$i<$nb_dossier;$i++):
<?php
endfor;
?>
</table>
</table>
<?php
echo HtmlInput::button_close("folder_list_div");?>