2014-08-08 00:02:35 +08:00
|
|
|
<template name="makeButton">
|
2015-05-12 23:48:43 +08:00
|
|
|
<button type="submit" id="{{id}}" class="btn {{btn_class}}" {{isDisabled}} rel="{{rel}}" data-placement="{{data_placement}}" title="{{title}}" style="{{style}}">
|
|
|
|
{{#if text}}
|
|
|
|
<span>{{text}}</span>
|
|
|
|
{{/if}}
|
|
|
|
{{#if i_class}}
|
|
|
|
<i class="{{i_class}}" style="font-size:30px"></i>
|
|
|
|
{{/if}}
|
2015-03-20 05:57:50 +08:00
|
|
|
</button>
|
2015-05-13 03:31:38 +08:00
|
|
|
<<<<<<< HEAD
|
|
|
|
=======
|
2015-05-07 06:08:49 +08:00
|
|
|
{{else}} -->
|
|
|
|
<button type="submit" id="{{id}}" class="btn {{btn_class}}" {{isDisabled}} rel="{{rel}}" data-placement="{{data_placement}}" title="{{title}}">
|
2015-05-13 02:07:30 +08:00
|
|
|
<i class="{{i_class}}" style="font-size:30px"></i><span>{{label}}</span>
|
2015-03-20 05:57:50 +08:00
|
|
|
</button>
|
2015-05-07 06:08:49 +08:00
|
|
|
<!-- {{/if}} -->
|
2015-05-13 03:31:38 +08:00
|
|
|
>>>>>>> maxim/meteor-client-new-ui
|
2014-08-08 00:02:35 +08:00
|
|
|
</template>
|