Skip to content

Commit 025fd3a

Browse files
committed
FIX: Code Syntax - index.php
1 parent a9f4452 commit 025fd3a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: Template/action/index.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<span class="page-count-total"><?= t('Total') ?>:</span> <strong><?= count($actions) ?></strong>
1919
</li>
2020

21-
<?php
21+
<?php
2222
//set counter variable for actions trigger count
2323
$userTriggerCounter = 0;
2424
$systemTriggerCounter = 0;
@@ -83,7 +83,7 @@
8383
<style type="text/css">
8484
ul.dropdown-submenu-open {min-width: unset;}
8585
</style>
86-
<?php
86+
<?php
8787
//set counter variable for line number
8888
$counter = 1;
8989
?>
@@ -323,10 +323,10 @@
323323
<?php endif ?>
324324
</td>
325325

326-
<?php $counter++; ?>
326+
<?php $counter++; ?>
327327

328328
<th class="cell-bg">
329-
<?php if (! isset($available_params[$action['action_name']])): ?>
329+
<?php if (!isset($available_params[$action['action_name']])): ?>
330330
<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">
331331
<g stroke-width="0"></g>
332332
<g stroke-linecap="round" stroke-linejoin="round"></g>
@@ -365,7 +365,7 @@
365365
</tr>
366366
<tr class="action-table-row">
367367
<td class="bl-0">
368-
<?php if (! isset($available_params[$action['action_name']])): ?>
368+
<?php if (!isset($available_params[$action['action_name']])): ?>
369369
<p class="alert alert-error"><?= t('Automatic Action not found: "%s"', $action['action_name']) ?></p>
370370
<?php else: ?>
371371
<ul class="action-details">

0 commit comments

Comments
 (0)