--- loncom/html/res/adm/pages/menu.html 2003/10/12 22:02:44 1.109
+++ loncom/html/res/adm/pages/menu.html 2007/08/30 22:56:32 1.121
@@ -4,7 +4,7 @@ The LearningOnline Network with CAPA
Remote Control
//
-// $Id: menu.html,v 1.109 2003/10/12 22:02:44 www Exp $
+// $Id: menu.html,v 1.121 2007/08/30 22:56:32 albertel Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -38,6 +38,7 @@ Remote Control
background="remotebg.gif"
onUnload="collapse();"
onLoad="activate();"
+ style="{background-repeat: no-repeat;}"
>
@@ -437,7 +472,7 @@ function showdisplay(utext,ltext) {
if (ch==':') { ch='colon'; }
if (ch=='/') { ch='slash'; }
} else { ch='space'; }
- this.document['i'+i].src="http://"+clienthost+fontpath+ch+'.gif';
+ this.document['i'+i].src=protocol+clienthost+fontpath+ch+'.gif';
}
for (i=0;i<=7;i++) {
if (i
+
+return '';
+