[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /interface lonindexer.pm
raeburn
raeburn at source.lon-capa.org
Mon Jun 9 17:35:20 EDT 2014
raeburn Mon Jun 9 21:35:20 2014 EDT
Modified files: (Branch: version_2_11_X)
/loncom/interface lonindexer.pm
Log:
- For 2.11
- Backport 1.221
Index: loncom/interface/lonindexer.pm
diff -u loncom/interface/lonindexer.pm:1.213.4.6 loncom/interface/lonindexer.pm:1.213.4.7
--- loncom/interface/lonindexer.pm:1.213.4.6 Mon Aug 12 19:47:10 2013
+++ loncom/interface/lonindexer.pm Mon Jun 9 21:35:19 2014
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Directory Indexer
#
-# $Id: lonindexer.pm,v 1.213.4.6 2013/08/12 19:47:10 raeburn Exp $
+# $Id: lonindexer.pm,v 1.213.4.7 2014/06/09 21:35:19 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1000,7 +1000,7 @@
# Wishlistlink
$r->print('</form></td><td><a href="javascript:;" '.
'title="'.&mt('Save a link for this folder in your personal Stored Links repository').'" '.
- 'onclick="set_wishlistlink('."'$plainname','$startdir$listname'".')">'.
+ 'onclick="set_wishlistlink('."'$plainname','$startdir$listname"."/'".')">'.
'<img class="LC_icon" src="/res/adm/pages/wishlist.png" '.
'alt="'.&mt('save in Stored Links').'" style="width:22px;"/></a>'.$tabtag);
$r->print(&Apache::loncommon::end_data_table_row());
@@ -1250,7 +1250,7 @@
# Wishlistlink
$r->print('</td><td><a href="javascript:;" '.
'title="'.&mt('Save a link for this folder in Stored Links').'" '.
- 'onclick="set_wishlistlink('."'$listname','$startdir$listname'".')">'.
+ 'onclick="set_wishlistlink('."'$listname','$startdir$listname"."/'".')">'.
'<img class="LC_icon" src="/res/adm/pages/wishlist.png" '.
'alt="'.&mt('save in Stored Links').'" style="width:22px;"/></a></td>');
# Attributes
@@ -1297,8 +1297,8 @@
}
if ($hash{'display_attrs_7'} == 1) {
$r->print('<td> </td>');
- }
- if ($hash{'display_attrs_11'} == 1) {
+ }
+ if ($hash{'display_attrs_11'} == 1) {
$r->print('<td> </td>');
}
if ($hash{'display_attrs_12'} == 1) {
More information about the LON-CAPA-cvs
mailing list