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