mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Moved action-buttons in-line styling to pfSense.css
This commit is contained in:
parent
d07c919451
commit
c10cb19609
@ -159,6 +159,7 @@ tr.disabled th {
|
||||
|
||||
.action-buttons {
|
||||
text-align: right;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
|
||||
@ -175,4 +175,4 @@ exec("/usr/bin/grep -vi warning /tmp/PHP_errors.log", $php_errors);
|
||||
}
|
||||
?>
|
||||
|
||||
<?php include("foot.inc")?>
|
||||
<?php include("foot.inc")?>
|
||||
|
||||
@ -104,4 +104,4 @@ include("head.inc");
|
||||
</p>
|
||||
</form>
|
||||
<?php endif?>
|
||||
<?php include("foot.inc")?>
|
||||
<?php include("foot.inc")?>
|
||||
|
||||
@ -298,4 +298,4 @@ if (!$input_errors && $type) {
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -198,4 +198,4 @@ if ($row == 0) {
|
||||
print('<p class="alert alert-warning">' . gettext('No source tracking entries were found.') . '</p>');
|
||||
}
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -402,4 +402,4 @@ endif; ?>
|
||||
</form>
|
||||
|
||||
<?php
|
||||
require("foot.inc");
|
||||
require("foot.inc");
|
||||
|
||||
@ -156,4 +156,4 @@ else
|
||||
|
||||
print_info_box(gettext('You can configure your IPsec subsystem by clicking ') . '<a href="vpn_ipsec.php">' . gettext("here.") . '</a>');
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -146,4 +146,4 @@ else {
|
||||
|
||||
print_info_box(gettext('You can configure your IPsec subsystem by clicking ') . '<a href="vpn_ipsec.php">' . gettext("here.") . '</a>');
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -121,4 +121,4 @@ if ($input_errors)
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include("foot.inc");
|
||||
<?php include("foot.inc");
|
||||
|
||||
@ -172,4 +172,4 @@ if ($logfile == 'dhcpd')
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
<?php include("foot.inc"); ?>
|
||||
<?php include("foot.inc"); ?>
|
||||
|
||||
@ -315,4 +315,4 @@ foreach (array_keys($fields) as $field) {
|
||||
<?php
|
||||
}
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -253,4 +253,4 @@ if (file_exists("/conf/upgrade_log.txt") && $_POST['viewupgradelog']) {
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
require("foot.inc");
|
||||
require("foot.inc");
|
||||
|
||||
@ -176,4 +176,4 @@ include("head.inc");
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<?php include("foot.inc");
|
||||
<?php include("foot.inc");
|
||||
|
||||
@ -502,4 +502,4 @@ if ($do_tcpdump) :
|
||||
}
|
||||
endif;
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -120,4 +120,4 @@ $section->addInput($filepicker)->setHelp('Choose the file you wish to upload (*.
|
||||
$form->add($section);
|
||||
print($form);
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -143,4 +143,4 @@ print $form;
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include("foot.inc");
|
||||
<?php include("foot.inc");
|
||||
|
||||
@ -145,4 +145,4 @@ if ($pkgwithlogging == false) {
|
||||
|
||||
<?php }
|
||||
|
||||
include("foot.inc"); ?>
|
||||
include("foot.inc"); ?>
|
||||
|
||||
@ -155,4 +155,4 @@ $form->add($section);
|
||||
print $form;
|
||||
?>
|
||||
|
||||
<?php include("foot.inc"); ?>
|
||||
<?php include("foot.inc"); ?>
|
||||
|
||||
@ -239,4 +239,4 @@ events.push(function(){
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include("foot.inc");
|
||||
<?php include("foot.inc");
|
||||
|
||||
@ -498,4 +498,4 @@ switch ($action) {
|
||||
}
|
||||
}
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -232,4 +232,4 @@ print_summary_table(gettext("By Destination IP"), $dstipinfo);
|
||||
print_summary_table(gettext("Total per IP"), $allipinfo);
|
||||
print_summary_table(gettext("By IP Pair"), $pairipinfo, FALSE);
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -113,4 +113,4 @@ events.push(function(){
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include("foot.inc");
|
||||
<?php include("foot.inc");
|
||||
|
||||
@ -213,4 +213,4 @@ events.push(function(){
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<?php include("foot.inc");
|
||||
<?php include("foot.inc");
|
||||
|
||||
@ -309,4 +309,4 @@ if ($ncoutput && !empty($result) && $showtext && $retval == 0): ?>
|
||||
</div>
|
||||
<?php endif;
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -355,4 +355,4 @@ var Base64 = {
|
||||
|
||||
<?php include("foot.inc");
|
||||
|
||||
outputJavaScriptFileInline("filebrowser/browser.js");
|
||||
outputJavaScriptFileInline("filebrowser/browser.js");
|
||||
|
||||
@ -277,7 +277,7 @@ display_top_tabs($tab_array);
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="firewall_aliases_edit.php?tab=<?=$tab?>" role="button" class="btn btn-success btn-sm">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext("Add");?>
|
||||
|
||||
@ -231,4 +231,4 @@ $section->addInput(new Form_Textarea(
|
||||
$form->add($section);
|
||||
print $form;
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -367,7 +367,7 @@ endforeach;
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="firewall_nat_edit.php?after=-1" class="btn btn-sm btn-success" title="<?=gettext('Add new rule')?>">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext('Add')?>
|
||||
@ -419,4 +419,4 @@ if (count($a_nat) > 0) {
|
||||
<?php
|
||||
}
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -260,7 +260,7 @@ display_top_tabs($tab_array);
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="firewall_nat_1to1_edit.php?after=-1" class="btn btn-sm btn-success" title="<?=gettext('Add new mapping')?>">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext('Add')?>
|
||||
@ -306,4 +306,4 @@ events.push(function() {
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<?php include("foot.inc"); ?>
|
||||
<?php include("foot.inc"); ?>
|
||||
|
||||
@ -175,7 +175,7 @@ endforeach;
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="firewall_nat_npt_edit.php" class="btn btn-sm btn-success">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext("Add")?>
|
||||
|
||||
@ -514,7 +514,7 @@ print($form);
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="firewall_nat_out_edit.php" class="btn btn-sm btn-success" title="<?=gettext('Add new mapping')?>">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext('Add')?>
|
||||
|
||||
@ -651,7 +651,7 @@ for ($i = 0; isset($a_filter[$i]); $i++):
|
||||
</div>
|
||||
<?php endif;?>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="firewall_rules_edit.php?if=<?=htmlspecialchars($if);?>" role="button" class="btn btn-sm btn-success">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext("Add");?>
|
||||
|
||||
@ -271,7 +271,7 @@ endforeach;
|
||||
|
||||
<?=($i > 0) ? gettext(CLOCK . ' Indicates that the schedule is currently active.'):''?>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="firewall_schedule_edit.php" class="btn btn-sm btn-success">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext("Add")?>
|
||||
|
||||
@ -1222,4 +1222,4 @@ function delete_row(row) {
|
||||
|
||||
<?php
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -506,4 +506,4 @@ else {
|
||||
</div>
|
||||
|
||||
<?php
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -611,4 +611,4 @@ else
|
||||
|
||||
|
||||
<?php
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -488,4 +488,4 @@ events.push(function(){
|
||||
|
||||
|
||||
<?php
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -148,4 +148,4 @@ endforeach;
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -355,7 +355,7 @@ endforeach;
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="firewall_virtual_ip_edit.php" class="btn btn-sm btn-success">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext('Add')?>
|
||||
|
||||
@ -183,7 +183,7 @@ foreach ($a_bridges as $bridge) {
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="interfaces_bridge_edit.php" class="btn btn-success btn-sm">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext("Add")?>
|
||||
|
||||
@ -559,4 +559,4 @@ foreach ($ifacelist as $ifn => $ifdescr) {
|
||||
$form->add($section);
|
||||
print($form);
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -158,7 +158,7 @@ display_top_tabs($tab_array);
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="interfaces_gif_edit.php" class="btn btn-success btn-sm">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext("Add")?>
|
||||
|
||||
@ -157,7 +157,7 @@ display_top_tabs($tab_array);
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="interfaces_gre_edit.php" class="btn btn-success btn-sm">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext("Add")?>
|
||||
|
||||
@ -254,4 +254,4 @@ if (isset($id) && $a_gres[$id]) {
|
||||
$form->add($section);
|
||||
print($form);
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -152,7 +152,7 @@ display_top_tabs($tab_array);
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a class="btn btn-success btn-sm" href="interfaces_groups_edit.php" role="button">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext("Add");?>
|
||||
|
||||
@ -171,7 +171,7 @@ foreach ($a_laggs as $lagg) {
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="interfaces_lagg_edit.php" class="btn btn-success btn-sm">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext("Add")?>
|
||||
|
||||
@ -284,4 +284,4 @@ if (isset($id) && $a_laggs[$id]) {
|
||||
$form->add($section);
|
||||
print($form);
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -166,7 +166,7 @@ foreach ($a_ppps as $id => $ppp) {
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="interfaces_ppps_edit.php" class="btn btn-success btn-sm">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext("Add")?>
|
||||
|
||||
@ -176,7 +176,7 @@ endforeach;
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="interfaces_qinq_edit.php" class="btn btn-success btn-sm">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext("Add")?>
|
||||
|
||||
@ -162,7 +162,7 @@ display_top_tabs($tab_array);
|
||||
}
|
||||
?>
|
||||
</table>
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a class="btn btn-success btn-sm" role="button" href="interfaces_vlan_edit.php">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext('Add'); ?>
|
||||
|
||||
@ -167,7 +167,7 @@ foreach ($a_clones as $clone) {
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="interfaces_wireless_edit.php" class="btn btn-success btn-sm">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext("Add")?></a>
|
||||
|
||||
@ -255,4 +255,4 @@ if (isset($id) && $a_clones[$id]) {
|
||||
$form->add($section);
|
||||
print($form);
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -151,4 +151,4 @@ include("head.inc");
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include("foot.inc");
|
||||
<?php include("foot.inc");
|
||||
|
||||
@ -175,7 +175,7 @@ foreach($a_monitor as $monitor) {
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="load_balancer_monitor_edit.php" class="btn btn-success btn-sm">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext('Add')?>
|
||||
|
||||
@ -210,7 +210,7 @@ foreach($a_pool as $pool) {
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="load_balancer_pool_edit.php" class="btn btn-success btn-sm">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext('Add')?>
|
||||
|
||||
@ -473,4 +473,4 @@ events.push(function(){
|
||||
</script>
|
||||
|
||||
<?php
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -200,7 +200,7 @@ if(!empty($a_vs)) {
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="load_balancer_virtual_server_edit.php" class="btn btn-success btn-sm">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext("Add")?>
|
||||
|
||||
@ -327,4 +327,4 @@ events.push(function(){
|
||||
//]]>
|
||||
</script>
|
||||
<?php
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -110,4 +110,4 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
|
||||
|
||||
}
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -260,7 +260,7 @@ if (is_array($a_cp[$cpzone]['element'])):
|
||||
endif;
|
||||
|
||||
?>
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<?php if (!$_GET['act'] == 'add'): ?>
|
||||
<a href="services_captiveportal_filemanager.php?zone=<?=$cpzone?>&act=add" class="btn btn-success">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
|
||||
@ -189,7 +189,7 @@ endif;
|
||||
?>
|
||||
</div>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="services_captiveportal_hostname_edit.php?zone=<?=$cpzone?>&act=add" class="btn btn-success btn-sm">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext("Add")?>
|
||||
|
||||
@ -263,4 +263,4 @@ if (isset($id) && $a_allowedhostnames[$id]) {
|
||||
$form->add($section);
|
||||
print($form);
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -185,7 +185,7 @@ endif;
|
||||
?>
|
||||
</div>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="services_captiveportal_ip_edit.php?zone=<?=$cpzone?>&act=add" class="btn btn-success btn-sm">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext("Add")?>
|
||||
|
||||
@ -245,7 +245,7 @@ endif;
|
||||
?>
|
||||
</div>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="services_captiveportal_mac_edit.php?zone=<?=$cpzone?>&act=add" class="btn btn-success btn-sm">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext("Add")?>
|
||||
|
||||
@ -309,4 +309,4 @@ events.push(function(){
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
<?php include("foot.inc");
|
||||
<?php include("foot.inc");
|
||||
|
||||
@ -491,7 +491,7 @@ endforeach;
|
||||
<?php
|
||||
|
||||
if ($pconfig['enable']) : ?>
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="services_captiveportal_vouchers_edit.php?zone=<?=$cpzone?>" class="btn btn-success">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext("Add")?>
|
||||
|
||||
@ -262,4 +262,4 @@ if (isset($id) && $a_roll[$id]) {
|
||||
$form->add($section);
|
||||
print($form);
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -148,7 +148,7 @@ if (is_subsystem_dirty('captiveportal'))
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="services_captiveportal_zones_edit.php" class="btn btn-success btn-sm">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext('Add')?>
|
||||
|
||||
@ -139,4 +139,4 @@ $form->add($section);
|
||||
|
||||
print($form);
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -1326,7 +1326,7 @@ if (!is_numeric($pool) && !($act == "newpool")) {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="services_dhcp_edit.php?if=<?=htmlspecialchars($if)?>" class="btn btn-sm btn-success">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext("Add")?>
|
||||
|
||||
@ -940,7 +940,7 @@ endif;
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="services_dhcpv6_edit.php?if=<?=$if?>" class="btn btn-sm btn-success"/>
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext("Add")?>
|
||||
|
||||
@ -392,7 +392,7 @@ endforeach;
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="services_dnsmasq_edit.php" class="btn btn-sm btn-success btn-sm">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext('Add')?>
|
||||
@ -444,7 +444,7 @@ endforeach;
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="services_dnsmasq_domainoverride_edit.php" class="btn btn-sm btn-success btn-sm">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext('Add')?>
|
||||
|
||||
@ -180,4 +180,4 @@ if (isset($id) && $a_domainOverrides[$id]) {
|
||||
$form->add($section);
|
||||
print($form);
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -313,4 +313,4 @@ $section->addInput($btnaddopt);
|
||||
$form->add($section);
|
||||
print($form);
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -482,4 +482,4 @@ events.push(function(){
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
<?php include("foot.inc");
|
||||
<?php include("foot.inc");
|
||||
|
||||
@ -162,7 +162,7 @@ endforeach;
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<button id="submit" name="submit" type="submit" class="btn btn-primary btn-sm" value="<?=gettext("Save")?>">
|
||||
<i class="fa fa-save icon-embed-btn"></i>
|
||||
<?=gettext("Save")?>
|
||||
|
||||
@ -309,4 +309,4 @@ $form->add($section);
|
||||
|
||||
print($form);
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -561,4 +561,4 @@ events.push(function(){
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
<?php include("foot.inc");
|
||||
<?php include("foot.inc");
|
||||
|
||||
@ -552,4 +552,4 @@ events.push(function(){
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
<?php include("foot.inc");
|
||||
<?php include("foot.inc");
|
||||
|
||||
@ -232,4 +232,4 @@ $section->addInput(new Form_Input(
|
||||
$form->add($section);
|
||||
print($form);
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -191,7 +191,7 @@ endforeach; ?>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="services_rfc2136_edit.php" class="btn btn-sm btn-success btn-sm">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext('Add')?>
|
||||
|
||||
@ -292,4 +292,4 @@ print_info_box(sprintf('You must configure a DNS server in %sSystem: ' .
|
||||
'General setup %sor allow the DNS server list to be overridden ' .
|
||||
'by DHCP/PPP on WAN for dynamic DNS updates to work.','<a href="system.php">', '</a>'));
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -423,4 +423,4 @@ events.push(function(){
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
<?php include("foot.inc");
|
||||
<?php include("foot.inc");
|
||||
|
||||
@ -363,4 +363,4 @@ events.push(function(){
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
<?php include("foot.inc");
|
||||
<?php include("foot.inc");
|
||||
|
||||
@ -481,7 +481,7 @@ endforeach;
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="services_unbound_host_edit.php" class="btn btn-sm btn-success">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext('Add')?>
|
||||
@ -530,7 +530,7 @@ endforeach;
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="services_unbound_domainoverride_edit.php" class="btn btn-sm btn-success">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext('Add')?>
|
||||
|
||||
@ -348,7 +348,7 @@ else // NOT 'edit' or 'add'
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<a href="services_unbound_acls.php?act=new" class="btn btn-sm btn-success">
|
||||
<i class="fa fa-plus icon-embed-btn"></i>
|
||||
<?=gettext("Add")?>
|
||||
|
||||
@ -384,4 +384,4 @@ $section->addInput(new Form_Checkbox(
|
||||
$form->add($section);
|
||||
print($form);
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -312,4 +312,4 @@ $section->addInput($btnaddopt);
|
||||
$form->add($section);
|
||||
print($form);
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -181,4 +181,4 @@ $section->addInput(new Form_Input(
|
||||
$form->add($section);
|
||||
print $form;
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -126,4 +126,4 @@ if ($_POST) {
|
||||
}
|
||||
}
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -160,4 +160,4 @@ display_top_tabs($tab_array);
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<?php include("foot.inc");
|
||||
<?php include("foot.inc");
|
||||
|
||||
@ -143,4 +143,4 @@ endforeach;
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<?php include("foot.inc");
|
||||
<?php include("foot.inc");
|
||||
|
||||
@ -260,4 +260,4 @@ if (isset($config['ipsec']['enable']) || isset($config['ipsec']['client']['enabl
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php include("foot.inc");
|
||||
<?php include("foot.inc");
|
||||
|
||||
@ -59,4 +59,4 @@ $pgtitle = gettext("Status: CPU Graph");
|
||||
</div>
|
||||
|
||||
<?php
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -262,4 +262,4 @@ if($rowsprinted > 0) {
|
||||
<?php
|
||||
}
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -150,4 +150,4 @@ else {
|
||||
|
||||
<?php }
|
||||
|
||||
include("foot.inc"); ?>
|
||||
include("foot.inc"); ?>
|
||||
|
||||
@ -301,4 +301,4 @@ if (($gps_ok) && ($gps_lat) && ($gps_lon)):
|
||||
|
||||
<?php endif;
|
||||
|
||||
include("foot.inc"); ?>
|
||||
include("foot.inc"); ?>
|
||||
|
||||
@ -742,4 +742,4 @@ events.push(function(){
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
<?php include("foot.inc");
|
||||
<?php include("foot.inc");
|
||||
|
||||
@ -223,4 +223,4 @@ $form->addGlobal(new Form_Button(
|
||||
$form->add($section);
|
||||
print $form;
|
||||
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
@ -148,7 +148,7 @@ foreach ($rdr_entries as $rdr_entry) {
|
||||
</table>
|
||||
</div>
|
||||
<form action="status_upnp.php" method="post">
|
||||
<nav class="action-buttons" style="margin-top: 10px;">
|
||||
<nav class="action-buttons">
|
||||
<button class="btn btn-danger btn-sm" type="submit" name="clear" id="clear" value="<?=gettext("Clear all sessions")?>">
|
||||
<i class="fa fa-trash icon-embed-btn"></i>
|
||||
<?=gettext("Clear all sessions")?>
|
||||
@ -158,4 +158,4 @@ foreach ($rdr_entries as $rdr_entry) {
|
||||
</div>
|
||||
|
||||
<?php
|
||||
include("foot.inc");
|
||||
include("foot.inc");
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user