[LON-CAPA-cvs] cvs: loncom /html/res/adm/pages menu.html /interface loncommon.pm
droeschl
droeschl@source.lon-capa.org
Sun, 07 Jun 2009 20:17:15 -0000
droeschl Sun Jun 7 20:17:15 2009 EDT
Modified files:
/loncom/html/res/adm/pages menu.html
/loncom/interface loncommon.pm
Log:
Changes related to modification of LON-CAPA screen header.
Preliminary fix: breadcrumbs in remote control window are now hidden.
Index: loncom/html/res/adm/pages/menu.html
diff -u loncom/html/res/adm/pages/menu.html:1.127 loncom/html/res/adm/pages/menu.html:1.128
--- loncom/html/res/adm/pages/menu.html:1.127 Thu Apr 23 17:28:55 2009
+++ loncom/html/res/adm/pages/menu.html Sun Jun 7 20:17:08 2009
@@ -4,7 +4,7 @@
Remote Control
//
-// $Id: menu.html,v 1.127 2009/04/23 17:28:55 bisitz Exp $
+// $Id: menu.html,v 1.128 2009/06/07 20:17:08 droeschl Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -39,7 +39,7 @@
onUnload="collapse();"
onLoad="activate();"
style="{background-repeat: no-repeat;}"
- >
+ id="LC_remote">
<script type="text/javascript">
//<!--
var statustop = '';
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.838 loncom/interface/loncommon.pm:1.839
--- loncom/interface/loncommon.pm:1.838 Fri Jun 5 12:49:50 2009
+++ loncom/interface/loncommon.pm Sun Jun 7 20:17:15 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.838 2009/06/05 12:49:50 bisitz Exp $
+# $Id: loncommon.pm,v 1.839 2009/06/07 20:17:15 droeschl Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -4834,6 +4834,10 @@
margin: 0;
padding: 0;
}
+/* Preliminary fix to hide breadcrumbs inside remote control window */
+#LC_remote #LC_head_subbox {
+ display:none;
+}
#LC_head_subbox2 { /* FIXME: replace by LC_head_subbox once lonhtmlcommon::breadcrumbs has been fixed */
clear:both;