add some glyphs to new buttons

This commit is contained in:
Jeff Atwood 2014-05-17 01:27:12 -07:00
parent e8d24edd16
commit 605cf96923
5 changed files with 7 additions and 7 deletions

View File

@ -14,7 +14,7 @@
</li>
{{/each}}
</ul>
<button {{action newBadge}} class='btn'>{{i18n admin.badges.new}}</button>
<button {{action newBadge}} class='btn'><i class="fa fa-plus"></i>{{i18n admin.badges.new}}</button>
</div>
{{#if selectedItem}}

View File

@ -7,7 +7,7 @@
{{/unless}}
{{/each}}
</ul>
<button {{action newColorScheme}} class='btn'>{{i18n admin.customize.new}}</button>
<button {{action newColorScheme}} class='btn'><i class="fa fa-plus"></i>{{i18n admin.customize.new}}</button>
</div>
{{#if selectedItem}}

View File

@ -5,7 +5,7 @@
<li><a {{action selectStyle this}} {{bind-attr class="this.selected:active"}}>{{this.description}}</a></li>
{{/each}}
</ul>
<button {{action newCustomization}} class='btn'>{{i18n admin.customize.new}}</button>
<button {{action newCustomization}} class='btn'><i class="fa fa-plus"></i>{{i18n admin.customize.new}}</button>
</div>

View File

@ -9,8 +9,8 @@
{{/each}}
</ul>
<div class='controls'>
<button class='btn' {{bind-attr disabled="refreshingAutoGroups"}} {{action "refreshAutoGroups"}}>{{i18n admin.groups.refresh}}</button>
<button class='btn' {{action newGroup}}>{{i18n admin.groups.new}}</button>
<button class='btn' {{bind-attr disabled="refreshingAutoGroups"}} {{action "refreshAutoGroups"}}><i class="fa fa-refresh"></i>{{i18n admin.groups.refresh}}</button>
<button class='btn' {{action newGroup}}><i class="fa fa-plus"></i>{{i18n admin.groups.new}}</button>
</div>
</div>

View File

@ -1457,7 +1457,7 @@ en:
new_style: "New Style"
delete: "Delete"
delete_confirm: "Delete this customization?"
about: "Site Customization allow you to modify stylesheets and headers on the site. Choose or add one to start editing."
about: "Modify CSS stylesheets and HTML headers on the site. Add one to start."
color: "Color"
opacity: "Opacity"
copy: "Copy"
@ -1467,7 +1467,7 @@ en:
colors:
title: "Colors"
long_title: "Color Schemes"
about: "Color schemes allow you to modify the colors used on the site without writing CSS. Choose or add one to start."
about: "Modify the colors used on the site without writing CSS. Add one to start."
new_name: "New Color Scheme"
copy_name_prefix: "Copy of"
delete_confirm: "Delete this color scheme?"