X-Git-Url: http://git.onelab.eu/?p=plewww.git;a=blobdiff_plain;f=planetlab%2Fslices%2Fslice_add.php;h=59c0efc5c6f73af06f7b4bd6da8145110d1e639f;hp=f258bda53fc53af7c94427c3d9a86c777f7d1d82;hb=1ce86fd37ce8da9b475847a59394c0241a8dbbff;hpb=2acd8f63883ad55c2c3c204d3b11db86da3417d2 diff --git a/planetlab/slices/slice_add.php b/planetlab/slices/slice_add.php index f258bda..59c0efc 100644 --- a/planetlab/slices/slice_add.php +++ b/planetlab/slices/slice_add.php @@ -215,7 +215,7 @@ New software releases and available services are announced here as well. EOF; $toggle = new PlekitToggle ('create-slice-details','Slice Details', - array ('visible'=>get_arg('show_slice',true))); + array ('visible'=>get_arg('show_slice'))); $details = new PlekitDetails(TRUE); $form_variables = array('site_id'=>plc_my_site_id()); @@ -281,7 +281,7 @@ $toggle->end(); if ($persons) { $title = count($persons) . " people can be added in slice"; $toggle=new PlekitToggle ('create-slice-persons',$title, - array('visible'=>get_arg('show_persons',true))); + array('visible'=>get_arg('show_persons'))); $toggle->start(); $headers = array();