23 lines
689 B
HTML
23 lines
689 B
HTML
|
<tpl-body>
|
||
|
<section>
|
||
|
<h5 class="vn-py-sm" translate>Send cau</h5>
|
||
|
<vn-horizontal>
|
||
|
<vn-textarea vn-one
|
||
|
label="Reason"
|
||
|
ng-model="$ctrl.reason"
|
||
|
rows="2"
|
||
|
required="true">
|
||
|
</vn-textarea>
|
||
|
</vn-horizontal>
|
||
|
<vn-horizontal>
|
||
|
<span>
|
||
|
{{'This email contains more relevant information for the IT team' | 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>
|