[LON-CAPA-cvs] cvs: loncom /interface portfolio.pm

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 03 Mar 2005 05:47:22 -0000


albertel		Thu Mar  3 00:47:22 2005 EDT

  Modified files:              
    /loncom/interface	portfolio.pm 
  Log:
  - I think this is a better direction to head with network transparent editing of files
  
  
Index: loncom/interface/portfolio.pm
diff -u loncom/interface/portfolio.pm:1.78 loncom/interface/portfolio.pm:1.79
--- loncom/interface/portfolio.pm:1.78	Fri Feb 25 13:05:29 2005
+++ loncom/interface/portfolio.pm	Thu Mar  3 00:47:22 2005
@@ -146,7 +146,7 @@
                     } else {
                         $r->print('<td><input type="checkbox" name="selectfile" value="'.$filename.'" />
                             <a href="/adm/portfolio?rename='.$filename.'&amp;currentpath='.$current_path.'">Rename</a></td>
-                            <td><a href="/adm/portfolio'.$current_path.$filename.'.meta">Meta</a>
+                            <td><a href="'.$href_location.$filename.'.meta">Meta</a>
                             </td>');
                     }
                 }