From c5fc97fe7c431211347d2e3305f050a567627fea Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Thu, 16 Jul 2009 19:32:50 +0000 Subject: [PATCH] add additional clarifying text; after adding a pcu for their first node using the 'add one here' link, user did not identify the '+' icon as a link for adding a new pcu for their second node, and failed to add second pcu. --- planetlab/nodes/node.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/planetlab/nodes/node.php b/planetlab/nodes/node.php index e3ba39e..5236503 100644 --- a/planetlab/nodes/node.php +++ b/planetlab/nodes/node.php @@ -187,7 +187,7 @@ if ($display_pcus) { if (! $site_pcus) { $pcu_update_area = "This site has no PCU - " . href ( l_pcu_add(), "add one here"); } else { - $pcu_add_link = href (l_pcu_add(),plc_add_icon()); + $pcu_add_link = href (l_pcu_add(),plc_add_icon() . "Add new"); // first option in pcus if ($pcu_ids) @@ -217,7 +217,7 @@ if ($display_pcus) { $pcu_attach_button = $details->form()->submit_html('attach_pcu',"Attach PCU"); - $pcu_update_area = $pcu_add_link . " " . $pcu_chooser . " " . $port_chooser . " " . $pcu_attach_button; + $pcu_update_area = $pcu_add_link . "
Or, select existing " . $pcu_chooser . " " . $port_chooser . " " . $pcu_attach_button; } if ($pcu_string) -- 2.43.0