few more glyphs

This commit is contained in:
Jeff Atwood 2014-05-17 01:46:39 -07:00
parent 605cf96923
commit b0ff2b2311
5 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@
<div class="pull-right"> <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> <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 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> </div>
</td> </td>
</tr> </tr>

View File

@ -12,6 +12,6 @@
</div> </div>
{{else}} {{else}}
{{#if overridden}} {{#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}}
{{/if}} {{/if}}

View File

@ -12,6 +12,6 @@
</div> </div>
{{else}} {{else}}
{{#if overridden}} {{#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}}
{{/if}} {{/if}}

View File

@ -41,7 +41,7 @@
<button class='btn' {{action saveTitle}}>{{i18n admin.user.save_title}}</button> <button class='btn' {{action saveTitle}}>{{i18n admin.user.save_title}}</button>
<a href="#" {{action toggleTitleEdit}}>{{i18n cancel}}</a> <a href="#" {{action toggleTitleEdit}}>{{i18n cancel}}</a>
{{else}} {{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}} {{/if}}
</div> </div>
</div> </div>

View File

@ -1457,7 +1457,7 @@ en:
new_style: "New Style" new_style: "New Style"
delete: "Delete" delete: "Delete"
delete_confirm: "Delete this customization?" 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" color: "Color"
opacity: "Opacity" opacity: "Opacity"
copy: "Copy" copy: "Copy"
@ -1467,7 +1467,7 @@ en:
colors: colors:
title: "Colors" title: "Colors"
long_title: "Color Schemes" 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" new_name: "New Color Scheme"
copy_name_prefix: "Copy of" copy_name_prefix: "Copy of"
delete_confirm: "Delete this color scheme?" delete_confirm: "Delete this color scheme?"