Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
845cb7af
Commit
845cb7af
authored
May 20, 2016
by
Ad Schellevis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add opnsense_standard_table_form class to forms (2)
parent
bdcdd8b1
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
37 additions
and
37 deletions
+37
-37
diag_authentication.php
src/www/diag_authentication.php
+1
-1
diag_backup.php
src/www/diag_backup.php
+1
-1
diag_logs_settings.php
src/www/diag_logs_settings.php
+2
-2
interfaces.php
src/www/interfaces.php
+12
-12
reporting_settings.php
src/www/reporting_settings.php
+1
-1
services_snmp.php
src/www/services_snmp.php
+2
-2
services_upnp.php
src/www/services_upnp.php
+1
-1
system_advanced_firewall.php
src/www/system_advanced_firewall.php
+1
-1
system_advanced_network.php
src/www/system_advanced_network.php
+1
-1
system_camanager.php
src/www/system_camanager.php
+3
-3
system_certmanager.php
src/www/system_certmanager.php
+3
-3
system_crlmanager.php
src/www/system_crlmanager.php
+5
-5
system_groupmanager.php
src/www/system_groupmanager.php
+1
-1
system_usermanager_addprivs.php
src/www/system_usermanager_addprivs.php
+1
-1
system_usermanager_settings.php
src/www/system_usermanager_settings.php
+1
-1
vpn_ipsec_mobile.php
src/www/vpn_ipsec_mobile.php
+1
-1
No files found.
src/www/diag_authentication.php
View file @
845cb7af
...
...
@@ -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>
...
...
src/www/diag_backup.php
View file @
845cb7af
...
...
@@ -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>
...
...
src/www/diag_logs_settings.php
View file @
845cb7af
...
...
@@ -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>
...
...
src/www/interfaces.php
View file @
845cb7af
...
...
@@ -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%"
>
...
...
src/www/reporting_settings.php
View file @
845cb7af
...
...
@@ -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>
...
...
src/www/services_snmp.php
View file @
845cb7af
...
...
@@ -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>
...
...
src/www/services_upnp.php
View file @
845cb7af
...
...
@@ -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>
...
...
src/www/system_advanced_firewall.php
View file @
845cb7af
...
...
@@ -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"
>
...
...
src/www/system_advanced_network.php
View file @
845cb7af
...
...
@@ -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>
...
...
src/www/system_camanager.php
View file @
845cb7af
...
...
@@ -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%"
>
</td>
<td
width=
"78%"
>
...
...
src/www/system_certmanager.php
View file @
845cb7af
...
...
@@ -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>
...
...
src/www/system_crlmanager.php
View file @
845cb7af
...
...
@@ -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%"
>
</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>
...
...
src/www/system_groupmanager.php
View file @
845cb7af
...
...
@@ -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>
...
...
src/www/system_usermanager_addprivs.php
View file @
845cb7af
...
...
@@ -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%"
>
...
...
src/www/system_usermanager_settings.php
View file @
845cb7af
...
...
@@ -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%"
>
...
...
src/www/vpn_ipsec_mobile.php
View file @
845cb7af
...
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment