--- loncom/interface/lonparmset.pm 2009/11/01 12:20:16 1.475
+++ loncom/interface/lonparmset.pm 2009/11/02 08:30:04 1.476
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set parameters for assessments
#
-# $Id: lonparmset.pm,v 1.475 2009/11/01 12:20:16 amueller Exp $
+# $Id: lonparmset.pm,v 1.476 2009/11/02 08:30:04 amueller Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2197,7 +2197,9 @@ ENDPARMSELSCRIPT
# Display Unit 1 "General Parameters"
if (!$pssymb) {
- $r->print(&Apache::lonhtmlcommon::topic_bar (1,&mt('General Parameters')));
+ #$r->print(&Apache::lonhtmlcommon::topic_bar (1,&mt('General Parameters')));
+ $r->print('
');
+ $r->print('
'.&mt('Resource Specification').'
');
$r->print(<
// print(&Apache::lonhtmlcommon::row_closure(1));
$r->print(&Apache::lonhtmlcommon::end_pick_box());
$r->print('');
+ $r->print('');
#Display Unit 2 "Select Parameter"
- $r->print(&Apache::lonhtmlcommon::topic_bar (2,&mt('Select Parameters')));
+ #$r->print(&Apache::lonhtmlcommon::topic_bar (2,&mt('Select Parameters')));
+ $r->print('');
+ $r->print('
'.&mt('Parameter Specification').'
');
&displaymenu($r,\%allparms,\%allparts,\@pscat,\@psprt,\%keyorder);
} else {
my ($map,$id,$resource)=&Apache::lonnet::decode_symb($pssymb);
@@ -2238,11 +2243,15 @@ COURSECONTENTSCRIPT
'
');
}
- $r->print(&Apache::lonhtmlcommon::topic_bar (3,&mt('User Selection')));
+ $r->print('');
+ #$r->print(&Apache::lonhtmlcommon::topic_bar (3,&mt('User Selection')));
+ $r->print('');
+ $r->print('
'.&mt('User Specification (optional)').'
');
$r->print(&Apache::lonhtmlcommon::start_pick_box());
&usermenu($r,$uname,$id,$udom,$csec,$cgroup,$parmlev,\@usersgroups);
$r->print(&Apache::lonhtmlcommon::row_closure(1));
$r->print(&Apache::lonhtmlcommon::end_pick_box());
+ $r->print('');
# parm selection is shown: display parm update button
$r->print(''