Skip to content

Commit

Permalink
[TASK] Bootstrap classes for export button
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzulrich committed Mar 13, 2018
1 parent 6e899a7 commit edd3b6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<h1>{f:translate(key: 'submoduleTitle_listUsersByGroupAction')}</h1>

<f:form action="exportUsersByGroup">
<f:form.submit value="{f:translate(key: 'buttonExportAsExcel')}"/>
<f:form.submit value="{f:translate(key: 'buttonExportAsExcel')}" class="btn btn-primary" />
</f:form>

<f:for each="{backendUserGroups}" as="backendUserGroup">
Expand Down

0 comments on commit edd3b6c

Please sign in to comment.