File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
<span class="page-count-total"><?= t ('Total ' ) ?> :</span> <strong><?= count ($ actions ) ?> </strong>
19
19
</li>
20
20
21
- <?php
21
+ <?php
22
22
//set counter variable for actions trigger count
23
23
$ userTriggerCounter = 0 ;
24
24
$ systemTriggerCounter = 0 ;
83
83
<style type="text/css">
84
84
ul.dropdown-submenu-open {min-width: unset;}
85
85
</style>
86
- <?php
86
+ <?php
87
87
//set counter variable for line number
88
88
$ counter = 1 ;
89
89
?>
323
323
<?php endif ?>
324
324
</td>
325
325
326
- <?php $ counter ++; ?>
326
+ <?php $ counter ++; ?>
327
327
328
328
<th class="cell-bg">
329
- <?php if (! isset ($ available_params [$ action ['action_name ' ]])): ?>
329
+ <?php if (!isset ($ available_params [$ action ['action_name ' ]])): ?>
330
330
<svg version="1.1" class="aa-icon" width="20px" height="20px" fill="currentColor" viewBox="0 0 32 32" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
331
331
<g stroke-width="0"></g>
332
332
<g stroke-linecap="round" stroke-linejoin="round"></g>
365
365
</tr>
366
366
<tr class="action-table-row">
367
367
<td class="bl-0">
368
- <?php if (! isset ($ available_params [$ action ['action_name ' ]])): ?>
368
+ <?php if (!isset ($ available_params [$ action ['action_name ' ]])): ?>
369
369
<p class="alert alert-error"><?= t ('Automatic Action not found: "%s" ' , $ action ['action_name ' ]) ?> </p>
370
370
<?php else : ?>
371
371
<ul class="action-details">
You can’t perform that action at this time.
0 commit comments