From: Thierry Parmentelat Date: Fri, 18 Mar 2011 11:52:40 +0000 (+0100) Subject: fix reservable area that got munched up X-Git-Tag: plewww-4.3-62~5 X-Git-Url: http://git.onelab.eu/?p=plewww.git;a=commitdiff_plain;h=09dfe40f5c40b16b7c4d59e3d39e294ae3b6810e fix reservable area that got munched up --- 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;