| | @@ -1816,11 +1816,11 @@ |
| 1816 | 1816 | } |
| 1817 | 1817 | if( bUnclst==0 ){ |
| 1818 | 1818 | style_submenu_element("Unclustered","bloblist?unclustered"); |
| 1819 | 1819 | } |
| 1820 | 1820 | if( g.perm.Admin ){ |
| 1821 | | - style_submenu_element("Artifact Log", "rcvfromlist"); |
| 1821 | + style_submenu_element("Xfer Log", "rcvfromlist"); |
| 1822 | 1822 | } |
| 1823 | 1823 | if( !phantomOnly ){ |
| 1824 | 1824 | style_submenu_element("Phantoms", "bloblist?phan"); |
| 1825 | 1825 | } |
| 1826 | 1826 | style_submenu_element("Clusters","clusterlist"); |
| | @@ -2005,11 +2005,11 @@ |
| 2005 | 2005 | void phantom_list_page(void){ |
| 2006 | 2006 | login_check_credentials(); |
| 2007 | 2007 | if( !g.perm.Read ){ login_needed(g.anon.Read); return; } |
| 2008 | 2008 | style_header("Public Phantom Artifacts"); |
| 2009 | 2009 | if( g.perm.Admin ){ |
| 2010 | | - style_submenu_element("Artifact Log", "rcvfromlist"); |
| 2010 | + style_submenu_element("Xfer Log", "rcvfromlist"); |
| 2011 | 2011 | style_submenu_element("Artifact List", "bloblist"); |
| 2012 | 2012 | } |
| 2013 | 2013 | if( g.perm.Write ){ |
| 2014 | 2014 | style_submenu_element("Artifact Stats", "artifact_stats"); |
| 2015 | 2015 | } |
| | @@ -2030,11 +2030,11 @@ |
| 2030 | 2030 | int n = atoi(PD("n","250")); |
| 2031 | 2031 | |
| 2032 | 2032 | login_check_credentials(); |
| 2033 | 2033 | if( !g.perm.Read ){ login_needed(g.anon.Read); return; } |
| 2034 | 2034 | if( g.perm.Admin ){ |
| 2035 | | - style_submenu_element("Artifact Log", "rcvfromlist"); |
| 2035 | + style_submenu_element("Xfer Log", "rcvfromlist"); |
| 2036 | 2036 | } |
| 2037 | 2037 | if( g.perm.Write ){ |
| 2038 | 2038 | style_submenu_element("Artifact Stats", "artifact_stats"); |
| 2039 | 2039 | } |
| 2040 | 2040 | style_submenu_element("All Artifacts", "bloblist"); |
| | @@ -2370,11 +2370,11 @@ |
| 2370 | 2370 | login_check_credentials(); |
| 2371 | 2371 | if( !g.perm.Read ){ login_needed(g.anon.Read); return; } |
| 2372 | 2372 | style_header("All Cluster Artifacts"); |
| 2373 | 2373 | style_submenu_element("All Artifactst", "bloblist"); |
| 2374 | 2374 | if( g.perm.Admin ){ |
| 2375 | | - style_submenu_element("Artifact Log", "rcvfromlist"); |
| 2375 | + style_submenu_element("Xfer Log", "rcvfromlist"); |
| 2376 | 2376 | } |
| 2377 | 2377 | style_submenu_element("Phantoms", "bloblist?phan"); |
| 2378 | 2378 | if( g.perm.Write ){ |
| 2379 | 2379 | style_submenu_element("Artifact Stats", "artifact_stats"); |
| 2380 | 2380 | } |
| 2381 | 2381 | |