Skip to content

Commit

Permalink
Dev: Renamed Quick add... to Quick add and aligned it to the right side
Browse files Browse the repository at this point in the history
  • Loading branch information
thedirtypanda committed Jul 14, 2021
1 parent ecf40f3 commit ae0d3aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/admin/labels/_labelviewtabcontent_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ class="btn btn-default btn-sm htmleditor--openmodal"
</table>

<!-- Action Buttons Quick Add and Save Changes -->
<div class="action-buttons text-left">
<div class="action-buttons text-right">
<?php $i++;
if (Permission::model()->hasGlobalPermission('labelsets','update'))
{ ?>
<button type="button" id='btnquickadd_<?php echo $i ?>' class="btnquickadd btn btn-default " data-toggle="modal" data-target="#quickadd">
<?php eT('Quick add...') ?>
<?php eT('Quick add') ?>
</button>
<?php }; ?>
</div>
Expand Down

0 comments on commit ae0d3aa

Please sign in to comment.