[LON-CAPA-cvs] cvs: loncom(GCI_2) /interface lonremote.pm

raeburn raeburn@source.lon-capa.org
Thu, 01 Oct 2009 23:14:11 -0000


raeburn		Thu Oct  1 23:14:11 2009 EDT

  Modified files:              (Branch: GCI_2)
    /loncom/interface	lonremote.pm 
  Log:
  - Remove CSS classes not used in 2.9.X
  - Backport 1.33.
  
  
Index: loncom/interface/lonremote.pm
diff -u loncom/interface/lonremote.pm:1.31 loncom/interface/lonremote.pm:1.31.4.1
--- loncom/interface/lonremote.pm:1.31	Wed May 27 16:01:05 2009
+++ loncom/interface/lonremote.pm	Thu Oct  1 23:14:11 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # User Authentication Module
 #
-# $Id: lonremote.pm,v 1.31 2009/05/27 16:01:05 bisitz Exp $
+# $Id: lonremote.pm,v 1.31.4.1 2009/10/01 23:14:11 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -84,11 +84,11 @@
                 '<p>'.&mt('You may have either closed the Remote Control window, or it was blocked by a pop-up window filter in your browser.').'<br />'."\n".
                 &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><b>'.&mt('Actions').'</b></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" />'.
+                '<td align="left">'.
+                '<a class="LC_menubuttons_link" href="/adm/remote?action=launch"><img alt="Launch Remote Control" src="/res/adm/pages/remotecontrol.png" border="0" />'.
                 &mt('Re-launch Remote Control').'</a></td><td>'.('&nbsp;'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" />'.
+                '<td align="right">'.
+                '<a class="LC_menubuttons_link" href="'.$lowerurl.'"><img alt="Launch Remote Control" src="/res/adm/pages/forw.png" border="0" />'.
                 &mt('Continue without Remote Control').'</a></td></tr></table>'.
                 '</fieldset></td></tr></table>'."\n".
                 '<p>'.&mt('Assuming no pop-up blocking, the Remote Control can be launched at any time from the [_1]Set User Preferences[_2] page, linked to in the [_3]Main Menu[_2].','<a href="/adm/preferences">','</a>','<a href="/adm/menu">').'</span></p>';