From: Barış Metin Date: Thu, 30 Apr 2009 10:08:48 +0000 (+0000) Subject: rename "Name" to "Slice Name" and "view" to "sliver tags" on node page. X-Git-Tag: PLEWWW-4.3-11~6 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ce401e0756476164eef86a3e0d8f89b4d03fbe59;p=plewww.git rename "Name" to "Slice Name" and "view" to "sliver tags" on node page. --- diff --git a/planetlab/nodes/node.php b/planetlab/nodes/node.php index d400716..773a631 100644 --- a/planetlab/nodes/node.php +++ b/planetlab/nodes/node.php @@ -235,7 +235,7 @@ $form->start(); } else { $headers=array(); $headers['Peer']="string"; - $headers['Name']="string"; + $headers['Slice Name']="string"; $headers['Sliver']="string"; $reasonable_page=10; $table_options = array('notes_area'=>false,"search_width"=>10,'pagesize'=>$reasonable_page); @@ -251,7 +251,7 @@ $form->start(); $peers->cell ($table,$slice['peer_id']); $table->cell (l_slice_t ($slice['slice_id'],$slice['name'])); # xxx l_sliver not implemented yet - what should we show exactly ? - $table->cell (l_sliver_t ($node_id,$slice['slice_id'],'view')); + $table->cell (l_sliver_t ($node_id,$slice['slice_id'],'sliver tags')); $table->row_end(); } $table->end();