mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
14 lines
491 B
Text
14 lines
491 B
Text
<div class="{{classes}}">
|
|
<form method="{{method}}" action="{{url}}" {{#formid}}id="{{formid}}"{{/formid}}>
|
|
{{#params}}
|
|
<input type="hidden" name="{{name}}" value="{{value}}">
|
|
{{/params}}
|
|
<button type="submit" class="btn btn-secondary"
|
|
id="{{id}}"
|
|
title={{#quote}}{{tooltip}}{{/quote}}
|
|
{{#disabled}}disabled{{/disabled}}>{{label}}</button>
|
|
</form>
|
|
</div>
|
|
{{#hasactions}}
|
|
{{> core/actions }}
|
|
{{/hasactions}}
|