few more glyphs
This commit is contained in:
parent
605cf96923
commit
b0ff2b2311
|
@ -17,7 +17,7 @@
|
|||
<div class="pull-right">
|
||||
<a {{bind-attr href="backup.link"}} class="btn download" title="{{i18n admin.backups.operations.download.title}}"><i class="fa fa-download"></i>{{i18n admin.backups.operations.download.text}}</a>
|
||||
<button {{action destroyBackup backup}} class="btn btn-danger" {{bind-attr disabled="destroyDisabled" title="destroyTitle"}}><i class="fa fa-trash-o"></i>{{i18n admin.backups.operations.destroy.text}}</button>
|
||||
<button {{action startRestore backup}} class="btn" {{bind-attr disabled="restoreDisabled" title="restoreTitle"}}><i class="fa fa-undo"></i>{{i18n admin.backups.operations.restore.text}}</button>
|
||||
<button {{action startRestore backup}} class="btn" {{bind-attr disabled="restoreDisabled" title="restoreTitle"}}><i class="fa fa-play"></i>{{i18n admin.backups.operations.restore.text}}</button>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -12,6 +12,6 @@
|
|||
</div>
|
||||
{{else}}
|
||||
{{#if overridden}}
|
||||
<button class='btn' href='#' {{action resetDefault this}}>{{i18n admin.site_settings.reset}}</button>
|
||||
<button class='btn' href='#' {{action resetDefault this}}><i class="fa fa-undo"></i>{{i18n admin.site_settings.reset}}</button>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
|
|
@ -12,6 +12,6 @@
|
|||
</div>
|
||||
{{else}}
|
||||
{{#if overridden}}
|
||||
<button class='btn' href='#' {{action resetDefault this}}>{{i18n admin.site_settings.reset}}</button>
|
||||
<button class='btn' href='#' {{action resetDefault this}}><i class="fa fa-undo"></i>{{i18n admin.site_settings.reset}}</button>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<button class='btn' {{action saveTitle}}>{{i18n admin.user.save_title}}</button>
|
||||
<a href="#" {{action toggleTitleEdit}}>{{i18n cancel}}</a>
|
||||
{{else}}
|
||||
<button class='btn' {{action toggleTitleEdit}}>{{i18n admin.user.edit_title}}</button>
|
||||
<button class='btn' {{action toggleTitleEdit}}><i class="fa fa-pencil"></i>{{i18n admin.user.edit_title}}</button>
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1457,7 +1457,7 @@ en:
|
|||
new_style: "New Style"
|
||||
delete: "Delete"
|
||||
delete_confirm: "Delete this customization?"
|
||||
about: "Modify CSS stylesheets and HTML headers on the site. Add one to start."
|
||||
about: "Modify CSS stylesheets and HTML headers on the site. Add a customization to start."
|
||||
color: "Color"
|
||||
opacity: "Opacity"
|
||||
copy: "Copy"
|
||||
|
@ -1467,7 +1467,7 @@ en:
|
|||
colors:
|
||||
title: "Colors"
|
||||
long_title: "Color Schemes"
|
||||
about: "Modify the colors used on the site without writing CSS. Add one to start."
|
||||
about: "Modify the colors used on the site without writing CSS. Add a scheme to start."
|
||||
new_name: "New Color Scheme"
|
||||
copy_name_prefix: "Copy of"
|
||||
delete_confirm: "Delete this color scheme?"
|
||||
|
|
Loading…
Reference in New Issue