Skip to content

Commit

Permalink
Dev: Applied styling
Browse files Browse the repository at this point in the history
  • Loading branch information
thedirtypanda committed Jul 14, 2021
1 parent ae0d3aa commit 5a96fcc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions application/views/admin/labels/labelsetsbar_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,13 @@

<!-- Right action buttons -->
<div class="col-lg-6 text-right">

<!-- Export Multiple -->
<?php if ( count($labelsets) > 0 ): ?>
<?php if (Permission::model()->hasGlobalPermission('labelsets','export')):?>
<a class="btn btn-default" href="<?php echo $this->createUrl("admin/labels/sa/exportmulti");?>" role="button">
<?php if ( count($labelsets) > 0 ): ?>
<?php if (Permission::model()->hasGlobalPermission('labelsets','export')):?>
<a class="btn btn-default"
href="<?php echo $this->createUrl("admin/labels/sa/exportmulti");?>"
style="margin-top: 10px;"
role="button">
<span class="icon-export text-success"></span>
<?php eT("Export"); ?>
</a>
Expand Down

0 comments on commit 5a96fcc

Please sign in to comment.