Commit 845cb7af authored by Ad Schellevis's avatar Ad Schellevis

add opnsense_standard_table_form class to forms (2)

parent bdcdd8b1
......@@ -94,7 +94,7 @@ include("head.inc");
<section class="col-xs-12">
<div class="content-box tab-content">
<form id="iform" name="iform" method="post">
<table class="table table-striped __nomb">
<table class="table table-striped opnsense_standard_table_form">
<tbody>
<tr>
<td width="22%"><?=gettext("Authentication Server"); ?></td>
......
......@@ -608,7 +608,7 @@ $( document ).ready(function() {
</table>
</div>
<div class="content-box tab-content table-responsive">
<table class="table table-striped ">
<table class="table table-striped opnsense_standard_table_form">
<thead style="display: none;">
<tr>
<th class="col-sm-1"></th>
......
......@@ -423,7 +423,7 @@ $(document).ready(function() {
<div class="tab-content content-box col-xs-12 __mb">
<div class="table-responsive">
<table class="table table-striped">
<table class="table table-striped opnsense_standard_table_form">
<tr>
<td width="22%"><strong><?=gettext("Remote Logging Options");?></strong></td>
<td width="78%" align="right">
......@@ -474,7 +474,7 @@ $(document).ready(function() {
<tr>
<td><a id="help_for_remoteserver" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Remote Syslog Servers");?></td>
<td>
<table class="table table-condensed">
<table class="table table-condensed opnsense_standard_table_form">
<tr>
<td><?=gettext("Server") . " 1";?></td>
<td><input name="remoteserver" id="remoteserver" type="text" class="form-control host" size="20" value="<?=htmlspecialchars($pconfig['remoteserver']);?>" /></td>
......
......@@ -1704,7 +1704,7 @@ include("head.inc");
<div class="tab-content content-box col-xs-12 __mb">
<div class="table-responsive">
<!-- Section : All -->
<table class="table table-striped">
<table class="table table-striped opnsense_standard_table_form">
<thead>
<tr>
<th colspan="2"><?=gettext("General configuration"); ?></th>
......@@ -1849,7 +1849,7 @@ include("head.inc");
<!-- static IPv4 -->
<div class="tab-content content-box col-xs-12 __mb" id="staticv4" style="display:none">
<div class="table-responsive">
<table class="table table-striped">
<table class="table table-striped opnsense_standard_table_form">
<thead>
<tr>
<th colspan="2"><?=gettext("Static IPv4 configuration"); ?></th>
......@@ -1946,7 +1946,7 @@ include("head.inc");
<!-- Section : dhcp v4 -->
<div class="tab-content content-box col-xs-12 __mb" id="dhcp" style="display:none">
<div class="table-responsive">
<table class="table table-striped">
<table class="table table-striped opnsense_standard_table_form">
<thead>
<tr>
<th colspan="2"><?=gettext("DHCP client configuration");?></th>
......@@ -2111,7 +2111,7 @@ include("head.inc");
<!-- Section : PPP -->
<div class="tab-content content-box col-xs-12 __mb" id="ppp" style="display:none">
<div class="table-responsive">
<table class="table table-striped">
<table class="table table-striped opnsense_standard_table_form">
<thead>
<tr>
<th colspan="2"><?=gettext("PPP configuration"); ?></th>
......@@ -2213,7 +2213,7 @@ include("head.inc");
<!-- Section : PPPOE -->
<div class="tab-content content-box col-xs-12 __mb" id="pppoe" style="display:none">
<div class="table-responsive">
<table class="table table-striped">
<table class="table table-striped opnsense_standard_table_form">
<thead>
<tr>
<th colspan="2"><?=gettext("PPPoE configuration"); ?></th>
......@@ -2349,7 +2349,7 @@ include("head.inc");
<!-- Section : PPTP / L2TP -->
<div class="tab-content content-box col-xs-12 __mb" id="pptp" style="display:none">
<div class="table-responsive">
<table class="table table-striped">
<table class="table table-striped opnsense_standard_table_form">
<thead>
<tr>
<th colspan="2"><?=gettext("PPTP/L2TP configuration"); ?></th>
......@@ -2428,7 +2428,7 @@ include("head.inc");
<!-- Section : static IPv6 -->
<div class="tab-content content-box col-xs-12 __mb" id="staticv6" style="display:none">
<div class="table-responsive">
<table class="table table-striped">
<table class="table table-striped opnsense_standard_table_form">
<thead>
<tr>
<th colspan="2"><?=gettext("Static IPv6 configuration"); ?></th>
......@@ -2526,7 +2526,7 @@ include("head.inc");
<!-- Section : dhcp v6 -->
<div class="tab-content content-box col-xs-12 __mb" id="dhcp6" style="display:none">
<div class="table-responsive">
<table class="table table-striped">
<table class="table table-striped opnsense_standard_table_form">
<thead>
<tr>
<th colspan="2"><?=gettext("DHCPv6 client configuration");?></th>
......@@ -2730,7 +2730,7 @@ include("head.inc");
<!-- Section : 6RD-->
<div class="tab-content content-box col-xs-12 __mb" id="6rd" style="display:none">
<div class="table-responsive">
<table class="table table-striped">
<table class="table table-striped opnsense_standard_table_form">
<thead>
<tr>
<th colspan="2"><?=gettext("6RD Rapid Deployment"); ?></th>
......@@ -2780,7 +2780,7 @@ include("head.inc");
<!-- Section : Track 6 -->
<div class="tab-content content-box col-xs-12 __mb" id="track6" style="display:none">
<div class="table-responsive">
<table class="table table-striped">
<table class="table table-striped opnsense_standard_table_form">
<thead>
<tr>
<th colspan="2"><?=gettext("Track IPv6 Interface"); ?></th>
......@@ -2836,7 +2836,7 @@ include("head.inc");
<!-- Section : Wireless -->
<div class="tab-content content-box col-xs-12 __mb">
<div class="table-responsive">
<table class="table table-striped">
<table class="table table-striped opnsense_standard_table_form">
<thead>
<tr>
<th colspan="2"><?=gettext("Common wireless configuration - Settings apply to all wireless networks on"); ?> <?=$wlanbaseif;?> </th>
......@@ -3351,7 +3351,7 @@ include("head.inc");
</div>
<div class="tab-content content-box col-xs-12 __mb">
<div class="table-responsive">
<table class="table table-striped">
<table class="table table-striped opnsense_standard_table_form">
<tr>
<td width="22%"></td>
<td width="78%">
......
......@@ -102,7 +102,7 @@ $(document).ready(function() {
<input type="hidden" id="action" name="action" value="" />
<div class="tab-content content-box col-xs-12 __mb">
<div class="table-responsive">
<table class="table table-striped">
<table class="table table-striped opnsense_standard_table_form">
<tr>
<td colspan="2"><strong><?=gettext('Reporting Database Options');?></strong></td>
</tr>
......
......@@ -211,7 +211,7 @@ include("head.inc");
<section class="col-xs-12">
<div class="content-box">
<div class="table-responsive">
<table class="table table-striped">
<table class="table table-striped opnsense_standard_table_form">
<thead>
<tr>
<th colspan="2"><?=gettext("SNMP Traps");?></th>
......@@ -259,7 +259,7 @@ include("head.inc");
<section class="col-xs-12">
<div class="content-box">
<div class="table-responsive">
<table class="table table-striped">
<table class="table table-striped opnsense_standard_table_form">
<thead>
<tr>
<th colspan="2"><?=gettext("Modules");?></th>
......
......@@ -304,7 +304,7 @@ include("head.inc");
<section class="col-xs-12">
<div class="content-box">
<div class="table-responsive">
<table class="table table-striped">
<table class="table table-striped opnsense_standard_table_form">
<thead>
<tr>
<th colspan="2"><?=gettext("User specified permissions");?></th>
......
......@@ -307,7 +307,7 @@ include("head.inc");
<section class="col-xs-12">
<div class="content-box tab-content table-responsive">
<form method="post" name="iform" id="iform">
<table class="table table-striped ">
<table class="table table-striped opnsense_standard_table_form">
<tr>
<td width="22%"><strong><?=gettext("IPv6 Options");?></strong></td>
<td width="78%" align="right">
......
......@@ -104,7 +104,7 @@ include("head.inc");
<section class="col-xs-12">
<div class="content-box tab-content table-responsive">
<form method="post" name="iform" id="iform">
<table class="table table-striped">
<table class="table table-striped opnsense_standard_table_form">
<tr>
<th colspan="2" valign="top" class="listtopic"><?=gettext("Network Interfaces"); ?></th>
</tr>
......
......@@ -517,7 +517,7 @@ $main_buttons = array(
</tr>
</table>
<!-- existing ca -->
<table id="existing" class="table table-striped">
<table id="existing" class="table table-striped opnsense_standard_table_form">
<thead>
<tr>
<th colspan="2"><?=gettext("Existing Certificate Authority");?></th>
......@@ -557,7 +557,7 @@ $main_buttons = array(
</tbody>
</table>
<!-- internal ca -->
<table id="internal" class="table table-striped">
<table id="internal" class="table table-striped opnsense_standard_table_form">
<thead>
<tr>
<th colspan="2"><?=gettext("Internal Certificate Authority");?></th>
......@@ -687,7 +687,7 @@ $main_buttons = array(
</tbody>
</table>
<table class="table">
<table class="table opnsense_standard_table_form">
<tr>
<td width="22%">&nbsp;</td>
<td width="78%">
......
......@@ -727,7 +727,7 @@ $( document ).ready(function() {
</tr>
</table>
<!-- existing cert -->
<table id="import" class="table table-striped">
<table id="import" class="table table-striped opnsense_standard_table_form">
<thead>
<tr>
<th colspan="2"><?=gettext("Import Certificate");?></th>
......@@ -755,7 +755,7 @@ $( document ).ready(function() {
</tbody>
</table>
<!-- internal cert -->
<table id="internal" class="table table-striped">
<table id="internal" class="table table-striped opnsense_standard_table_form">
<thead>
<tr>
<th colspan="2"><?=gettext("Internal Certificate");?></th>
......@@ -969,7 +969,7 @@ $( document ).ready(function() {
</tbody>
</table>
<!-- external cert -->
<table id="external" class="table table-striped">
<table id="external" class="table table-striped opnsense_standard_table_form">
<thead>
<tr>
<td colspan="2"><?=gettext("External Signing Request");?></td>
......
......@@ -369,7 +369,7 @@ include("head.inc");
if ($act == "new") :?>
<form method="post" name="iform" id="iform">
<input type="hidden" name="act" id="action" value="<?=$act;?>"/>
<table class="table table-striped">
<table class="table table-striped opnsense_standard_table_form">
<?php
if (!isset($id)) :?>
<tr>
......@@ -405,7 +405,7 @@ include("head.inc");
</tr>
</table>
<!-- import existing -->
<table id="existing" class="table table-striped">
<table id="existing" class="table table-striped opnsense_standard_table_form">
<thead>
<tr>
<th colspan="2"><?=gettext("Existing Certificate Revocation List");?></th>
......@@ -424,7 +424,7 @@ include("head.inc");
</tbody>
</table>
<!-- create internal -->
<table id="internal" class="table table-striped">
<table id="internal" class="table table-striped opnsense_standard_table_form">
<thead>
<tr>
<th colspan="2"><?=gettext("Internal Certificate Revocation List");?></th>
......@@ -452,7 +452,7 @@ include("head.inc");
</tbody>
</table>
<table class="table table-striped">
<table class="table table-striped opnsense_standard_table_form">
<tr>
<td width="22%">&nbsp;</td>
<td width="78%">
......@@ -469,7 +469,7 @@ include("head.inc");
<?php
elseif ($act == "editimported") :?>
<form method="post" name="iform" id="iform">
<table id="editimported" class="table table-striped">
<table id="editimported" class="table table-striped opnsense_standard_table_form">
<tr>
<th colspan="2"><?=gettext("Edit Imported Certificate Revocation List");?></th>
</tr>
......
......@@ -272,7 +272,7 @@ $( document ).ready(function() {
<input type="hidden" id="act" name="act" value="" />
<input type="hidden" id="groupid" name="groupid" value="<?=(isset($id) ? $id : '');?>" />
<input type="hidden" id="privid" name="privid" value="" />
<table class="table table-striped">
<table class="table table-striped opnsense_standard_table_form">
<tr>
<td><i class="fa fa-info-circle text-muted"></i> <?=gettext("Defined by");?></td>
<td>
......
......@@ -174,7 +174,7 @@ include("head.inc");
<form method="post" name="iform">
<input name="id" type="hidden" value="<?=$id;?>" />
<input name="input_type" type="hidden" value="<?=$input_type;?>" />
<table class="table table-striped">
<table class="table table-striped opnsense_standard_table_form">
<tr>
<td width="22%"><?=gettext("System Privileges");?></td>
<td width="78%">
......
......@@ -105,7 +105,7 @@ endif;?>
<section class="col-xs-12">
<div class="tab-content content-box col-xs-12 table-responsive">
<form method="post">
<table class="table table-striped table-sort">
<table class="table table-striped opnsense_standard_table_form">
<tr>
<td width="22%"><a id="help_for_session_timeout" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Session Timeout"); ?></td>
<td width="78%">
......
......@@ -359,7 +359,7 @@ if (isset($input_errors) && count($input_errors) > 0) {
<div class="tab-content content-box col-xs-12">
<form method="post" name="iform" id="iform">
<div class="table-responsive">
<table class="table table-striped table-sort">
<table class="table table-striped opnsense_standard_table_form">
<tr>
<td width="22%"><b><?=gettext("IKE Extensions"); ?> </b></td>
<td width="78%" align="right">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment