Lines 858-863
Link Here
|
858 |
<h1>Confirm request</h1> |
858 |
<h1>Confirm request</h1> |
859 |
<div id="results" class="page-section"> |
859 |
<div id="results" class="page-section"> |
860 |
<form method="post" id="confirmautoill-goback-form"> |
860 |
<form method="post" id="confirmautoill-goback-form"> |
|
|
861 |
[% INCLUDE 'csrf-token.inc' %] |
861 |
[% FOREACH key IN whole.keys %] |
862 |
[% FOREACH key IN whole.keys %] |
862 |
[% value = whole.$key %] |
863 |
[% value = whole.$key %] |
863 |
[% IF key != 'method' && key != 'custom_key' && key != 'custom_value' %] |
864 |
[% IF key != 'method' && key != 'custom_key' && key != 'custom_value' %] |
Lines 872-878
Link Here
|
872 |
<input type="hidden" name="custom_value" value="[% custom_values.$i | html %]" /> |
873 |
<input type="hidden" name="custom_value" value="[% custom_values.$i | html %]" /> |
873 |
[% i = i + 1 %] |
874 |
[% i = i + 1 %] |
874 |
[% END %] |
875 |
[% END %] |
875 |
<input type="hidden" name="method" value="create" /> |
876 |
<input type="hidden" name="op" value="cud-create" /> |
876 |
<input type="hidden" name="stage" value="0" /> |
877 |
<input type="hidden" name="stage" value="0" /> |
877 |
<button type="submit" class="btn btn-link" onclick="this.form.submit()"> <i class="fa fa-arrow-left"></i> Return to form </button> |
878 |
<button type="submit" class="btn btn-link" onclick="this.form.submit()"> <i class="fa fa-arrow-left"></i> Return to form </button> |
878 |
</form> |
879 |
</form> |
879 |
- |
|
|