* Batch editing project interface.

This commit is contained in:
tianshujie98
2021-02-20 17:41:13 +08:00
parent 83c4669281
commit b0384bbc7f
4 changed files with 56 additions and 5 deletions
+6 -3
View File
@@ -183,9 +183,12 @@
</div>
<div class="modal-body">
<table class='table table-form' id='promptTable'>
<tr>
<th class='text-left'><?php echo $lang->program->multiLinkedProductsTip;?></th>
</tr>
<thead>
<tr>
<th class='text-left'><?php echo $lang->program->multiLinkedProductsTip;?></th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
</div>