* Finish task #3337,3338,3357,3358,3365,3366,3367.
This commit is contained in:
@@ -70,11 +70,11 @@
|
||||
<table class='table table-bordered'>
|
||||
<?php foreach($config->webhook->objectTypes as $objectType => $actions):?>
|
||||
<tr>
|
||||
<td class='w-90px'>
|
||||
<th class='w-80px'>
|
||||
<label class='checkbox-inline'>
|
||||
<input type='checkbox' class='objectType'><strong><?php echo $objectTypes[$objectType];?></strong>
|
||||
</label>
|
||||
</td>
|
||||
</th>
|
||||
<td class='labelWidth'><?php echo html::checkbox("actions[$objectType]", $objectActions[$objectType]);?></td>
|
||||
</tr>
|
||||
<?php endforeach;?>
|
||||
@@ -93,4 +93,4 @@
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
<?php include '../../common/view/footer.lite.html.php';?>
|
||||
<?php include '../../common/view/footer.html.php';?>
|
||||
|
||||
Reference in New Issue
Block a user