mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
VPN: IPsec: Mobile Clients - move save button into its own container, closes https://github.com/opnsense/core/issues/7062
This commit is contained in:
parent
bb4cddda35
commit
7c74e22554
@ -608,9 +608,15 @@ endforeach;
|
||||
<textarea name="login_banner" cols="65" rows="7" id="login_banner" class="formpre"><?=$pconfig['login_banner'];?></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
<section class="col-xs-12">
|
||||
<div class="tab-content content-box col-xs-12">
|
||||
<table class="table table-striped opnsense_standard_table_form" id="ike_extensions">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td>
|
||||
<td style="width:22%"> </td>
|
||||
<td style="width:78%;">
|
||||
<input name="submit" type="submit" class="btn btn-primary" value="<?=html_safe(gettext('Save')); ?>" />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user