* Finish task #7760,7759.

This commit is contained in:
tianshujie98
2020-08-31 17:47:53 +08:00
parent 7ece145352
commit 0a79ea5850
7 changed files with 174 additions and 41 deletions
+2 -1
View File
@@ -54,10 +54,11 @@
</thead>
<tbody>
<?php foreach($revisions as $log):?>
<?php if(in_array($log->id, $linkedRevisions)) continue;?>
<tr>
<td>
<div class='checkbox-primary'>
<input type='checkbox' name='revision[]' value="<?php echo $log->id?>" <?php if(in_array($log->revision, $linkedRevisions)) echo 'checked="checked"'?>/>
<input type='checkbox' name='revision[]' value="<?php echo $log->id?>"/>
<label></label>
</div>
</td>