print_simple_box_start with width

This commit is contained in:
ethem
2006-04-07 07:34:32 +00:00
parent 98f92a5491
commit 09bf9535de
+1 -1
View File
@@ -37,7 +37,7 @@ function print_authorize_orders()
AN_STATUS_EXPIRE => $authstrs->expired
);
print_simple_box_start('center');
print_simple_box_start('center', '80%');
echo "$strs->status: ";
echo popup_form($baseurl.'&course='.$courseid.'&status=', $statusmenu, 'statusmenu', $status, '', '', '', true);
if ($courses = get_courses('all', 'c.sortorder ASC', 'c.id,c.fullname,c.enrol')) {