@@ -9,11 +9,13 @@ <h4>1. Upload a calendar file or link to an URL</h4>
9
9
</ div >
10
10
</ div >
11
11
< h2 > OR</ h2 >
12
- < div class ="drop-box " ngf-drag-over-class ="dragover " ngf-select ngf-drop ng-model ="icsFile ">
13
- < p ng-hide ="icsFile " class ="text-info "> Select ICS file or drop here</ p >
14
- < p ng-show ="icsFile " class ="text-success "> Ready to upload "{{icsFile.name}}"</ p >
12
+ < div style ="padding-top: 8px;padding-bottom: 8px; ">
13
+ < div class ="drop-box " ngf-drag-over-class ="dragover " ngf-select ngf-drop ng-model ="icsFile ">
14
+ < p ng-hide ="icsFile " class ="text-info "> Select ICS file or drop here</ p >
15
+ < p ng-show ="icsFile " class ="text-success "> Ready to upload "{{icsFile.name}}"</ p >
16
+ </ div >
15
17
</ div >
16
- < button class ="btn btn-info center-block " ng-show ="icsFile || ics_url " ng-click ="upload() "> Plan</ button >
18
+ < button class ="btn btn-info btn-lg center-block " ng-show ="icsFile || ics_url " ng-click ="upload() "> Plan</ button >
17
19
< div class ="row " ng-show ="progress ">
18
20
< div class ="progress ">
19
21
< div class ="progress-bar " style ="width: {{progress}}%; "> </ div >
@@ -46,13 +48,17 @@ <h4>2. Information about the planning</h4>
46
48
< input name ="group " id ="group " ng-model ="planning.group " class ="form-control " placeholder ="01 " maxlength ="64 ">
47
49
</ div >
48
50
</ div >
51
+ < hr >
49
52
</ div >
50
-
53
+ < hr >
51
54
< h4 > 3. (Optional) Upload a Moodle Backup File</ h4 >
52
- < div class ="drop-box " ngf-drag-over-class ="dragover " ngf-select ngf-drop ng-model ="mbzFile ">
53
- < p ng-hide ="mbzFile " class ="text-info "> Select MBZ file or drop here</ p >
54
- < p ng-show ="mbzFile " class ="text-success "> Ready to upload "{{mbzFile.name}}"</ p >
55
+ < div style ="padding-top: 8px;padding-bottom: 8px; ">
56
+ < div class ="drop-box " ngf-drag-over-class ="dragover " ngf-select ngf-drop ng-model ="mbzFile ">
57
+ < p ng-hide ="mbzFile " class ="text-info "> Select MBZ file or drop here</ p >
58
+ < p ng-show ="mbzFile " class ="text-success "> Ready to upload "{{mbzFile.name}}"</ p >
59
+ </ div >
55
60
</ div >
61
+ < button class ="btn btn-info btn-lg center-block " ng-show ="icsFile || ics_url " ng-click ="upload() "> Plan</ button >
56
62
</ div >
57
63
< div class ="col-md-4 col-md-offset-1 ">
58
64
< h1 > Reuse planning</ h1 >
0 commit comments