editor: actions implementation
[fnpeditor.git] / src / editor / modules / documentToolbar / templates / actionViewButton.html
1 <button class="btn btn-mini">
2 <% if(iconName) { %>
3     <i class="icon-<%= iconName %>" style="<%= iconStyle || '' %>"></i>
4 <% } else { %>
5     <%= label %>
6 <% } %>
7 </button>