Skip to content

Commit faa2f1a

Browse files
authored
Merge pull request #344 from AtlasOfLivingAustralia/feature/issue343
#343 added outline buttons
2 parents 6410c32 + 0aef829 commit faa2f1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

grails-app/views/output/_editModeTableFooterActions.gsp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<td colspan="${colCount}" style="text-align:left;">
44
<button type="button" class="btn btn-primary-dark btn-sm" data-bind="visible:${property}.allowUserAddedRows, click:${property}.addRow"><i class="fa fa-plus"></i> ${addRowText ?: "Add a row"} </button>
55
<g:if test="${!disableTableUpload}">
6-
<button type="button" class="btn btn-sm" data-bind="click:${property}.showTableDataUpload"><i class="fa fa-upload"></i> ${uploadDataText ?: "Upload data for this table"} </button>
6+
<button type="button" class="btn btn-sm btn-outline-secondary" data-bind="click:${property}.showTableDataUpload"><i class="fa fa-upload"></i> ${uploadDataText ?: "Upload data for this table"} </button>
77
</g:if>
88
</td>
99
</tr>
@@ -22,10 +22,10 @@
2222
</div>
2323

2424
<div class="text-left" style="margin:5px">
25-
<a data-bind="click:${property}.downloadTemplate" target="${name}TemplateDownload" class="btn">Step 1 - Download template (.xlsx)</a>
25+
<a data-bind="click:${property}.downloadTemplate" target="${name}TemplateDownload" class="btn btn-sm btn-outline-secondary">Step 1 - Download template (.xlsx)</a>
2626
</div>
2727

28-
<div class="btn fileinput-button" style="margin-left:5px">
28+
<div class="btn fileinput-button btn-sm btn-outline-secondary" style="margin-left:5px">
2929
<input type="file" name="data" data-bind="fileUploadNoImage:${property}.tableDataUploadOptions">
3030
Step 2 - Upload populated template
3131
</div>

0 commit comments

Comments
 (0)