From 09dfe40f5c40b16b7c4d59e3d39e294ae3b6810e Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 18 Mar 2011 12:52:40 +0100 Subject: [PATCH] fix reservable area that got munched up --- planetlab/css/plc_style.css | 9 +++++++++ planetlab/slices/slice.php | 6 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/planetlab/css/plc_style.css b/planetlab/css/plc_style.css index 441eb7b..60a5485 100644 --- a/planetlab/css/plc_style.css +++ b/planetlab/css/plc_style.css @@ -26,6 +26,15 @@ body { font-weight: bold; } +/* this class is used to store data that needs to get passed to javascript code */ +/* these elements are not meant to be rendered */ +.hidden { + display: none; +} +.center { + text-align: center; +} + /* -------------------- inputs in forms */ /* note: this is used by the register wizard as well in case where importing all this file this would some day conflict diff --git a/planetlab/slices/slice.php b/planetlab/slices/slice.php index 0ca222d..a8e49c3 100644 --- a/planetlab/slices/slice.php +++ b/planetlab/slices/slice.php @@ -585,8 +585,8 @@ if (count($reservable_nodes) && $privileges) { $mark=reservable_mark(); print << -
-
+
+
You have attached one or more reservable nodes to your slice. Reservable nodes show up with the '$mark' mark. Your slivers will be available only during timeslots @@ -594,7 +594,7 @@ where you have obtained leases. You can manage your leases in the tab below.
This feature is still experimental; feedback is appreciated at devel@planet-lab.org -
hide message +hide message permanently
EOF; -- 2.43.0