23 lines
740 B
HTML
23 lines
740 B
HTML
<tpl-body>
|
|
<section>
|
|
<h5 class="vn-py-sm" translate>Send cau</h5>
|
|
<vn-horizontal>
|
|
<vn-textarea vn-one
|
|
label="ExplainReason"
|
|
ng-model="$ctrl.reason"
|
|
rows="2"
|
|
required="true">
|
|
</vn-textarea>
|
|
</vn-horizontal>
|
|
<vn-horizontal>
|
|
<span>
|
|
{{'By sending this ticket, all the data related to the error, the section, the user, etc., are already sent.' | translate}}
|
|
</span>
|
|
</vn-horizontal>
|
|
</section>
|
|
</tpl-body>
|
|
<tpl-buttons>
|
|
<input type="button" response="cancel" translate-attr="{value: 'Cancel'}"/>
|
|
<button response="accept" translate>Send</button>
|
|
</tpl-buttons>
|