From 60711f3ca6f9eb139f78cbde40a94575d9cceeac Mon Sep 17 00:00:00 2001 From: nachoparker Date: Sun, 10 Sep 2017 14:57:56 +0200 Subject: ncp-web: click version for changelog. click new version notification to nc-update --- ncp-web/index.php | 20 +++++++++++--------- ncp-web/ncp.css | 16 ++++++++++++++++ ncp-web/ncp.js | 53 +++++++++++++++++++++++++++++++++++++++++++---------- 3 files changed, 70 insertions(+), 19 deletions(-) diff --git a/ncp-web/index.php b/ncp-web/index.php index 988f64e1..5b43c034 100644 --- a/ncp-web/index.php +++ b/ncp-web/index.php @@ -47,8 +47,8 @@ if ( $ret == 0 ) { echo '
'; - echo '
'; - echo "version " . file_get_contents( "/var/run/.ncp-latest-version" ) . " is available"; + echo '
'; + echo "version " . file_get_contents( "/var/run/.ncp-latest-version" ) . " is available"; echo ''; echo '
'; echo '
'; @@ -58,13 +58,15 @@