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

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 04 Aug 2006 18:56:21 -0000


albertel		Fri Aug  4 14:56:21 2006 EDT

  Modified files:              
    /loncom/interface	lonmenu.pm loncommon.pm 
  Log:
  - the exit link doesn't make a lot of sense on the publicuser interface
  
  
Index: loncom/interface/lonmenu.pm
diff -u loncom/interface/lonmenu.pm:1.201 loncom/interface/lonmenu.pm:1.202
--- loncom/interface/lonmenu.pm:1.201	Mon Jul 31 18:53:07 2006
+++ loncom/interface/lonmenu.pm	Fri Aug  4 14:56:19 2006
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Routines to control the menu
 #
-# $Id: lonmenu.pm,v 1.201 2006/07/31 22:53:07 albertel Exp $
+# $Id: lonmenu.pm,v 1.202 2006/08/04 18:56:19 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -62,6 +62,7 @@
                                                     'Roles':'Courses'),
                                        'docs' => 'Course Documents',
                                        'exit' => 'Exit',
+                                       'login' => 'Log In',
 				       'launch' => 'Launch Remote Control',
                                        'groups' => 'Groups',
                                        'gdoc' => 'Group Documents',
@@ -176,8 +177,8 @@
     <tr>
       $logo
       <td></td>
-      <td class="LC_top_nav_exit">
-        <a href="/adm/logout" target="_top">$lt{'exit'}</a>
+      <td class="LC_top_nav_login">
+        <a href="/adm/roles" target="_top">$lt{'login'}</a>
      </td>
     </tr>
   </table>
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.441 loncom/interface/loncommon.pm:1.442
--- loncom/interface/loncommon.pm:1.441	Wed Aug  2 16:23:33 2006
+++ loncom/interface/loncommon.pm	Fri Aug  4 14:56:20 2006
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.441 2006/08/02 20:23:33 albertel Exp $
+# $Id: loncommon.pm,v 1.442 2006/08/04 18:56:20 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3290,6 +3290,10 @@
 table#LC_top_nav td.LC_top_nav_help {
   width: 2.0em;
 }
+table#LC_top_nav td.LC_top_nav_login {
+  width: 4.0em;
+  text-align: center;
+}
 table.LC_breadcrumbs td, table.LC_docs_path td  {
   background: $tabbg;
   color: $font;