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

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


raeburn		Thu Oct  1 23:04:07 2009 EDT

  Modified files:              (Branch: version_2_9_X)
    /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.2.1
--- loncom/interface/lonremote.pm:1.31	Wed May 27 16:01:05 2009
+++ loncom/interface/lonremote.pm	Thu Oct  1 23:04:07 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.2.1 2009/10/01 23:04:07 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -84,10 +84,10 @@
                 '<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">'.
+                '<td align="right">'.
                 '<a class="LC_menubuttons_link" href="'.$lowerurl.'"><img alt="Launch Remote Control" src="/res/adm/pages/forw.png" class="LC_noBorder" />'.
                 &mt('Continue without Remote Control').'</a></td></tr></table>'.
                 '</fieldset></td></tr></table>'."\n".