[LON-CAPA-cvs] cvs: loncom /html/res/adm/pages remotecontrol.png /interface lonpreferences.pm lonremote.pm doc/loncapafiles loncapafiles.lpml
raeburn
raeburn@source.lon-capa.org
Thu, 01 Oct 2009 22:41:59 -0000
raeburn Thu Oct 1 22:41:59 2009 EDT
Added files:
/loncom/html/res/adm/pages remotecontrol.png
Modified files:
/doc/loncapafiles loncapafiles.lpml
/loncom/interface lonremote.pm lonpreferences.pm
Log:
- Rename tango icon file: network-wireless.png as remotecontrol.png
to explain its role in LON-CAPA.
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.662 doc/loncapafiles/loncapafiles.lpml:1.663
--- doc/loncapafiles/loncapafiles.lpml:1.662 Wed Sep 23 21:37:33 2009
+++ doc/loncapafiles/loncapafiles.lpml Thu Oct 1 22:41:51 2009
@@ -2,7 +2,7 @@
"http://lpml.sourceforge.net/DTD/lpml.dtd">
<!-- loncapafiles.lpml -->
-<!-- $Id: loncapafiles.lpml,v 1.662 2009/09/23 21:37:33 raeburn Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.663 2009/10/01 22:41:51 raeburn Exp $ -->
<!--
@@ -6679,7 +6679,6 @@
mail-reply-all.png;
mail-reply-sender.png;
messalog.png;
-network-wireless.png;
network-workgroup.png;
uploadscores.png;
preferences-desktop-font.png;
@@ -6688,6 +6687,7 @@
preferences-desktop-theme.png;
preferences-desktop-wallpaper.png;
preferences-system-windows.png;
+remotecontrol.png;
start-here.png;
subtimpl.png;
system-lock-screen.png;
Index: loncom/interface/lonremote.pm
diff -u loncom/interface/lonremote.pm:1.32 loncom/interface/lonremote.pm:1.33
--- loncom/interface/lonremote.pm:1.32 Fri Jun 5 12:49:50 2009
+++ loncom/interface/lonremote.pm Thu Oct 1 22:41:55 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network
# User Authentication Module
#
-# $Id: lonremote.pm,v 1.32 2009/06/05 12:49:50 bisitz Exp $
+# $Id: lonremote.pm,v 1.33 2009/10/01 22:41:55 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -85,7 +85,7 @@
&mt('To use the Remote Control, disable the filter for this site, and re-launch the Remote Control.').'</p>'."\n".
'<table><tr><td><fieldset><legend>'.&mt('Actions').'</legend><table><tr>'."\n".
'<td class="LC_menubuttons_text" align="left">'.
- '<a class="LC_menubuttons_link" href="/adm/remote?action=launch"><img alt="Launch Remote Control" src="/res/adm/pages/network-wireless.png" class="LC_noBorder" />'.
+ '<a class="LC_menubuttons_link" href="/adm/remote?action=launch"><img alt="Launch Remote Control" src="/res/adm/pages/remotecontrol.png" class="LC_noBorder" />'.
&mt('Re-launch Remote Control').'</a></td><td>'.(' 'x3).'</td>'.
'<td class="LC_menubuttons_link" align="right">'.
'<a class="LC_menubuttons_link" href="'.$lowerurl.'"><img alt="Launch Remote Control" src="/res/adm/pages/forw.png" class="LC_noBorder" />'.
Index: loncom/interface/lonpreferences.pm
diff -u loncom/interface/lonpreferences.pm:1.171 loncom/interface/lonpreferences.pm:1.172
--- loncom/interface/lonpreferences.pm:1.171 Wed Sep 9 18:52:03 2009
+++ loncom/interface/lonpreferences.pm Thu Oct 1 22:41:55 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Preferences
#
-# $Id: lonpreferences.pm,v 1.171 2009/09/09 18:52:03 raeburn Exp $
+# $Id: lonpreferences.pm,v 1.172 2009/10/01 22:41:55 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1944,7 +1944,7 @@
url => '/adm/remote?url=/adm/preferences&action=launch',
permission => 'F',
#help => '',
- icon => 'network-wireless.png',
+ icon => 'remotecontrol.png',
linktitle => 'Launch the remote control for LON-CAPA.',
});
}else{
@@ -1953,7 +1953,7 @@
url => '/adm/remote?url=/adm/preferences&action=collapse',
permission => 'F',
#help => '',
- icon => 'network-wireless.png',
+ icon => 'remotecontrol.png',
linktitle => 'Collapse the remote control for LON-CAPA.',
});
}