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

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 12 Feb 2004 19:20:40 -0000


albertel		Thu Feb 12 14:20:40 2004 EDT

  Modified files:              
    /loncom/interface	londocs.pm 
  Log:
  - BUG#1015, Published documents aren't allowed in the Supplemental area, as they are unviewable by students (even public ones) removing the buttons that allowed one to stick these resources into the supplemental area.
  
  
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.104 loncom/interface/londocs.pm:1.105
--- loncom/interface/londocs.pm:1.104	Tue Feb 10 19:10:01 2004
+++ loncom/interface/londocs.pm	Thu Feb 12 14:20:40 2004
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Documents
 #
-# $Id: londocs.pm,v 1.104 2004/02/11 00:10:01 albertel Exp $
+# $Id: londocs.pm,v 1.105 2004/02/12 19:20:40 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1278,7 +1278,6 @@
           $r->print(<<ENDSUPFORM);
 <table cellspacing=4 cellpadding=4><tr>
 <th bgcolor="#DDDDDD">$lt{'upls'}</th>
-<th bgcolor="#DDDDDD">$lt{'impp'}</th>
 <th bgcolor="#DDDDDD">$lt{'spec'}</th>
 </tr>
 <tr><td bgcolor="#DDDDDD">
@@ -1297,23 +1296,6 @@
 </form>
 </td>
 <td bgcolor="#DDDDDD">
-<form action="/adm/coursedocs" method="post" name="simpleeditsupplement">
-<input type="hidden" name="folder" value="$folder">
-<input type="hidden" name="foldername" value="$ENV{'form.foldername'}">
-<input type=hidden name="importdetail" value="">
-<input type=button onClick=
-"javascript:document.forms.simpleedit.folder.value='$folder';groupsearch()" value="$lt{'srch'}">
-<input type=button onClick=
-"javascript:document.forms.simpleedit.folder.value='$folder';groupimport();" value="$lt{'impo'}">$help{'Importing_LON-CAPA_Resource'}
-<p>
-<hr />
-<input type="text" size="20" name="importmap">
-<input type=button 
-onClick="javascript:openbrowser('simpleeditsupplement','importmap','sequence,page','')"
-value="$lt{'selm'}"><input type="submit" name="loadmap" value="$lt{'load'}">$help{'Load_Map'}
-</p>
-</form>
-</td><td bgcolor="#DDDDDD">
 <form action="/adm/coursedocs" method="post" name="supnewfolder">
 <input type="hidden" name="folder" value="$folder">
 <input type="hidden" name="foldername" value="$ENV{'form.foldername'}">