Lines 10-17
Link Here
|
10 |
<input type="text" placeholder="key" class="form-control input-fluid custom-field-input custom-name" name="custom_key" value="[% key | html %]"> |
10 |
<input type="text" placeholder="key" class="form-control input-fluid custom-field-input custom-name" name="custom_key" value="[% key | html %]"> |
11 |
<input type="text" placeholder="value" class="form-control input-fluid custom-field-input" name="custom_value" id="custom-value" value="[% values.$i | html %]"> |
11 |
<input type="text" placeholder="value" class="form-control input-fluid custom-field-input" name="custom_value" id="custom-value" value="[% values.$i | html %]"> |
12 |
[% ELSE %] |
12 |
[% ELSE %] |
13 |
<input type="text" class="custom-name" name="custom_key" value="[% key | html %]"> |
13 |
<input type="text" placeholder="key" class="custom-name" name="custom_key" value="[% key | html %]"> |
14 |
<input type="text" name="custom_value" id="custom-value" value="[% values.$i | html %]"> |
14 |
<input type="text" placeholder="value" name="custom_value" id="custom-value" value="[% values.$i | html %]"> |
15 |
[% END %] |
15 |
[% END %] |
16 |
<button value="[% i | html %]" name="custom_delete" type="submit" class="btn btn-danger btn-sm delete-new-field"> |
16 |
<button value="[% i | html %]" name="custom_delete" type="submit" class="btn btn-danger btn-sm delete-new-field"> |
17 |
<span class="fa fa-delete"></span>Delete |
17 |
<span class="fa fa-delete"></span>Delete |
18 |
- |
|
|