Skip to content

Commit a4cb9b5

Browse files
committed
Fixing the icons for zip, xml and pdf.
1 parent 5c0f23c commit a4cb9b5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

eform-client/src/app/modules/cases/components/cases-table/cases-table.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ <h1 class="page-title header-page-title">
121121

122122
<div class="row">
123123
<button tooltip="Download PDF" (click)="downloadTemplatePDF(this.currentTemplate.id, caseModel.id)"
124-
class="needs_tooltip btn btn-ar btn-xs btn-default"
124+
class="needs_tooltip btn btn-ar btn-sm btn-default"
125125
type="button">
126-
.PDF
126+
<span class="fa fa-file-pdf-o"></span>
127127
</button>
128128
</div>
129129
</td>

eform-client/src/app/modules/eform/components/eform-page/eform-table.component.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,14 @@ <h1 class="page-title header-page-title">
125125
</div>
126126
<div class="row" *ngIf="templateDto.hasCases">
127127
<a tooltip="Download XML" href="/api/template-files/download-eform-xml/{{templateDto.id}}"
128-
class="needs_tooltip btn btn-ar btn-xs btn-default"
128+
class="needs_tooltip btn btn-ar btn-sm btn-default"
129129
type="button">
130-
.XML
130+
<span class="fa fa-file-code-o"></span>
131131
</a>
132132
<button tooltip="Upload ZIP archive" (click)="showUploadTemplateZIP(templateDto)"
133-
class="needs_tooltip btn btn-ar btn-xs btn-default"
133+
class="needs_tooltip btn btn-ar btn-sm btn-default"
134134
type="button">
135-
.ZIP
135+
<span class="fa fa-file-archive-o"></span>
136136
</button>
137137
</div>
138138
</td>

0 commit comments

Comments
 (0)