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

raeburn raeburn at source.lon-capa.org
Fri Aug 30 00:16:19 EDT 2013


raeburn		Fri Aug 30 04:16:19 2013 EDT

  Modified files:              
    /loncom/interface	lonmsgdisplay.pm 
  Log:
  - More efficient use of screen space, while at the same time retaining 
    visual separation of "New Folder" function from other mail folder functions.
  
  
Index: loncom/interface/lonmsgdisplay.pm
diff -u loncom/interface/lonmsgdisplay.pm:1.166 loncom/interface/lonmsgdisplay.pm:1.167
--- loncom/interface/lonmsgdisplay.pm:1.166	Fri Aug 30 02:21:30 2013
+++ loncom/interface/lonmsgdisplay.pm	Fri Aug 30 04:16:19 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Routines for messaging display
 #
-# $Id: lonmsgdisplay.pm,v 1.166 2013/08/30 02:21:30 raeburn Exp $
+# $Id: lonmsgdisplay.pm,v 1.167 2013/08/30 04:16:19 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -243,9 +243,11 @@
          '" onclick="javascript:folder_choice(this.form,'."'change'".');" />
          </span>
      </td>
-    </tr>
-    <tr>
-     <td colspan="4"><b>'.&mt('New Folder').'</b><br />'."\n".'
+     <td> </td>
+     <td> </td>
+     <td valign="top" style="border-left: 1px solid;"> </td>
+     <td> </td>
+     <td><b>'.&mt('New Folder').'</b><br />'."\n".'
          <span class="LC_nobreak">
          <input type="text" size="15" name="newfolder" value="" />
          <input type="button" value="'.$lt{'go'}.




More information about the LON-CAPA-cvs mailing list