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:
parent
ca39c354c3
commit
bc1f7e02a4
@ -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 '
|
||||
|
Loading…
x
Reference in New Issue
Block a user