From 310456481fc75d4b0dbe0d762aaa661e3de1e0a6 Mon Sep 17 00:00:00 2001 From: Techywarrior Date: Sun, 7 Apr 2013 19:54:21 -0700 Subject: [PATCH] hide version selector on non-server plugins, align filter button --- dashboard-ui/addplugin.html | 5 ++--- dashboard-ui/plugincatalog.html | 2 +- dashboard-ui/scripts/addpluginpage.js | 3 ++- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard-ui/addplugin.html b/dashboard-ui/addplugin.html index ed45f786a5..0896c31ca2 100644 --- a/dashboard-ui/addplugin.html +++ b/dashboard-ui/addplugin.html @@ -19,9 +19,8 @@

Install

-

-

-

+

+

diff --git a/dashboard-ui/plugincatalog.html b/dashboard-ui/plugincatalog.html index 82219ec309..cde52fc62b 100644 --- a/dashboard-ui/plugincatalog.html +++ b/dashboard-ui/plugincatalog.html @@ -13,7 +13,7 @@ Plugin Catalog Automatic Updates
-
+
diff --git a/dashboard-ui/scripts/addpluginpage.js b/dashboard-ui/scripts/addpluginpage.js index 76336d9074..10e96ee0c3 100644 --- a/dashboard-ui/scripts/addpluginpage.js +++ b/dashboard-ui/scripts/addpluginpage.js @@ -34,7 +34,8 @@ $("#btnInstallDiv", page).show(); $("#nonServerMsg", page).hide(); }else { - $("#btnInstallDiv", page).hide(); + $("#btnInstallDiv", page).hide(); + $("#pSelectVersion", page).hide(); $("#nonServerMsg", page).html("This plugin must be installed from "+pkg.targetSystem).show(); }