Skip to content
Snippets Groups Projects
Commit ff8305a7 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#563 - Fixed backup reminder modal buttons

parent 3f35f11e
No related branches found
No related tags found
No related merge requests found
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
</div> </div>
<div class="modal-footer background-color"> <div class="modal-footer background-color">
<@header.buttonLink url='/backupReminder/cancel' icon='clear' localizationKey='cancel' color='red' id='buttonCloseReminder' classes='modal-action modal-close text-white'/> <@header.buttonLink url='/backupReminder/cancel' icon='clear' localizationKey='cancel' color='red' id='buttonCloseReminder' classes='modal-action modal-close text-white'/>
<@header.buttonLink url='/backupReminder/settings' icon='cogs' localizationKey='cancel' color='green' id='buttonCloseReminder' classes='info.button.backup.reminder'/> <@header.buttonLink url='/backupReminder/settings' icon='settings' localizationKey='info.button.backup.reminder' color='green' id='buttonCloseReminder' classes='modal-action modal-close text-white'/>
</div> </div>
</div> </div>
</#if> </#if>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment