From 3c40fd70f5945ed4928c05912de3e4ef2e940bd1 Mon Sep 17 00:00:00 2001 From: Karl Hudgell Date: Wed, 23 Mar 2016 11:57:34 +0000 Subject: [PATCH] new update msg --- css/static.php | 4 ++++ main.php | 12 +++++++----- updatenotify.php | 5 ++++- updatenotify2.php | 3 +++ 4 files changed, 18 insertions(+), 6 deletions(-) create mode 100644 updatenotify2.php diff --git a/css/static.php b/css/static.php index 3acf6cf..597927e 100644 --- a/css/static.php +++ b/css/static.php @@ -38,6 +38,10 @@ iframe { border: none; } +div.UpdateNotify { + color: Red; +} + diff --git a/main.php b/main.php index 193c8fb..364cccf 100644 --- a/main.php +++ b/main.php @@ -95,11 +95,6 @@ $('.window').hide(); -
$yourname's Server Access

";?> @@ -194,6 +189,13 @@ if ($showversion > "0") { } ?>
+
+ +
- +Change Log -
+-Added Links to Status Widget
+-Added Links to Force CouchPotato processing in Config
+
diff --git a/updatenotify2.php b/updatenotify2.php new file mode 100644 index 0000000..307f02b --- /dev/null +++ b/updatenotify2.php @@ -0,0 +1,3 @@ +New Update Available

"; +?> \ No newline at end of file