diff options
author | jim-p <jimp@pfsense.org> | 2015-01-14 09:01:35 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2015-01-14 09:01:35 -0500 |
commit | 37f34f561e7d537f5f56469de7632097b0058c4a (patch) | |
tree | b32ab064f5295e2f7051470d609dacf6ce7c1b34 /config/systempatches | |
parent | 6720f9f9f8f6719e8bc8d693a2db088d87f7921e (diff) | |
download | pfsense-packages-37f34f561e7d537f5f56469de7632097b0058c4a.tar.gz pfsense-packages-37f34f561e7d537f5f56469de7632097b0058c4a.tar.bz2 pfsense-packages-37f34f561e7d537f5f56469de7632097b0058c4a.zip |
Do not show "Apply Changes" on System Patches package info box (which does nothing). Fixes #4215
Diffstat (limited to 'config/systempatches')
-rw-r--r-- | config/systempatches/system_patches.php | 2 | ||||
-rw-r--r-- | config/systempatches/systempatches.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/systempatches/system_patches.php b/config/systempatches/system_patches.php index 793448d7..43c8c22b 100644 --- a/config/systempatches/system_patches.php +++ b/config/systempatches/system_patches.php @@ -160,7 +160,7 @@ include("head.inc"); <?php include("fbegin.inc"); ?> <form action="system_patches.php" method="post" name="iform"> <script type="text/javascript" language="javascript" src="/javascript/row_toggle.js"></script> -<?php if ($savemsg) print_info_box($savemsg); ?> +<?php if ($savemsg) print_info_box_np($savemsg, "Patches", "Close", false); ?> <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="system patches"> <tr><td><div id="mainarea"> <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0" summary="main area"> diff --git a/config/systempatches/systempatches.xml b/config/systempatches/systempatches.xml index b9875140..3cc1354a 100644 --- a/config/systempatches/systempatches.xml +++ b/config/systempatches/systempatches.xml @@ -40,7 +40,7 @@ <requirements>None</requirements> <faq>Applies patches supplied by the user to the firewall.</faq> <name>System Patches</name> - <version>1.0.2</version> + <version>1.0.3</version> <title>System: Patches</title> <include_file>/usr/local/pkg/patches.inc</include_file> <menu> |