diff --git a/common.js b/common.js index b004872..d609f9a 100644 --- a/common.js +++ b/common.js @@ -279,7 +279,7 @@ function uninstall(additional) { jQuery("div.deployment").each(function(index) { $(this).html(''); }); - data = '
YOU ARE GOING TO UNINSTALL '+additional.toUpperCase()+'.
ARE YOU SURE? IF YES, PLEASE CLICK ON THE BUTTON BELOW.

'; + data = '
You are going to uninstall '+additional.toUpperCase()+'.
Are you sure? If yes, please click on the Uninstall button below.

'; jQuery("#"+additional).html(data); jQuery("#popupText").html(data); // manage2 } diff --git a/manage.html b/manage.html index 28e7023..b83ebfc 100644 --- a/manage.html +++ b/manage.html @@ -9,7 +9,7 @@ Safebox - + +
Under development... `; } @@ -389,6 +390,6 @@ - + diff --git a/scan.php b/scan.php index b9dee1a..41a59d0 100644 --- a/scan.php +++ b/scan.php @@ -268,7 +268,7 @@ switch ($_GET["op"]) { } echo "
-
"; // buttons + "; echo " @@ -499,8 +499,8 @@ switch ($_GET["op"]) { $data = $arr["version"]; echo "Framework version: ".$data["VERSION"]."\n"; } - else echo "Version not found"; - echo "Frontend version: 1.1.14"; + else echo "Framework version not found\n"; + echo "Frontend version: 1.1.15"; break; case "repositories": $arr = array("STATUS" => 0); diff --git a/style.css b/style.css index 109974c..fe24ba1 100644 --- a/style.css +++ b/style.css @@ -127,8 +127,15 @@ } .loading { - text-align:center; - margin-top:300px; + text-align:center; + margin-top:300px; + } + + .confirm { + border: 2px solid #41464f; + border-radius: 10px; + margin-top:250px; + padding: 20px; } .menu {