You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
562 B

{extends 'layout_view.tpl'}
{block name="title"}
{title}{$title|escape}{/title}
{/block}
{block name="content"}
<form method="post" action="">
<div class="mb-3 row mx-0">
<label for="export_fields" class="col-form-label">{tr}Fields Export{/tr}</label>
<textarea rows="20" name="export" id="export_fields" class="form-control">{$export|escape}</textarea>
</div>
<div class="description">
{tr}Copy the definition text above and paste into the Import Fields box on a tracker's fields page.{/tr}
</div>
</form>
{/block}