| Línea 56... |
Línea 56... |
| 56 |
<div class="{{classes}}">
|
56 |
<div class="{{classes}}">
|
| 57 |
<form method="{{method}}" action="{{url}}" {{#formid}}id="{{formid}}"{{/formid}}>
|
57 |
<form method="{{method}}" action="{{url}}" {{#formid}}id="{{formid}}"{{/formid}}>
|
| 58 |
{{#params}}
|
58 |
{{#params}}
|
| 59 |
<input type="hidden" name="{{name}}" value="{{value}}">
|
59 |
<input type="hidden" name="{{name}}" value="{{value}}">
|
| 60 |
{{/params}}
|
60 |
{{/params}}
|
| 61 |
<button type="submit" class="btn btn-{{type}}"
|
61 |
<button type="submit" class="btn btn-{{type}}{{^type}}secondary{{/type}}"
|
| 62 |
id="{{id}}"
|
62 |
id="{{id}}"
|
| 63 |
{{#tooltip}}title="{{tooltip}}"{{/tooltip}}
|
63 |
{{#tooltip}}title="{{tooltip}}"{{/tooltip}}
|
| 64 |
{{#disabled}}disabled{{/disabled}}
|
64 |
{{#disabled}}disabled{{/disabled}}
|
| 65 |
{{#attributes}} {{name}}="{{value}}" {{/attributes}}>{{label}}</button>
|
65 |
{{#attributes}} {{name}}="{{value}}" {{/attributes}}>{{label}}</button>
|
| 66 |
</form>
|
66 |
</form>
|