version 1.332, 2010/08/13 13:13:26
|
version 1.334, 2010/08/16 08:58:39
|
Line 155 use Apache::lonhtmlcommon();
|
Line 155 use Apache::lonhtmlcommon();
|
use Apache::loncommon(); |
use Apache::loncommon(); |
use Apache::lonenc(); |
use Apache::lonenc(); |
use Apache::lonlocal; |
use Apache::lonlocal; |
use Apache::lonwishlist(); |
|
use LONCAPA qw(:DEFAULT :match); |
use LONCAPA qw(:DEFAULT :match); |
use HTML::Entities(); |
use HTML::Entities(); |
|
|
Line 1329 function set_wishlistlink(title, path) {
|
Line 1328 function set_wishlistlink(title, path) {
|
wishlistlink.document.close(); |
wishlistlink.document.close(); |
} |
} |
|
|
|
function open_Wishlist_Import() { |
|
var newWin = window.open('/adm/wishlist?inhibitmenu=yes&mode=import', |
|
'wishlistImport','scrollbars=1,resizable=1,menubar=0'); |
|
newWin.focus(); |
|
} |
|
|
ENDUTILITY |
ENDUTILITY |
} |
} |
|
|