mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 21:33:38 +08:00
add some glyphs to new buttons
This commit is contained in:
parent
e8d24edd16
commit
605cf96923
|
@ -14,7 +14,7 @@
|
||||||
</li>
|
</li>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</ul>
|
</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>
|
</div>
|
||||||
|
|
||||||
{{#if selectedItem}}
|
{{#if selectedItem}}
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</ul>
|
</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>
|
</div>
|
||||||
|
|
||||||
{{#if selectedItem}}
|
{{#if selectedItem}}
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<li><a {{action selectStyle this}} {{bind-attr class="this.selected:active"}}>{{this.description}}</a></li>
|
<li><a {{action selectStyle this}} {{bind-attr class="this.selected:active"}}>{{this.description}}</a></li>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</ul>
|
</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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</ul>
|
</ul>
|
||||||
<div class='controls'>
|
<div class='controls'>
|
||||||
<button class='btn' {{bind-attr disabled="refreshingAutoGroups"}} {{action "refreshAutoGroups"}}>{{i18n admin.groups.refresh}}</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}}>{{i18n admin.groups.new}}</button>
|
<button class='btn' {{action newGroup}}><i class="fa fa-plus"></i>{{i18n admin.groups.new}}</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -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: "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"
|
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: "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"
|
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?"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user