* add space between icon and text.

This commit is contained in:
Hao Sun
2021-07-30 14:38:39 +08:00
parent 2d52308dc5
commit 8de42e5bca
43 changed files with 81 additions and 81 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ body {margin-bottom: 25px;}
<li <?php echo $disabled?>>
<?php
$batchLink = $this->createLink('task', 'batchCreate', "execution=$executionID" . (isset($moduleID) ? "&storyID=&moduleID=$moduleID" : ''));
echo "<li>" . html::a($batchLink, "<i class='icon icon-plus'></i>" . $lang->task->batchCreate) . "</li>";
echo "<li>" . html::a($batchLink, "<i class='icon icon-plus'></i> " . $lang->task->batchCreate) . "</li>";
?>
</li>
</ul>