summaryrefslogtreecommitdiffstats
path: root/usr/local/www/edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-30 03:09:11 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-30 03:09:11 +0000
commitacc4d42539d285826da3a9d26de2379d59d9374e (patch)
tree2b7b0ba2120c0c8f49230b6a608b242d3024fe77 /usr/local/www/edit.php
parent8202999e4e14620ca2747106eb944c86912b32f7 (diff)
downloadpfsense-acc4d42539d285826da3a9d26de2379d59d9374e.zip
pfsense-acc4d42539d285826da3a9d26de2379d59d9374e.tar.gz
Do not show Apply button after saving by changing save text slightly.
Diffstat (limited to 'usr/local/www/edit.php')
-rwxr-xr-xusr/local/www/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/edit.php b/usr/local/www/edit.php
index 78ddb96..5370b2f 100755
--- a/usr/local/www/edit.php
+++ b/usr/local/www/edit.php
@@ -77,7 +77,7 @@ if (($_POST['submit'] == "Load") && file_exists($_POST['savetopath'])) {
fwrite($fd, $content);
fclose($fd);
$edit_area="";
- $savemsg = "Saved text to " . $_POST['savetopath'];
+ $savemsg = $_POST['savetopath'] . " has been updated.";
if($_POST['savetopath'] == "/cf/conf/config.xml")
unlink_if_exists("/tmp/config.cache");
conf_mount_ro();
OpenPOWER on IntegriCloud