Skip to content

Commit

Permalink
Fixed issue: Adjusted Save and Close Button in Create or Import new L…
Browse files Browse the repository at this point in the history
…abel Set(s) view
  • Loading branch information
thedirtypanda committed Jun 4, 2021
1 parent 95be047 commit c7b1319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/admin/labels/labelsetsbar_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@

<!-- edition action buttons -->
<?php if (isset($labelbar['buttons']['edition'])):?>
<a class="btn btn-success" href="#" role="button" id="save-form-button" data-form-id="<?php echo $labelbar['savebutton']['form']; ?>" style="margin-top: 10px;">
<a class="btn btn-success" href="#" role="button" id="save-form-button" data-form-id="<?php echo $labelbar['savebutton']['form']; ?>" style="margin: 10px 0 10px 0;">
<span class="fa fa-floppy-o"></span>
<?php echo $labelbar['savebutton']['text'];?>
</a>
<?php endif;?>

<!-- Close -->
<?php if(isset($labelbar['closebutton']['url'])):?>
<a class="btn btn-danger" href="<?php echo $labelbar['closebutton']['url']; ?>" role="button" style="margin-top: 10px;">
<a class="btn btn-danger" href="<?php echo $labelbar['closebutton']['url']; ?>" role="button" style="margin: 10px 0 10px 0;">
<span class="fa fa-close"></span>
<?php eT("Close");?>
</a>
Expand Down

0 comments on commit c7b1319

Please sign in to comment.