Skip to content

Commit 34e166b

Browse files
sebastian.lemlingSimon Sendler
authored andcommitted
feat: replace fa with tabler icons
1 parent 34aad87 commit 34e166b

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

module-gui/src/main/webapp/resources/uii/plugin_workflow_closestep.xhtml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
xmlns:pt="http://xmlns.jcp.org/jsf/passthrough"
99
xmlns:p="http://primefaces.org/ui"
1010
xmlns:section="http://goobi.io/section"
11-
xmlns:form="http://goobi.io/form">
11+
xmlns:form="http://goobi.io/form"
12+
xmlns:util="http://goobi.io/util">
1213
<composite:interface>
1314
</composite:interface>
1415
<composite:implementation>
@@ -119,10 +120,7 @@
119120
action="#{NavigationForm.workflowPlugin.downloadStatusMessagesAsExcelFile}"
120121
title="#{msgs.downloadStatusAsExcelFile}"
121122
styleClass="btn btn-blank">
122-
<span class="fa fa-floppy-o" />
123-
<span>
124-
<h:outputText value="#{msgs.plugin_workflow_closestep_downloadStatusAsExcelFile}" />
125-
</span>
123+
<util:icon-text icon="download" text="#{msgs.plugin_workflow_closestep_downloadStatusAsExcelFile}" />
126124
</h:commandLink>
127125
<h:commandButton
128126
styleClass="btn btn-primary"

0 commit comments

Comments
 (0)