X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fincludes%2Fplc_functions.php;h=03067c630f769b747d3b79d751ff0f21268f4c4e;hb=5f2f81a03fbecad477f4e515a725553c8f578d41;hp=b0ec60c42d63ec72bed18cd9680de57e8cd8cacd;hpb=a2f122306ee9e293ecc4c857f12b625497607da5;p=plewww.git diff --git a/planetlab/includes/plc_functions.php b/planetlab/includes/plc_functions.php index b0ec60c..03067c6 100644 --- a/planetlab/includes/plc_functions.php +++ b/planetlab/includes/plc_functions.php @@ -60,6 +60,7 @@ function l_actions () { return "/db/common/actions.php"; } // some complex node actions are kept separate, e.g. the ones related to getbootmedium function l_actions_download () { return "/db/nodes/node_downloads.php"; } function l_register_node () { return "/registerwizard/index.php"; } +function l_pcu_add () { return "/registerwizard/index.php/register/stage1_addpcu"; } function l_nodes () { return "/db/nodes/index.php"; } function l_nodes_peer ($peer_id) { return "/db/nodes/index.php?peerscope=$peer_id"; } @@ -381,6 +382,10 @@ function plc_delete_icon($width=15) { return ""; } +function plc_add_icon($width=15) { + return ""; +} + function plc_bubble($text,$bubble) { return "$text"; }