[LON-CAPA-cvs] cvs: doc /loncapafiles loncapafiles.lpml loncom/html/res/adm/pages tolastloc.png loncom/interface lonhtmlcommon.pm
raeburn
raeburn at source.lon-capa.org
Mon May 28 21:11:40 EDT 2012
raeburn Tue May 29 01:11:40 2012 EDT
Added files:
/loncom/html/res/adm/pages tolastloc.png
Modified files:
/loncom/interface lonhtmlcommon.pm
/doc/loncapafiles loncapafiles.lpml
Log:
- Change icon used for "Return to Last Location".
Index: loncom/interface/lonhtmlcommon.pm
diff -u loncom/interface/lonhtmlcommon.pm:1.316 loncom/interface/lonhtmlcommon.pm:1.317
--- loncom/interface/lonhtmlcommon.pm:1.316 Mon May 28 19:11:00 2012
+++ loncom/interface/lonhtmlcommon.pm Tue May 29 01:11:30 2012
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common html routines
#
-# $Id: lonhtmlcommon.pm,v 1.316 2012/05/28 19:11:00 raeburn Exp $
+# $Id: lonhtmlcommon.pm,v 1.317 2012/05/29 01:11:30 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1617,9 +1617,11 @@
my $links;
if ((&show_return_link) && (!$CourseBreadcrumbs)) {
my $alttext = &mt('Go Back');
- $links=&htmltag( 'a',"<img src='/res/adm/pages/reload.png' border='0' style='vertical-align:middle;' alt='$alttext' />",
+ $links=&htmltag( 'a','<img src="/res/adm/pages/tolastloc.png" alt="'.$alttext.'" class="LC_icon" />',
{ href => '/adm/flip?postdata=return:',
- title => &mt("Back to most recent content resource") });
+ title => &mt('Back to most recent content resource'),
+ class => 'LC_menubuttons_link',
+ });
$links=&htmltag('li',$links);
}
$links.= join "",
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.802 doc/loncapafiles/loncapafiles.lpml:1.803
--- doc/loncapafiles/loncapafiles.lpml:1.802 Mon May 28 13:09:34 2012
+++ doc/loncapafiles/loncapafiles.lpml Tue May 29 01:11:40 2012
@@ -2,7 +2,7 @@
"http://lpml.sourceforge.net/DTD/lpml.dtd">
<!-- loncapafiles.lpml -->
-<!-- $Id: loncapafiles.lpml,v 1.802 2012/05/28 13:09:34 raeburn Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.803 2012/05/29 01:11:40 raeburn Exp $ -->
<!--
@@ -7405,6 +7405,7 @@
self_enroll.png;
survey_rep.png;
subdocs.png;
+tolastloc.png;
uplusr.png;
</filenames>
</fileglob>
More information about the LON-CAPA-cvs
mailing list