Fixed the button names wrapping them in {{_(...)}} so that they can be translated

This commit is contained in:
eykrevooh 2016-04-11 22:47:02 -04:00
parent 173c544a5e
commit a514096622

View file

@ -6,11 +6,11 @@
<div id ="button_control" class="btn-group-toolbar" style="width: 100%; padding-bottom: 7px; padding-top: 5px;text-align: center;">
<button id = "btn_layer_up" type="button" class="btn btn-primary btn-medium" style="width:48%" disabled='disabled'>
<i class="icon-white icon-arrow-up"></i>
<span>Layer Up</span>
<span>{{_('Layer Up')}}</span>
</button>
<button id = "btn_layer_down" type="button" class="btn btn-primary btn-medium" style="width:48%" disabled='disabled'>
<i class="icon-white icon-arrow-down"></i>
<span>Layer Down</span>
<span>{{_('Layer Down')}}</span>
</button>
</div>
</div>