X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fnodes%2Fnode.php;h=5236503f410c38b744612eb8cfdb768117bc0860;hb=c5fc97fe7c431211347d2e3305f050a567627fea;hp=e3ba39e2cc27ab3fee710fb7dc90c50ac3eac7e7;hpb=455513b9dd3a524bb50c40f5efb352c8cdd4c467;p=plewww.git 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)