| 1 | ################################################################################ |
1 | ################################################################################ |
| 2 | # WeBWorK Online Homework Delivery System |
2 | # WeBWorK Online Homework Delivery System |
| 3 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
3 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
| 4 | # $CVSHeader: webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Assigner.pm,v 1.18 2004/03/17 08:18:29 sh002i Exp $ |
4 | # $CVSHeader: webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/Assigner.pm,v 1.19 2004/03/23 01:11:59 sh002i Exp $ |
| 5 | # |
5 | # |
| 6 | # This program is free software; you can redistribute it and/or modify it under |
6 | # This program is free software; you can redistribute it and/or modify it under |
| 7 | # the terms of either: (a) the GNU General Public License as published by the |
7 | # the terms of either: (a) the GNU General Public License as published by the |
| 8 | # Free Software Foundation; either version 2, or (at your option) any later |
8 | # Free Software Foundation; either version 2, or (at your option) any later |
| 9 | # version, or (b) the "Artistic License" which comes with this package. |
9 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 100 | CGI::Tr( |
100 | CGI::Tr( |
| 101 | CGI::td($scrolling_user_list), |
101 | CGI::td($scrolling_user_list), |
| 102 | CGI::td($scrolling_set_list), |
102 | CGI::td($scrolling_set_list), |
| 103 | ), |
103 | ), |
| 104 | CGI::Tr( |
104 | CGI::Tr( |
| 105 | CGI::td({colspan=>2, align=>"center"}, |
105 | CGI::td({colspan=>2, class=>"ButtonRow"}, |
| 106 | CGI::submit( |
106 | CGI::submit( |
| 107 | -name => "assign", |
107 | -name => "assign", |
| 108 | -value => "Assign selected sets to selected users", |
108 | -value => "Assign selected sets to selected users", |
| 109 | ), |
109 | ), |
| 110 | ), |
110 | ), |