mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 19:11:38 -05:00
9 lines
No EOL
494 B
HTML
9 lines
No EOL
494 B
HTML
<template name="settingsForm">
|
|
<div class="grid-small grid-module dialog settings">
|
|
{{#if this.hasSettings}}
|
|
{{> quickForm collection="Settings" id="updateSettingsForm" type="update" doc=this.settings label-class="control-label" input-col-class="controls" template="telescope"}}
|
|
{{else}}
|
|
{{> quickForm collection="Settings" id="insertSettingsForm" type="insert" template="telescope" label-class="control-label" input-col-class="controls"}}
|
|
{{/if}}
|
|
</div>
|
|
</template> |