1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-03-07 20:57:42 +01:00

Fix reload ajax checklist

This commit is contained in:
Luca 2019-07-31 09:25:54 +02:00
parent ca39c354c3
commit bc1f7e02a4

View File

@ -6,7 +6,8 @@ $checklist_module = Modules::get('Checklists');
$checks_id = 'checklist_'.$id_module.'_'.$id_plugin;
echo '
<div class="box box-primary" id="'.$checks_id.'">
<div id="'.$checks_id.'">
<div class="box box-primary">
<div class="box-header">
<h3 class="box-title">'.tr('Checklist').'</h3>
</div>
@ -49,6 +50,7 @@ echo '
echo '
</ul>
</div>
</div>
</div>';
echo '