{% import 'macros_form.html' as form without context %} {{- dojo_require('dojobscw/docbrowser/InlineDocumentBrowser', 'core-gui') -}} {% call form.segment() %} {% call form.box(table=True, title=trans('formfield_label_target')) %}
{% endcall %} {% call form.box(table=True) %} {{ form.tablefield(label=trans('formfield_label_htmlonly'), name='allfiles', rowspan=2, id='allfiles___0', title=trans('label_scope'), type='radio', value='') }} {{ form.tablefield(label=trans('formfield_label_allfiles'), checked=True, name='allfiles', rowspan=0, id='allfiles___1', type='radio', value='allfiles') }} {% endcall %} {% call form.box(table=False) %} {% call form.fieldtable() %} {{ form.tablefield(label=trans('formfield_label_archive'), checked=archive, name='archive', type='checkbox') }} {{ form.tablefield(label=trans('formfield_label_comments'), checked=withcomments, name='withcomments', type='checkbox') }} {% endcall %} {% endcall %} {% call form.msgbox() %} {{ trans('longoperation') }} {% endcall %} {% endcall %}