Merge pull request #2585 from HB9HIL/labels-design-buttons

Labels - Design of buttons consistency
这个提交包含在:
Peter Goodhall 2023-10-18 13:31:35 +01:00 提交者 GitHub
当前提交 4cedf872b8
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

@ -26,8 +26,8 @@
<h2 class="card-header">QSL Card Labels</h2>
<div class="card-body">
<a href="<?php echo site_url('labels/create'); ?>" class="btn btn-outline-primary btn-sm">Create New Label Type</a>
<a href="<?php echo site_url('labels/createpaper'); ?>" class="btn btn-outline-primary btn-sm">Create New Paper Type</a>
<a href="<?php echo site_url('labels/create'); ?>" class="btn btn-primary btn-sm"><i class="fas fa-plus"> </i> Create New Label Type</a>
<a href="<?php echo site_url('labels/createpaper'); ?>" class="btn btn-primary btn-sm"><i class="fas fa-plus"> </i> Create New Paper Type</a>
<br><br>
<?php if ($papertypes) { ?>
<h4>Paper types</h4>