File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
eform-client/src/app/modules
cases/components/cases-table
eform/components/eform-page Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments