diff --git a/Courses.php b/Courses.php index 3fc6121..63c28f6 100644 --- a/Courses.php +++ b/Courses.php @@ -25,11 +25,11 @@ include 'Header.php'; - - + modal: true, + title:'Extend deadline', + close: function () { + var closeBtn = $('.ui-dialog-titlebar-close'); + closeBtn.html(''); + }, + buttons: { + 'Submit': function () { + $('#frm').submit(); + $(this).dialog('close'); + }, + 'Cancel': function () { + $(this).dialog('close'); + } + } + }); + } catch(e) { + alert(e); + } + } +