mirror of
https://github.com/moodle/moodle.git
synced 2025-06-02 06:05:31 +02:00
workshop: fixing minor issues discovered during the preparation of iMoot2010 talk
This commit is contained in:
parent
61541a5a46
commit
d523044d5e
@ -184,7 +184,7 @@ class workshop_manual_allocator implements workshop_allocator {
|
||||
break;
|
||||
}
|
||||
if ($m[0] == self::MSG_CONFIRM_DEL) {
|
||||
$aurl = new moodle_url($PAGE->url, array('mode' => 'del', 'what' => $m[1], 'confirm' => 1));
|
||||
$url = new moodle_url($PAGE->url, array('mode' => 'del', 'what' => $m[1], 'confirm' => 1));
|
||||
$msg->extra = $OUTPUT->single_button($url, get_string('iamsure', 'workshop'), 'post');
|
||||
}
|
||||
}
|
||||
|
@ -121,7 +121,7 @@ $string['introduction'] = 'Introduction';
|
||||
$string['latesubmissionsdesc'] = 'Allow submitting the work after the deadline';
|
||||
$string['latesubmissions'] = 'Late submissions';
|
||||
$string['maxbytes'] = 'Maximum file size';
|
||||
$string['messageclose'] = '(hide)';
|
||||
$string['messageclose'] = '(X)';
|
||||
$string['modulenameplural'] = 'Workshops';
|
||||
$string['modulename'] = 'Workshop';
|
||||
$string['mysubmission'] = 'My submission';
|
||||
|
@ -55,6 +55,7 @@
|
||||
position: relative;
|
||||
background-color: #ddd;
|
||||
padding: 3px;
|
||||
min-height: 67px;
|
||||
}
|
||||
|
||||
.mod-workshop .submission-full .header .title,
|
||||
@ -457,7 +458,7 @@
|
||||
|
||||
.mod-workshop .grading-report td {
|
||||
vertical-align: top;
|
||||
border: 1px solid #ddd !important;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.mod-workshop .grading-report .assessmentdetails {
|
||||
|
Loading…
x
Reference in New Issue
Block a user