Commit 4dd422bef9b96d013b9e8fa5f17e0178029d8da8
1 parent
4da08fe72f
Exists in
master
and in
1 other branch
change ui of card and button
Showing
46 changed files
with
198 additions
and
196 deletions
Show diff stats
src/pages/Academic/assignment.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** EDIT Assignment ****** --> |
4 | 4 | <v-dialog v-model="editAssignmentDialog" max-width="400px" persistent> |
5 | - <v-card flat class="card-style pa-2" dark> | |
5 | + <v-card flat class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit Assignment</label> |
... | ... | @@ -142,7 +142,7 @@ |
142 | 142 | |
143 | 143 | <!-- ****** VIEW PROFIL NOTICE BOARD ****** --> |
144 | 144 | <v-dialog v-model="viewAssignmentDialog" max-width="500px" persistent> |
145 | - <v-card flat class="card-style pa-3" dark> | |
145 | + <v-card flat class="Card-style pa-3"> | |
146 | 146 | <v-layout> |
147 | 147 | <v-flex xs12> |
148 | 148 | <label class="title text-xs-center">View Attendence</label> |
... | ... | @@ -330,7 +330,7 @@ |
330 | 330 | :color="color" |
331 | 331 | >{{ text }}</v-snackbar> |
332 | 332 | <v-dialog v-model="addAssignmentDialog" max-width="400px" v-if="addAssignmentDialog" persistent> |
333 | - <v-card flat class="card-style pa-2" dark> | |
333 | + <v-card flat class="Card-style pa-2"> | |
334 | 334 | <v-layout> |
335 | 335 | <v-flex xs12> |
336 | 336 | <label class="title text-xs-center">Add Assignment</label> | ... | ... |
src/pages/Academic/routine.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** EDIT Subject ****** --> |
4 | 4 | <v-dialog v-model="editRoutineDialog" max-width="600px" persistent> |
5 | - <v-card flat class="card-style pa-2" dark> | |
5 | + <v-card flat class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit Routine</label> |
... | ... | @@ -374,7 +374,7 @@ |
374 | 374 | >{{ text }}</v-snackbar> |
375 | 375 | <v-dialog v-model="addRoutineDialog" max-width="600px" v-if="addRoutineDialog" persistent> |
376 | 376 | v-if="addRoutineDialog" |
377 | - <v-card flat class="card-style pa-2" dark> | |
377 | + <v-card flat class="Card-style pa-2"> | |
378 | 378 | <v-layout> |
379 | 379 | <v-flex xs12> |
380 | 380 | <label class="title text-xs-center">Add Routine</label> | ... | ... |
src/pages/Academic/subject.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** EDIT Subject ****** --> |
4 | 4 | <v-dialog v-model="editSubjectDialog" max-width="600px" persistent> |
5 | - <v-card flat class="card-style pa-2" dark> | |
5 | + <v-card flat class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit Subject</label> |
... | ... | @@ -150,7 +150,7 @@ |
150 | 150 | <!-- ****** VIEW PROFIL NOTICE BOARD ****** --> |
151 | 151 | |
152 | 152 | <v-dialog v-model="viewSubjectDialog" max-width="500px" persistent> |
153 | - <v-card flat class="card-style pa-3" dark> | |
153 | + <v-card flat class="Card-style pa-3"> | |
154 | 154 | <v-layout> |
155 | 155 | <v-flex xs12> |
156 | 156 | <label class="title text-xs-center">View Subject</label> |
... | ... | @@ -174,7 +174,7 @@ |
174 | 174 | <v-layout> |
175 | 175 | <v-flex xs6 sm4> |
176 | 176 | <h5 class="right my-1"> |
177 | - <b>Subject Author:</b> | |
177 | + <b>Sub Author:</b> | |
178 | 178 | </h5> |
179 | 179 | </v-flex> |
180 | 180 | <v-flex sm8 xs6> |
... | ... | @@ -366,7 +366,7 @@ |
366 | 366 | :color="color" |
367 | 367 | >{{ text }}</v-snackbar> |
368 | 368 | <v-dialog v-model="addSubjectDialog" max-width="600px" v-if="addSubjectDialog" persistent> |
369 | - <v-card flat class="card-style pa-2" dark> | |
369 | + <v-card flat class="Card-style pa-2"> | |
370 | 370 | <v-layout> |
371 | 371 | <v-flex xs12> |
372 | 372 | <label class="title text-xs-center">Add Subject</label> | ... | ... |
src/pages/Academic/syllabus.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** EDIT Syllabus ****** --> |
4 | 4 | <v-dialog v-model="editSyllabusDialog" max-width="400px" persistent> |
5 | - <v-card flat class="card-style pa-2" dark> | |
5 | + <v-card flat class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit Syllabus</label> |
... | ... | @@ -263,7 +263,7 @@ |
263 | 263 | :color="color" |
264 | 264 | >{{ text }}</v-snackbar> |
265 | 265 | <v-dialog v-model="addSyllabusDialog" max-width="400px" v-if="addSyllabusDialog" persistent> |
266 | - <v-card flat class="card-style pa-2" dark> | |
266 | + <v-card flat class="Card-style pa-2"> | |
267 | 267 | <v-layout> |
268 | 268 | <v-flex xs12> |
269 | 269 | <label class="title text-xs-center">Add Syllabus</label> | ... | ... |
src/pages/Account/editInvoice.vue
src/pages/Account/expense.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** EDIT EXPENSE ****** --> |
4 | 4 | <v-dialog v-model="editExpenseDialog" max-width="600px" scrollable persistent> |
5 | - <v-card flat class="card-style pa-2" dark> | |
5 | + <v-card flat class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit Expense Profile</label> |
... | ... | @@ -157,7 +157,7 @@ |
157 | 157 | <!-- ****** PROFILE VIEW EXPENSE DETAILS ****** --> |
158 | 158 | |
159 | 159 | <v-dialog v-model="viewExpenseDialog" max-width="600px" scrollable persistent> |
160 | - <v-card flat class="card-style pa-3" dark> | |
160 | + <v-card flat class="Card-style pa-3"> | |
161 | 161 | <v-layout> |
162 | 162 | <v-flex xs12> |
163 | 163 | <label class="title text-xs-center">View Expense</label> |
... | ... | @@ -325,7 +325,7 @@ |
325 | 325 | |
326 | 326 | <!-- ****** Add Expense Data ****** --> |
327 | 327 | <v-dialog v-model="addExpenseDialog" max-width="600px" v-if="addExpenseDialog" persistent> |
328 | - <v-card flat class="card-style pa-2" dark> | |
328 | + <v-card flat class="Card-style pa-2"> | |
329 | 329 | <v-layout> |
330 | 330 | <v-flex xs12> |
331 | 331 | <label class="title text-xs-center">Add Expense</label> | ... | ... |
src/pages/Account/feeTypes.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** EDIT SECTION ****** --> |
4 | 4 | <v-dialog v-model="editFeeTypeDialog" max-width="600px" persistent> |
5 | - <v-card flat class="card-style pa-2" dark> | |
5 | + <v-card flat class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit Fee Type</label> |
... | ... | @@ -58,7 +58,7 @@ |
58 | 58 | <!-- ****** PROFILE VIEW FEE TYPE DATA ****** --> |
59 | 59 | |
60 | 60 | <v-dialog v-model="viewFeeTypeDialog" max-width="400px" persistent> |
61 | - <v-card flat class="card-style pa-3" dark> | |
61 | + <v-card flat class="Card-style pa-3"> | |
62 | 62 | <v-layout> |
63 | 63 | <v-flex xs12> |
64 | 64 | <label class="title text-xs-center">View Fee Type</label> |
... | ... | @@ -193,7 +193,7 @@ |
193 | 193 | |
194 | 194 | <!-- ****** ADD Fee Type ****** --> |
195 | 195 | <v-dialog v-model="addFeeTypeDialog" max-width="500px" v-if="addFeeTypeDialog" persistent> |
196 | - <v-card flat class="card-style pa-2" dark> | |
196 | + <v-card flat class="Card-style pa-2"> | |
197 | 197 | <v-layout> |
198 | 198 | <v-flex xs12> |
199 | 199 | <label class="title text-xs-center">Add Fee Type</label> | ... | ... |
src/pages/Account/income.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** EDIT Income DETAILS ****** --> |
4 | 4 | <v-dialog v-model="editIncomeDialog" max-width="600px" scrollable persistent> |
5 | - <v-card flat class="card-style pa-2" dark> | |
5 | + <v-card flat class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit Income</label> |
... | ... | @@ -153,7 +153,7 @@ |
153 | 153 | |
154 | 154 | <!-- ****** PROFILE VIEW INCOME DETAILS ****** --> |
155 | 155 | <v-dialog v-model="profileIncomeDialog" max-width="400px" persistent> |
156 | - <v-card flat class="card-style pa-3" dark> | |
156 | + <v-card flat class="Card-style pa-3"> | |
157 | 157 | <v-layout> |
158 | 158 | <v-flex xs12> |
159 | 159 | <label class="title text-xs-center">View Income</label> |
... | ... | @@ -322,7 +322,7 @@ |
322 | 322 | |
323 | 323 | <!-- ****** Add Income Data****** --> |
324 | 324 | <v-dialog v-model="addIncomeDialog" max-width="600px" v-if="addIncomeDialog" persistent> |
325 | - <v-card flat class="card-style pa-2" dark> | |
325 | + <v-card flat class="Card-style pa-2"> | |
326 | 326 | <v-layout> |
327 | 327 | <v-flex xs12> |
328 | 328 | <label class="title text-xs-center">Add Income</label> | ... | ... |
src/pages/Account/invoice.vue
... | ... | @@ -2,11 +2,11 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** Edit INVOICE ****** --> |
4 | 4 | <v-dialog v-model="editInvoiceDialog" persistent> |
5 | - <v-card flat class="text-xs-center white--text"> | |
5 | + <v-card flat class="text-xs-center"> | |
6 | 6 | <v-layout> |
7 | - <v-flex xs12 class="card-styles pa-2"> | |
7 | + <v-flex xs12 class="Card-style pa-2"> | |
8 | 8 | <label class="title text-xs-center">Edit Invoice</label> |
9 | - <v-icon size="24" class="right white--text" @click="editInvoiceDialog = false">cancel</v-icon> | |
9 | + <v-icon size="24" class="right" @click="editInvoiceDialog = false">cancel</v-icon> | |
10 | 10 | </v-flex> |
11 | 11 | </v-layout> |
12 | 12 | <editInvoice :editData="editData" @update-editInvoice="updateDoneInvoice" /> |
... | ... | @@ -15,11 +15,11 @@ |
15 | 15 | |
16 | 16 | <!-- ****PAYMENT INVOICE DIALOG --> |
17 | 17 | <v-dialog v-model="paymentInvoiceDialog" persistent> |
18 | - <v-card flat class="text-xs-center white--text"> | |
18 | + <v-card flat class="text-xs-center"> | |
19 | 19 | <v-layout> |
20 | - <v-flex xs12 class="card-styles pa-2"> | |
20 | + <v-flex xs12 class="Card-style pa-2"> | |
21 | 21 | <label class="title text-xs-center">Payment Template</label> |
22 | - <v-icon size="24" class="right white--text" @click="paymentInvoiceDialog = false">cancel</v-icon> | |
22 | + <v-icon size="24" class="right" @click="paymentInvoiceDialog = false">cancel</v-icon> | |
23 | 23 | </v-flex> |
24 | 24 | </v-layout> |
25 | 25 | <paymentTemplate :editPayment="editPayment" @update-Payment="updatePayment" /> |
... | ... | @@ -29,11 +29,11 @@ |
29 | 29 | <!-- ****** PROFILE VIEW SECTION DATA ****** --> |
30 | 30 | |
31 | 31 | <v-dialog v-model="dialog1" max-width="800px" persistent> |
32 | - <v-card flat class="text-xs-center white--text"> | |
32 | + <v-card flat class="text-xs-center"> | |
33 | 33 | <v-layout> |
34 | - <v-flex xs12 class="card-style pa-2"> | |
34 | + <v-flex xs12 class="Card-style pa-2"> | |
35 | 35 | <label class="title text-xs-center">View Payments</label> |
36 | - <v-icon size="24" class="right" color="white" @click="dialog1 = false">cancel</v-icon> | |
36 | + <v-icon size="24" class="right" @click="dialog1 = false">cancel</v-icon> | |
37 | 37 | </v-flex> |
38 | 38 | </v-layout> |
39 | 39 | <table class="feeTypeTable tableRsponsive"> |
... | ... | @@ -262,11 +262,11 @@ |
262 | 262 | :color="color" |
263 | 263 | >{{ text }}</v-snackbar> |
264 | 264 | <v-dialog v-model="addInvoiceDialog" v-if="addInvoiceDialog" persistent> |
265 | - <v-card flat class="text-xs-center white--text"> | |
265 | + <v-card flat class="text-xs-center"> | |
266 | 266 | <v-layout> |
267 | - <v-flex xs12 class="card-styles pa-2"> | |
267 | + <v-flex xs12 class="Card-style pa-2"> | |
268 | 268 | <label class="title text-xs-center">Add Invoice</label> |
269 | - <v-icon size="24" class="right white--text" @click="closeAddInvoiceModel">cancel</v-icon> | |
269 | + <v-icon size="24" class="right" @click="closeAddInvoiceModel">cancel</v-icon> | |
270 | 270 | </v-flex> |
271 | 271 | </v-layout> |
272 | 272 | <v-flex xs12 sm12> |
... | ... | @@ -1137,7 +1137,7 @@ table.feeTypeTable { |
1137 | 1137 | text-align: center !important; |
1138 | 1138 | padding-top: 10px !important; |
1139 | 1139 | } |
1140 | -.add-button { | |
1140 | +/* .add-button { | |
1141 | 1141 | background: #feb83c !important; |
1142 | 1142 | border-color: #feb83c !important; |
1143 | 1143 | text-transform: none !important; |
... | ... | @@ -1150,7 +1150,7 @@ table.feeTypeTable { |
1150 | 1150 | text-transform: none !important; |
1151 | 1151 | -webkit-box-shadow: none !important; |
1152 | 1152 | box-shadow: none !important; |
1153 | -} | |
1153 | +} */ | |
1154 | 1154 | .card-styles { |
1155 | 1155 | background: #7f62f8 !important; |
1156 | 1156 | border-color: #7f62f8 !important; | ... | ... |
src/pages/Account/paymentHistory.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** Edit Payment History ****** --> |
4 | 4 | <v-dialog v-model="editPaymentDialog" max-width="400px" persistent> |
5 | - <v-card flat class="card-style pa-2" dark> | |
5 | + <v-card flat class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit Payment History</label> | ... | ... |
src/pages/Account/paymentTemplate.vue
src/pages/Account/viewInvoice.vue
... | ... | @@ -455,7 +455,7 @@ export default { |
455 | 455 | text-align: center !important; |
456 | 456 | padding-top: 10px !important; |
457 | 457 | } |
458 | -.add-button { | |
458 | +/* .add-button { | |
459 | 459 | background: #feb83c !important; |
460 | 460 | border-color: #feb83c !important; |
461 | 461 | text-transform: none !important; |
... | ... | @@ -468,7 +468,7 @@ export default { |
468 | 468 | text-transform: none !important; |
469 | 469 | -webkit-box-shadow: none !important; |
470 | 470 | box-shadow: none !important; |
471 | -} | |
471 | +} */ | |
472 | 472 | .card-styles { |
473 | 473 | background: #7f62f8 !important; |
474 | 474 | border-color: #7f62f8 !important; | ... | ... |
src/pages/Administrator/academicYear.vue
1 | 1 | <template> |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** EDIT ACADEMIC YEAR ****** --> |
4 | - <v-dialog v-model="editAcademinYearDialog" max-width="600px" persistent > | |
5 | - <v-card flat class="card-style pa-2" dark> | |
4 | + <v-dialog v-model="editAcademinYearDialog" max-width="600px" persistent> | |
5 | + <v-card flat class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit Academic Year</label> |
... | ... | @@ -125,7 +125,7 @@ |
125 | 125 | </v-dialog> |
126 | 126 | <!-- ****** PROFILE ACADEMIC YEAR DEATILS ****** --> |
127 | 127 | <v-dialog v-model="viewAcademinYearDialog" max-width="500px" persistent> |
128 | - <v-card flat class="card-style pa-3" dark> | |
128 | + <v-card flat class="Card-style pa-3"> | |
129 | 129 | <v-layout> |
130 | 130 | <v-flex xs12> |
131 | 131 | <label class="title text-xs-center">View Academic Year</label> |
... | ... | @@ -285,8 +285,13 @@ |
285 | 285 | >Your search for "{{ search }}" found no results.</v-alert> |
286 | 286 | </v-data-table> |
287 | 287 | <!-- ****** ADD ACADEMIC YEAR ****** --> |
288 | - <v-dialog v-model="addAcademicYearDialog" max-width="600px" v-if="addAcademicYearDialog" persistent> | |
289 | - <v-card flat class="card-style pa-2" dark> | |
288 | + <v-dialog | |
289 | + v-model="addAcademicYearDialog" | |
290 | + max-width="600px" | |
291 | + v-if="addAcademicYearDialog" | |
292 | + persistent | |
293 | + > | |
294 | + <v-card flat class="Card-style pa-2"> | |
290 | 295 | <v-layout> |
291 | 296 | <v-flex xs12> |
292 | 297 | <label class="title text-xs-center">Add Academic Year</label> | ... | ... |
src/pages/Annoucement/annoucement.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** EDITS COURSES DETAILS ****** --> |
4 | 4 | <v-dialog v-model="editStudentDialog" max-width="600px" scrollable persistent> |
5 | - <v-card flat class="card-style pa-2" dark> | |
5 | + <v-card flat class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit Annoucement</label> |
... | ... | @@ -122,7 +122,7 @@ |
122 | 122 | <!-- ****** PROFILE VIEW STUDENTS DEATILS ****** --> |
123 | 123 | |
124 | 124 | <v-dialog v-model="profileStudentDialog" max-width="600px" scrollable persistent> |
125 | - <v-card flat class="card-style pa-3" dark> | |
125 | + <v-card flat class="Card-style pa-3"> | |
126 | 126 | <v-layout> |
127 | 127 | <v-flex xs12> |
128 | 128 | <label class="title text-xs-center">View Annoucement</label> |
... | ... | @@ -325,7 +325,7 @@ |
325 | 325 | </v-data-table> |
326 | 326 | <!-- ****** Add Annoucement DETAILS******--> |
327 | 327 | <v-dialog v-model="addAnnoucementDialog" max-width="500" v-if="addAnnoucementDialog" persistent> |
328 | - <v-card flat class="card-style pa-2" dark> | |
328 | + <v-card flat class="Card-style pa-2"> | |
329 | 329 | <v-layout> |
330 | 330 | <v-flex xs12> |
331 | 331 | <label class="title text-xs-center">Add Annoucement</label> | ... | ... |
src/pages/Attendence/teacherAttendence.vue
... | ... | @@ -85,7 +85,12 @@ |
85 | 85 | >Your search for "{{ search }}" found no results.</v-alert> |
86 | 86 | </v-data-table> |
87 | 87 | <!-- ****** Add Teachers Attendece****** --> |
88 | - <v-dialog v-model="addTeacherAttendenceDialog" width="1600" v-if="addTeacherAttendenceDialog" persistent> | |
88 | + <v-dialog | |
89 | + v-model="addTeacherAttendenceDialog" | |
90 | + width="1600" | |
91 | + v-if="addTeacherAttendenceDialog" | |
92 | + persistent | |
93 | + > | |
89 | 94 | <v-card flat class="pa-2"> |
90 | 95 | <v-layout> |
91 | 96 | <v-flex xs12> | ... | ... |
src/pages/Class/addclass.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** EDIT ClASS ****** --> |
4 | 4 | <v-dialog v-model="editClassDialog" max-width="400px" persistent> |
5 | - <v-card flat class="card-style pa-2" dark> | |
5 | + <v-card flat class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit Class</label> |
... | ... | @@ -28,7 +28,7 @@ |
28 | 28 | |
29 | 29 | <!-- ****** PROFILE VIEW STUDENTS ****** --> |
30 | 30 | <v-dialog v-model="profileClassDialog" max-width="400px" persistent> |
31 | - <v-card flat class="card-style pa-3" dark> | |
31 | + <v-card flat class="Card-style pa-3"> | |
32 | 32 | <v-layout> |
33 | 33 | <v-flex xs12> |
34 | 34 | <label class="title text-xs-center">View Class</label> |
... | ... | @@ -148,7 +148,7 @@ |
148 | 148 | |
149 | 149 | <!-- DIALOG BOX - ADD Class --> |
150 | 150 | <v-dialog v-model="addClassDialog" max-width="400px" v-if="addClassDialog" persistent> |
151 | - <v-card flat class="card-style pa-2" dark> | |
151 | + <v-card flat class="Card-style pa-2"> | |
152 | 152 | <v-layout> |
153 | 153 | <v-flex xs12> |
154 | 154 | <label class="title text-xs-center">Add Class</label> |
... | ... | @@ -392,6 +392,4 @@ export default { |
392 | 392 | // this.$root.$off("app:search"); |
393 | 393 | // } |
394 | 394 | }; |
395 | -</script> | |
396 | -<style> | |
397 | -</style> | |
398 | 395 | \ No newline at end of file |
396 | +</script> | |
399 | 397 | \ No newline at end of file | ... | ... |
src/pages/Course/course.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** EDITS COURSES DETAILS ****** --> |
4 | 4 | <v-dialog v-model="editStudentDialog" max-width="600px" scrollable persistent> |
5 | - <v-card flat class="card-style pa-2" dark> | |
5 | + <v-card flat class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit Course</label> |
... | ... | @@ -102,7 +102,7 @@ |
102 | 102 | <!-- ****** PROFILE VIEW STUDENTS DEATILS ****** --> |
103 | 103 | |
104 | 104 | <v-dialog v-model="profileStudentDialog" max-width="600px" scrollable persistent> |
105 | - <v-card flat class="card-style pa-3" dark> | |
105 | + <v-card flat class="Card-style pa-3"> | |
106 | 106 | <v-layout> |
107 | 107 | <v-flex xs12> |
108 | 108 | <label class="title text-xs-center">View Course</label> |
... | ... | @@ -288,7 +288,7 @@ |
288 | 288 | </v-data-table> |
289 | 289 | <!-- ****** Add CourseS DETAILS****** --> |
290 | 290 | <v-dialog v-model="addCourseDialog" max-width="500" v-if="addCourseDialog" persistent> |
291 | - <v-card flat class="card-style pa-2" dark> | |
291 | + <v-card flat class="Card-style pa-2"> | |
292 | 292 | <v-layout> |
293 | 293 | <v-flex xs12> |
294 | 294 | <label class="title text-xs-center">Add Course</label> | ... | ... |
src/pages/Course/courseDetail.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** Edit Chapter detail ****** --> |
4 | 4 | <v-dialog v-model="editCourseDetailDialog" max-width="1000px" scrollable persistent> |
5 | - <v-card class="card-style pa-2" dark> | |
5 | + <v-card class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit Chapter</label> |
... | ... | @@ -69,7 +69,7 @@ |
69 | 69 | </v-dialog> |
70 | 70 | <!-- DIALOG BOX - EDIT CHAPTER--> |
71 | 71 | <v-dialog v-model="editChapterDetailDialog" max-width="1000px" scrollable persistent> |
72 | - <v-card class="card-style pa-2" dark> | |
72 | + <v-card class="Card-style pa-2"> | |
73 | 73 | <v-layout> |
74 | 74 | <v-flex xs12> |
75 | 75 | <label class="title text-xs-center">Edit Chapter</label> |
... | ... | @@ -222,7 +222,7 @@ |
222 | 222 | </v-dialog> |
223 | 223 | <!-- ADD NEW CHAPTER--> |
224 | 224 | <v-dialog v-model="addChapterDialog" max-width="1000px" scrollable persistent> |
225 | - <v-card class="card-style pa-2" dark> | |
225 | + <v-card class="Card-style pa-2"> | |
226 | 226 | <v-layout> |
227 | 227 | <v-flex xs12> |
228 | 228 | <label class="title text-xs-center">Add Chapter Detail</label> |
... | ... | @@ -348,7 +348,7 @@ |
348 | 348 | <!-- ****** PROFILE Gallery ****** --> |
349 | 349 | |
350 | 350 | <v-dialog v-model="viewProfileGallery" max-width="1000" scrollable persistent> |
351 | - <v-card flat class="card-style pa-3" dark> | |
351 | + <v-card flat class="Card-style pa-3"> | |
352 | 352 | <v-layout> |
353 | 353 | <v-flex xs12> |
354 | 354 | <label class="title text-xs-center">View Course Detail</label> |
... | ... | @@ -624,7 +624,7 @@ |
624 | 624 | </v-data-table> |
625 | 625 | <!-- ****** ADD Course Detail ****** --> |
626 | 626 | <v-dialog v-model="addCourseDetailDialog" max-width="600px" persistent> |
627 | - <v-card flat class="card-style pa-2" dark> | |
627 | + <v-card flat class="Card-style pa-2"> | |
628 | 628 | <v-layout> |
629 | 629 | <v-flex xs12> |
630 | 630 | <label class="title text-xs-center">Add Course Details</label> | ... | ... |
src/pages/Course/courseDiscussion.vue
1 | 1 | <template> |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <v-dialog v-model="editDialog" max-width="600px" scrollable persistent> |
4 | - <v-card flat class="card-style pa-2" dark> | |
4 | + <v-card flat class="Card-style pa-2"> | |
5 | 5 | <v-layout> |
6 | 6 | <v-flex xs12> |
7 | 7 | <label class="title text-xs-center">Edit Course Discussion</label> | ... | ... |
src/pages/Exam/exam.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** EDIT EXAM ****** --> |
4 | 4 | <v-dialog v-model="editExamDialog" max-width="600px" scrollable persistent> |
5 | - <v-card flat class="card-style pa-2" dark> | |
5 | + <v-card flat class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit Exam</label> |
... | ... | @@ -89,7 +89,7 @@ |
89 | 89 | <!-- ****** PROFILE VIEW PARTICULAR EXAM ****** --> |
90 | 90 | |
91 | 91 | <v-dialog v-model="profileExamDialog" max-width="500px" persistent> |
92 | - <v-card flat class="card-style pa-3" dark> | |
92 | + <v-card flat class="Card-style pa-3"> | |
93 | 93 | <v-layout> |
94 | 94 | <v-flex xs12> |
95 | 95 | <label class="title text-xs-center">View Exam</label> |
... | ... | @@ -235,7 +235,7 @@ |
235 | 235 | |
236 | 236 | <!-- ****** ADD EXAM ****** --> |
237 | 237 | <v-dialog v-model="addExamDialog" max-width="500px" v-if="addExamDialog" persistent> |
238 | - <v-card flat class="card-style pa-2" dark> | |
238 | + <v-card flat class="Card-style pa-2"> | |
239 | 239 | <v-layout> |
240 | 240 | <v-flex xs12> |
241 | 241 | <label class="title text-xs-center">Add Exam</label> | ... | ... |
src/pages/Exam/examAttendence.vue
... | ... | @@ -135,14 +135,10 @@ |
135 | 135 | <!-- ****** ADD Student Attendence ****** --> |
136 | 136 | <v-dialog v-model="changeStudentAttendenceDialog" max-width="500px" persistent> |
137 | 137 | <v-card flat> |
138 | - <v-layout class="pa-3 card-style white--text"> | |
138 | + <v-layout class="pa-3 Card-style"> | |
139 | 139 | <v-flex xs12> |
140 | 140 | <label class="title text-xs-center">Change Student's Attendence</label> |
141 | - <v-icon | |
142 | - size="24" | |
143 | - class="right white--text" | |
144 | - @click="changeStudentAttendenceDialog = false" | |
145 | - >cancel</v-icon> | |
141 | + <v-icon size="24" class="right" @click="changeStudentAttendenceDialog = false">cancel</v-icon> | |
146 | 142 | </v-flex> |
147 | 143 | </v-layout> |
148 | 144 | <v-container fluid> |
... | ... | @@ -181,10 +177,10 @@ |
181 | 177 | persistent |
182 | 178 | > |
183 | 179 | <v-card flat> |
184 | - <v-layout class="pa-3 card-style white--text"> | |
180 | + <v-layout class="pa-3 Card-style"> | |
185 | 181 | <v-flex xs12> |
186 | 182 | <label class="title text-xs-center">Add Exam Attendence</label> |
187 | - <v-icon size="24" class="right white--text" @click="closeAttendenceModel">cancel</v-icon> | |
183 | + <v-icon size="24" class="right" @click="closeAttendenceModel">cancel</v-icon> | |
188 | 184 | </v-flex> |
189 | 185 | </v-layout> |
190 | 186 | <v-form ref="form" v-model="valid" lazy-validation class="text-xs-center"> | ... | ... |
src/pages/Exam/examSchedule.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** Edit Exam Schedule****** --> |
4 | 4 | <v-dialog v-model="editExamScheduleDialog" max-width="800px" scrollable persistent> |
5 | - <v-card flat class="card-style pa-2" dark> | |
5 | + <v-card flat class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit Exam Schedule</label> |
... | ... | @@ -197,7 +197,7 @@ |
197 | 197 | <!-- ****** PROFILE VIEW Exam Schedule DATA ****** --> |
198 | 198 | |
199 | 199 | <v-dialog v-model="profileExamScheduleDialog" max-width="600px" persistent> |
200 | - <v-card flat class="card-style pa-3" dark> | |
200 | + <v-card flat class="Card-style pa-3"> | |
201 | 201 | <v-layout> |
202 | 202 | <v-flex xs12> |
203 | 203 | <label class="title text-xs-center">View Exam Schedule</label> |
... | ... | @@ -424,7 +424,7 @@ |
424 | 424 | v-if="addExamScheduleDialog" |
425 | 425 | persistent |
426 | 426 | > |
427 | - <v-card flat class="card-style pa-2" dark> | |
427 | + <v-card flat class="Card-style pa-2"> | |
428 | 428 | <v-layout> |
429 | 429 | <v-flex xs12> |
430 | 430 | <label class="title text-xs-center">Add Exam Schedule</label> | ... | ... |
src/pages/Exam/grade.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** EDIT GRADE ****** --> |
4 | 4 | <v-dialog v-model="editGradeDialog" max-width="500px" persistent> |
5 | - <v-card flat class="card-style pa-2" dark> | |
5 | + <v-card flat class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit Grade</label> |
... | ... | @@ -103,7 +103,7 @@ |
103 | 103 | <!-- ****** PROFILE VIEW PARTICULAR GRDAE DATA ****** --> |
104 | 104 | |
105 | 105 | <v-dialog v-model="viewGradeDialog" max-width="500px" persistent> |
106 | - <v-card flat class="card-style pa-3" dark> | |
106 | + <v-card flat class="Card-style pa-3"> | |
107 | 107 | <v-layout> |
108 | 108 | <v-flex xs12> |
109 | 109 | <label class="title text-xs-center">View Grade</label> |
... | ... | @@ -270,7 +270,7 @@ |
270 | 270 | </v-data-table> |
271 | 271 | <!-- ****** ADD GRADE ****** --> |
272 | 272 | <v-dialog v-model="addGradeDialog" max-width="500px" v-if="addGradeDialog" persistent> |
273 | - <v-card flat class="card-style pa-2" dark> | |
273 | + <v-card flat class="Card-style pa-2"> | |
274 | 274 | <v-layout> |
275 | 275 | <v-flex xs12> |
276 | 276 | <label class="title text-xs-center">Add Grade</label> | ... | ... |
src/pages/Gallery/gallery.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** EDITS Gallery ****** --> |
4 | 4 | <v-dialog v-model="editGalleryDialog" max-width="1000px" scrollable persistent> |
5 | - <v-card class="card-style pa-2" dark> | |
5 | + <v-card class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit Gallery</label> |
... | ... | @@ -195,7 +195,7 @@ |
195 | 195 | <!-- ****** PROFILE Gallery ****** --> |
196 | 196 | |
197 | 197 | <v-dialog v-model="viewProfileGallery" max-width="1000" scrollable persistent> |
198 | - <v-card flat class="card-style pa-3" dark> | |
198 | + <v-card flat class="Card-style pa-3"> | |
199 | 199 | <v-layout> |
200 | 200 | <v-flex xs12> |
201 | 201 | <label class="title text-xs-center">View Gallery</label> |
... | ... | @@ -359,7 +359,7 @@ |
359 | 359 | </v-data-table> |
360 | 360 | <!-- ****** ADD Gallery ****** --> |
361 | 361 | <v-dialog v-model="addGalleryDialog" max-width="600px" v-if="addGalleryDialog" persistent> |
362 | - <v-card flat class="card-style pa-2" dark> | |
362 | + <v-card flat class="Card-style pa-2"> | |
363 | 363 | <v-layout> |
364 | 364 | <v-flex xs12> |
365 | 365 | <label class="title text-xs-center">Add Gallery</label> | ... | ... |
src/pages/Holiday/holiday.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** EDIT HOLIDAY ****** --> |
4 | 4 | <v-dialog v-model="editHolidayDialog" max-width="500px" persistent> |
5 | - <v-card flat class="card-style pa-2" dark> | |
5 | + <v-card flat class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit Holiday</label> |
... | ... | @@ -80,7 +80,7 @@ |
80 | 80 | <!-- ****** PROFILE VIEW Holiday DEATILS ****** --> |
81 | 81 | |
82 | 82 | <v-dialog v-model="viewHolidayDialog" max-width="500px" persistent> |
83 | - <v-card flat class="card-style pa-3" dark> | |
83 | + <v-card flat class="Card-style pa-3"> | |
84 | 84 | <v-layout> |
85 | 85 | <v-flex xs12> |
86 | 86 | <label class="title text-xs-center">View Holiday</label> |
... | ... | @@ -213,7 +213,7 @@ |
213 | 213 | </v-data-table> |
214 | 214 | <!-- ****** ADD MULTIPLE Holiday ****** --> |
215 | 215 | <v-dialog v-model="addHolidayDialog" max-width="400px" v-if="addHolidayDialog" persistent> |
216 | - <v-card flat class="card-style pa-3" dark> | |
216 | + <v-card flat class="Card-style pa-3"> | |
217 | 217 | <v-layout> |
218 | 218 | <v-flex xs12> |
219 | 219 | <label class="title text-xs-center">Add Holiday</label> | ... | ... |
src/pages/Library/books.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** Edit Member ****** --> |
4 | 4 | <v-dialog v-model="editBookDialog" max-width="500px" persistent> |
5 | - <v-card flat class="card-style pa-2" dark> | |
5 | + <v-card flat class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit Book</label> |
... | ... | @@ -88,7 +88,7 @@ |
88 | 88 | <!-- ****** PROFILE VIEW BOOKS DATA ****** --> |
89 | 89 | |
90 | 90 | <v-dialog v-model="viewBookDialog" max-width="500px" persistent> |
91 | - <v-card flat class="card-style pa-3" dark> | |
91 | + <v-card flat class="Card-style pa-3"> | |
92 | 92 | <v-layout> |
93 | 93 | <v-flex xs12> |
94 | 94 | <label class="title text-xs-center">View Book</label> |
... | ... | @@ -273,7 +273,7 @@ |
273 | 273 | </v-data-table> |
274 | 274 | <!-- ****** ADD BOOK ****** --> |
275 | 275 | <v-dialog v-model="addBookDialog" max-width="600px" v-if="addBookDialog" persistent> |
276 | - <v-card flat class="card-style pa-2" dark> | |
276 | + <v-card flat class="Card-style pa-2"> | |
277 | 277 | <v-layout> |
278 | 278 | <v-flex xs12> |
279 | 279 | <label class="title text-xs-center">Add Book</label> | ... | ... |
src/pages/Library/eBook.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** EDITS EBOOK DETAILS ****** --> |
4 | 4 | <v-dialog v-model="editEbookDialog" max-width="600px" persistent> |
5 | - <v-card flat class="card-style pa-2" dark> | |
5 | + <v-card flat class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit E-Book</label> |
... | ... | @@ -138,7 +138,7 @@ |
138 | 138 | <!-- ****** PROFILE VIEW ALL NEWS DEATILS ****** --> |
139 | 139 | |
140 | 140 | <v-dialog v-model="viewEbookDialog" max-width="600px" scrollable persistent> |
141 | - <v-card flat class="card-style pa-3" dark> | |
141 | + <v-card flat class="Card-style pa-3"> | |
142 | 142 | <v-layout> |
143 | 143 | <v-flex xs12> |
144 | 144 | <label class="title text-xs-center">View E-book</label> |
... | ... | @@ -298,7 +298,7 @@ |
298 | 298 | </v-data-table> |
299 | 299 | <!-- ****** ADD MULTIPLE E-BOOK ****** --> |
300 | 300 | <v-dialog v-model="addEBookDialog" max-width="600px" v-if="addEBookDialog" persistent> |
301 | - <v-card flat class="card-style pa-2" dark> | |
301 | + <v-card flat class="Card-style pa-2"> | |
302 | 302 | <v-layout> |
303 | 303 | <v-flex xs12> |
304 | 304 | <label class="title text-xs-center">Add E-Book</label> | ... | ... |
src/pages/Library/issue.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** EDIT ISSUE ****** --> |
4 | 4 | <v-dialog v-model="editIssueDialog" max-width="600px" scrollable persistent> |
5 | - <v-card flat class="card-style pa-2" dark> | |
5 | + <v-card flat class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit Issue</label> |
... | ... | @@ -150,7 +150,7 @@ |
150 | 150 | <!-- ****** PROFILE VIEW PARTICULAR ISSUE DATA ****** --> |
151 | 151 | |
152 | 152 | <v-dialog v-model="viewIssueDialog" max-width="500px" persistent> |
153 | - <v-card flat class="card-style pa-3" dark> | |
153 | + <v-card flat class="Card-style pa-3"> | |
154 | 154 | <v-layout> |
155 | 155 | <v-flex xs12> |
156 | 156 | <label class="title text-xs-center">View Issue</label> |
... | ... | @@ -381,7 +381,7 @@ |
381 | 381 | |
382 | 382 | <!-- ****** ADD Issue ****** --> |
383 | 383 | <v-dialog v-model="addIssueDialog" max-width="600px" v-if="addIssueDialog" persistent> |
384 | - <v-card flat class="card-style pa-2" dark> | |
384 | + <v-card flat class="Card-style pa-2"> | |
385 | 385 | <v-layout> |
386 | 386 | <v-flex xs12> |
387 | 387 | <label class="title text-xs-center">Add Issue</label> | ... | ... |
src/pages/Library/member.vue
... | ... | @@ -422,7 +422,7 @@ |
422 | 422 | <!-- Add Student Library Member Dialog --> |
423 | 423 | |
424 | 424 | <v-dialog v-model="addLibrary" max-width="600px" v-if="addLibrary" persistent> |
425 | - <v-card flat class="card-style pa-2" dark> | |
425 | + <v-card flat class="Card-style pa-2"> | |
426 | 426 | <v-layout> |
427 | 427 | <v-flex xs12> |
428 | 428 | <label class="title text-xs-center">Add Library Member</label> | ... | ... |
src/pages/Mark/mark.vue
... | ... | @@ -169,14 +169,10 @@ |
169 | 169 | <!-- ****** ADD Mark Schedule ****** --> |
170 | 170 | <v-dialog v-model="addMarkDialog" max-width v-if="addMarkDialog" persistent> |
171 | 171 | <v-card flat class> |
172 | - <v-layout class="pa-3 card-style white--text"> | |
172 | + <v-layout class="pa-3 Card-style"> | |
173 | 173 | <v-flex xs12> |
174 | 174 | <label class="title text-xs-center">Add Mark</label> |
175 | - <v-icon | |
176 | - size="24" | |
177 | - class="right white--text" | |
178 | - @click="$refs.form.reset();addMarkDialog = false" | |
179 | - >cancel</v-icon> | |
175 | + <v-icon size="24" class="right" @click="$refs.form.reset();addMarkDialog = false">cancel</v-icon> | |
180 | 176 | </v-flex> |
181 | 177 | </v-layout> |
182 | 178 | <v-form ref="form" v-model="valid" lazy-validation> |
... | ... | @@ -261,7 +257,7 @@ |
261 | 257 | round |
262 | 258 | dark |
263 | 259 | :loading="loading" |
264 | - class="right mt-4 open-dialog-button" | |
260 | + class="right mt-4 add-button" | |
265 | 261 | >Mark</v-btn> |
266 | 262 | </v-flex> |
267 | 263 | </v-flex> | ... | ... |
src/pages/Mark/markDistribution.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** EDIT Mark Distribution ****** --> |
4 | 4 | <v-dialog v-model="editMarkDistributionDialog" max-width="500px" persistent> |
5 | - <v-card flat class="card-style pa-2" dark> | |
5 | + <v-card flat class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit Mark Distribution</label> |
... | ... | @@ -123,7 +123,7 @@ |
123 | 123 | </v-data-table> |
124 | 124 | <!-- ****** ADD MULTIPLE REMINDER ****** --> |
125 | 125 | <v-dialog v-model="addMarkDistributionDialog" max-width="500px" persistent> |
126 | - <v-card flat class="card-style pa-2" dark> | |
126 | + <v-card flat class="Card-style pa-2"> | |
127 | 127 | <v-layout> |
128 | 128 | <v-flex xs12> |
129 | 129 | <label class="title text-xs-center">Add Mark Distribution</label> | ... | ... |
src/pages/News/news.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** EDIT NEWS ****** --> |
4 | 4 | <v-dialog v-model="editNewsDialog" max-width="600px" persistent> |
5 | - <v-card flat class="card-style pa-2" dark> | |
5 | + <v-card flat class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit News</label> |
... | ... | @@ -128,7 +128,7 @@ |
128 | 128 | </v-dialog> |
129 | 129 | <!-- ****** PROFILE NEWS ****** --> |
130 | 130 | <v-dialog v-model="dialog1" max-width="500px" persistent> |
131 | - <v-card flat class="card-style pa-3" dark> | |
131 | + <v-card flat class="Card-style pa-3"> | |
132 | 132 | <v-layout> |
133 | 133 | <v-flex xs12> |
134 | 134 | <label class="title text-xs-center">View News</label> |
... | ... | @@ -284,7 +284,7 @@ |
284 | 284 | </v-data-table> |
285 | 285 | <!-- ****** ADD NEWS ****** --> |
286 | 286 | <v-dialog v-model="addNewsDialog" max-width="600px" v-if="addNewsDialog" persistent> |
287 | - <v-card flat class="card-style pa-2" dark> | |
287 | + <v-card flat class="Card-style pa-2"> | |
288 | 288 | <v-layout> |
289 | 289 | <v-flex xs12> |
290 | 290 | <label class="title text-xs-center">Add News</label> | ... | ... |
src/pages/NoticeBoard/noticeBoard.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** Edit Notice Board ****** --> |
4 | 4 | <v-dialog v-model="editNoticeBoardDialog" max-width="500px" scrollable persistent> |
5 | - <v-card flat class="card-style pa-2" dark> | |
5 | + <v-card flat class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit Notice Board</label> |
... | ... | @@ -108,7 +108,7 @@ |
108 | 108 | <!-- ****** VIEW PROFIL NOTICE BOARD ****** --> |
109 | 109 | |
110 | 110 | <v-dialog v-model="viewNoticeBoardDialog" max-width="600px" scrollable persistent> |
111 | - <v-card flat class="card-style pa-3" dark> | |
111 | + <v-card flat class="Card-style pa-3"> | |
112 | 112 | <v-layout> |
113 | 113 | <v-flex xs12> |
114 | 114 | <label class="title text-xs-center">View Notice Board</label> |
... | ... | @@ -277,7 +277,7 @@ |
277 | 277 | v-if="addNoticeBoardDialog" |
278 | 278 | persistent |
279 | 279 | > |
280 | - <v-card flat class="card-style pa-2" dark> | |
280 | + <v-card flat class="Card-style pa-2"> | |
281 | 281 | <v-layout> |
282 | 282 | <v-flex xs12> |
283 | 283 | <label class="title text-xs-center">Add Notice Board</label> | ... | ... |
src/pages/Notification/notification.vue
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <!-- ****** EDITS NOTIFICATION DETAILS ****** --> |
4 | 4 | <v-dialog v-model="editNotificationDialog" max-width="500px" persistent> |
5 | 5 | <v-flex xs12 sm12> |
6 | - <v-card flat class="card-style pa-3" dark> | |
6 | + <v-card flat class="Card-style pa-3"> | |
7 | 7 | <v-layout> |
8 | 8 | <v-flex xs12> |
9 | 9 | <label class="title text-xs-center">Edit Notification</label> |
... | ... | @@ -55,7 +55,7 @@ |
55 | 55 | <!-- ****** PROFILE VIEW NOTIFICATION DEATILS ****** --> |
56 | 56 | |
57 | 57 | <v-dialog v-model="profileNotificationDialog" max-width="400px" persistent> |
58 | - <v-card flat class="card-style pa-3" dark> | |
58 | + <v-card flat class="Card-style pa-3"> | |
59 | 59 | <v-layout> |
60 | 60 | <v-flex xs12> |
61 | 61 | <label class="title text-xs-center">View Notification</label> |
... | ... | @@ -188,8 +188,13 @@ |
188 | 188 | </v-data-table> |
189 | 189 | |
190 | 190 | <!-- ****** ADD MULTIPLE NOTIFICATION ****** --> |
191 | - <v-dialog v-model="addNotificationDialog" max-width="480px" v-if="addNotificationDialog" persistent> | |
192 | - <v-card flat class="card-style pa-2" dark> | |
191 | + <v-dialog | |
192 | + v-model="addNotificationDialog" | |
193 | + max-width="480px" | |
194 | + v-if="addNotificationDialog" | |
195 | + persistent | |
196 | + > | |
197 | + <v-card flat class="Card-style pa-2"> | |
193 | 198 | <v-layout> |
194 | 199 | <v-flex xs12> |
195 | 200 | <label class="title text-xs-center">Add Notification</label> | ... | ... |
src/pages/Payroll/hourlyTemplate.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** Edit Hourly Template ****** --> |
4 | 4 | <v-dialog v-model="editHourDialog" max-width="400px" persistent> |
5 | - <v-card flat class="card-style pa-2" dark> | |
5 | + <v-card flat class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit Hourly Template</label> |
... | ... | @@ -140,7 +140,7 @@ |
140 | 140 | |
141 | 141 | <!-- **** Add Hourly Template **** --> |
142 | 142 | <v-dialog v-model="addHourDialog" max-width="400px" v-if="addHourDialog" persistent> |
143 | - <v-card flat class="card-style pa-2" dark> | |
143 | + <v-card flat class="Card-style pa-2"> | |
144 | 144 | <v-layout> |
145 | 145 | <v-flex xs12> |
146 | 146 | <label class="title text-xs-center">Add Hourly Template</label> | ... | ... |
src/pages/Payroll/manageSalary.vue
... | ... | @@ -88,16 +88,11 @@ |
88 | 88 | <!-- ****** PROFILE VIEW ****** --> |
89 | 89 | |
90 | 90 | <v-dialog v-model="profileSalaryDialog" persistent> |
91 | - <v-card flat class="text-xs-center white--text"> | |
91 | + <v-card flat class="text-xs-center"> | |
92 | 92 | <v-layout> |
93 | - <v-flex xs12 class="card-style pa-2"> | |
93 | + <v-flex xs12 class="Card-style pa-2"> | |
94 | 94 | <label class="title text-xs-center">View Manage Salary</label> |
95 | - <v-icon | |
96 | - size="24" | |
97 | - color="white" | |
98 | - class="right" | |
99 | - @click="profileSalaryDialog = false" | |
100 | - >cancel</v-icon> | |
95 | + <v-icon size="24" class="right" @click="profileSalaryDialog = false">cancel</v-icon> | |
101 | 96 | </v-flex> |
102 | 97 | </v-layout> |
103 | 98 | <v-layout wrap> |
... | ... | @@ -431,7 +426,7 @@ |
431 | 426 | |
432 | 427 | <!-- ****** Edit Hourly Template ****** --> |
433 | 428 | <v-dialog v-model="editSalaryDialog" max-width="400px" persistent> |
434 | - <v-card flat class="card-style pa-2" dark> | |
429 | + <v-card flat class="Card-style pa-2"> | |
435 | 430 | <v-layout> |
436 | 431 | <v-flex xs12> |
437 | 432 | <label class="title text-xs-center">Edit Manage Salary</label> | ... | ... |
src/pages/Payroll/salaryTemplate.vue
... | ... | @@ -2,11 +2,11 @@ |
2 | 2 | <v-container fluid class="body-color" style="box-sizing: border-box;"> |
3 | 3 | <!-- ****** EDIT SALARY ****** --> |
4 | 4 | <v-dialog v-model="editSalaryDialog" persistent> |
5 | - <v-card flat class="text-xs-center white--text"> | |
5 | + <v-card flat class="text-xs-center"> | |
6 | 6 | <v-layout> |
7 | - <v-flex xs12 class="card-style pa-2"> | |
7 | + <v-flex xs12 class="Card-style pa-2"> | |
8 | 8 | <label class="title text-xs-center">Edit Salary</label> |
9 | - <v-icon size="24" color="white" class="right" @click="editSalaryDialog = false">cancel</v-icon> | |
9 | + <v-icon size="24" class="right" @click="editSalaryDialog = false">cancel</v-icon> | |
10 | 10 | </v-flex> |
11 | 11 | </v-layout> |
12 | 12 | |
... | ... | @@ -219,7 +219,7 @@ |
219 | 219 | <v-card-actions> |
220 | 220 | <v-spacer class="hidden-xs-only"></v-spacer> |
221 | 221 | <v-btn |
222 | - color="open-dialog-button" | |
222 | + round | |
223 | 223 | dark |
224 | 224 | class="right add-button" |
225 | 225 | @click="save" |
... | ... | @@ -237,16 +237,11 @@ |
237 | 237 | <!-- ****** PROFILE VIEW ****** --> |
238 | 238 | |
239 | 239 | <v-dialog v-model="profileSalaryDialog" persistent> |
240 | - <v-card flat class="text-xs-center white--text"> | |
240 | + <v-card flat class="text-xs-center"> | |
241 | 241 | <v-layout> |
242 | - <v-flex xs12 class="card-style pa-2"> | |
242 | + <v-flex xs12 class="Card-style pa-2"> | |
243 | 243 | <label class="title text-xs-center">View Salary</label> |
244 | - <v-icon | |
245 | - size="24" | |
246 | - color="white" | |
247 | - class="right" | |
248 | - @click="profileSalaryDialog = false" | |
249 | - >cancel</v-icon> | |
244 | + <v-icon size="24" class="right" @click="profileSalaryDialog = false">cancel</v-icon> | |
250 | 245 | </v-flex> |
251 | 246 | </v-layout> |
252 | 247 | |
... | ... | @@ -532,11 +527,11 @@ |
532 | 527 | |
533 | 528 | <!-- ****** ADD SALARY ****** --> |
534 | 529 | <v-dialog v-model="addSalaryDialog" v-if="addSalaryDialog" persistent> |
535 | - <v-card flat class="text-xs-center white--text"> | |
530 | + <v-card flat class="text-xs-center"> | |
536 | 531 | <v-layout> |
537 | - <v-flex xs12 class="card-style pa-2"> | |
532 | + <v-flex xs12 class="Card-style pa-2"> | |
538 | 533 | <label class="title text-xs-center">Add Salary</label> |
539 | - <v-icon size="24" color="white" class="right" @click="closeAddSalaryModel">cancel</v-icon> | |
534 | + <v-icon size="24" class="right" @click="closeAddSalaryModel">cancel</v-icon> | |
540 | 535 | </v-flex> |
541 | 536 | </v-layout> |
542 | 537 | |
... | ... | @@ -754,6 +749,7 @@ |
754 | 749 | <v-spacer class="hidden-xs-only"></v-spacer> |
755 | 750 | <v-btn |
756 | 751 | color="open-dialog-button" |
752 | + round | |
757 | 753 | dark |
758 | 754 | class="right add-button" |
759 | 755 | @click="submit" | ... | ... |
src/pages/Section/section.vue
1 | 1 | <template> |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <v-dialog v-model="editSectionDialog" max-width="460px" persistent> |
4 | - <v-card flat class="card-style pa-2" dark> | |
4 | + <v-card flat class="Card-style pa-2"> | |
5 | 5 | <v-layout> |
6 | 6 | <v-flex xs12> |
7 | 7 | <label class="title text-xs-center">Edit Section</label> |
... | ... | @@ -59,7 +59,7 @@ |
59 | 59 | </v-layout> |
60 | 60 | <v-flex xs12> |
61 | 61 | <v-card-actions> |
62 | - <v-btn round dark @click.native="closeSectionDialog" class="add-button">Cancel</v-btn> | |
62 | + <v-btn round dark @click.native="closeSectionDialog" class="cancel-btn">Cancel</v-btn> | |
63 | 63 | <v-spacer></v-spacer> |
64 | 64 | <v-btn round dark @click="save" :loading="editLoading" class="add-button">Save</v-btn> |
65 | 65 | </v-card-actions> |
... | ... | @@ -74,7 +74,7 @@ |
74 | 74 | <!-- ****** PROFILE VIEW SECTION DATA ****** --> |
75 | 75 | |
76 | 76 | <v-dialog v-model="viewSectionDialog" max-width="500px" persistent> |
77 | - <v-card flat class="card-style pa-3" dark> | |
77 | + <v-card flat class="Card-style pa-3"> | |
78 | 78 | <v-layout> |
79 | 79 | <v-flex xs12> |
80 | 80 | <label class="title text-xs-center">View Section</label> |
... | ... | @@ -237,7 +237,7 @@ |
237 | 237 | |
238 | 238 | <!-- DIALOG BOX - ADD Students Dialog box --> |
239 | 239 | <v-dialog v-model="addSectionDialog" max-width="400px" v-if="addSectionDialog" persistent> |
240 | - <v-card flat class="card-style pa-2" dark> | |
240 | + <v-card flat class="Card-style pa-2"> | |
241 | 241 | <v-layout> |
242 | 242 | <v-flex xs12> |
243 | 243 | <label class="title text-xs-center">Add Section</label> | ... | ... |
src/pages/Students/students.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** EDITS STUDENTS DETAILS ****** --> |
4 | 4 | <v-dialog v-model="editStudentDialog" max-width="1700px" scrollable persistent> |
5 | - <v-card flat class="card-style pa-2" dark> | |
5 | + <v-card flat class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit Student Details</label> |
... | ... | @@ -457,7 +457,7 @@ |
457 | 457 | <!-- ****** PROFILE VIEW STUDENTS DEATILS ****** --> |
458 | 458 | |
459 | 459 | <v-dialog v-model="profileStudentDialog" max-width="1000px" scrollable persistent> |
460 | - <v-card flat class="card-style pa-3" dark> | |
460 | + <v-card flat class="Card-style pa-3"> | |
461 | 461 | <v-layout> |
462 | 462 | <v-flex xs12> |
463 | 463 | <label class="title text-xs-center">View Student Details</label> |
... | ... | @@ -1028,7 +1028,7 @@ |
1028 | 1028 | </v-data-table> |
1029 | 1029 | <!-- DIALOG -- ADD STUDENTS DETAILS --> |
1030 | 1030 | <v-dialog v-model="addStudentDialog" max-width="1280" v-if="addStudentDialog" persistent> |
1031 | - <v-card flat class="card-style pa-2" dark> | |
1031 | + <v-card flat class="Card-style pa-2"> | |
1032 | 1032 | <v-layout> |
1033 | 1033 | <v-flex xs12> |
1034 | 1034 | <label class="title text-xs-center">Add Student</label> |
... | ... | @@ -1042,7 +1042,7 @@ |
1042 | 1042 | <v-container fluid> |
1043 | 1043 | <v-layout align-center> |
1044 | 1044 | <v-flex xs12> |
1045 | - <v-stepper v-model="e2" flat class="card-style elevation-0" dark> | |
1045 | + <v-stepper v-model="e2" flat class="Card-style elevation-0"> | |
1046 | 1046 | <v-stepper-header> |
1047 | 1047 | <v-stepper-step :complete="e2 > 1" step="1">Fill parent Details</v-stepper-step> |
1048 | 1048 | <v-divider></v-divider> |
... | ... | @@ -1971,7 +1971,7 @@ export default { |
1971 | 1971 | editedStudentMobileCode: "", |
1972 | 1972 | /* ADD FATHER CELL */ |
1973 | 1973 | addedFatherCellCode: "", |
1974 | - addedStudentMobileCode: '', | |
1974 | + addedStudentMobileCode: "", | |
1975 | 1975 | e1: true, |
1976 | 1976 | e2: 0, |
1977 | 1977 | showParent: true, |
... | ... | @@ -2159,8 +2159,8 @@ export default { |
2159 | 2159 | addFatherCellCode({ name, iso2, dialCode }) { |
2160 | 2160 | this.addedFatherCellCode = dialCode; |
2161 | 2161 | }, |
2162 | - addStudentMobileCode({ name, iso2, dialCode }){ | |
2163 | - this.addedStudentMobileCode =dialCode; | |
2162 | + addStudentMobileCode({ name, iso2, dialCode }) { | |
2163 | + this.addedStudentMobileCode = dialCode; | |
2164 | 2164 | }, |
2165 | 2165 | onSelect({ name, iso2, dialCode }) { |
2166 | 2166 | // console.log("country codes", name, iso2, dialCode); | ... | ... |
src/pages/Teachers/teachers.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** EDIT TEACHERS DETAILS ****** --> |
4 | 4 | <v-dialog v-model="editTeacherDialog" max-width="1160px" scrollable persistent> |
5 | - <v-card flat class="card-style" dark> | |
5 | + <v-card flat class="Card-style pa-3"> | |
6 | 6 | <v-card-text> |
7 | 7 | <v-layout> |
8 | 8 | <v-flex xs12> |
... | ... | @@ -331,7 +331,7 @@ |
331 | 331 | <!-- ****** PROFILE VIEW TEACHERS DETAILS ****** --> |
332 | 332 | |
333 | 333 | <v-dialog v-model="viewTeacherProfileDialog" max-width="500px" persistent> |
334 | - <v-card flat class="card-style pa-3" dark> | |
334 | + <v-card flat class="Card-style pa-3"> | |
335 | 335 | <v-layout> |
336 | 336 | <v-flex xs12> |
337 | 337 | <label class="title text-xs-center">View Teacher</label> |
... | ... | @@ -578,7 +578,7 @@ |
578 | 578 | |
579 | 579 | <!-- ****** DIALOG BOX - Add Teachers Data****** --> |
580 | 580 | <v-dialog v-model="addTeacherDialog" max-width="1160" v-if="addTeacherDialog" persistent> |
581 | - <v-card flat class="card-style pa-2" dark> | |
581 | + <v-card flat class="Card-style pa-2"> | |
582 | 582 | <v-layout> |
583 | 583 | <v-flex xs12 class="pa-0"> |
584 | 584 | <label class="title text-xs-center">Add Teacher</label> |
... | ... | @@ -948,9 +948,9 @@ import countryList from "@/script/country.js"; |
948 | 948 | export default { |
949 | 949 | data: () => ({ |
950 | 950 | /* EDIT MOBILE CELL */ |
951 | - editedMobileCode: '', | |
951 | + editedMobileCode: "", | |
952 | 952 | /* ADD FATHER CELL */ |
953 | - addedTeacherMobileCode: '', | |
953 | + addedTeacherMobileCode: "", | |
954 | 954 | component: "report-generate", |
955 | 955 | snackbar: false, |
956 | 956 | y: "top", |
... | ... | @@ -1085,12 +1085,12 @@ export default { |
1085 | 1085 | onSelect({ name, iso2, dialCode }) { |
1086 | 1086 | // console.log("country codes", name, iso2, dialCode); |
1087 | 1087 | }, |
1088 | - editMobileCode({ name, iso2, dialCode }){ | |
1088 | + editMobileCode({ name, iso2, dialCode }) { | |
1089 | 1089 | // console.log("Edit father cell", name,iso2); |
1090 | - this.editedMobileCode = dialCode | |
1090 | + this.editedMobileCode = dialCode; | |
1091 | 1091 | }, |
1092 | - addTeacherMobileCode({ name, iso2, dialCode }){ | |
1093 | - this.addedTeacherMobileCode = dialCode | |
1092 | + addTeacherMobileCode({ name, iso2, dialCode }) { | |
1093 | + this.addedTeacherMobileCode = dialCode; | |
1094 | 1094 | }, |
1095 | 1095 | save(date) { |
1096 | 1096 | this.$refs.menu.save(date); | ... | ... |
src/pages/TimeTable/timeTable.vue
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <!-- ****** EDIT TIME-TABLE****** --> |
4 | 4 | <v-dialog v-model="dialog" max-width="600px" persistent> |
5 | 5 | <v-flex xs12 sm12> |
6 | - <v-card flat class="card-style pa-2" dark> | |
6 | + <v-card flat class="Card-style pa-2"> | |
7 | 7 | <v-layout> |
8 | 8 | <v-flex xs12> |
9 | 9 | <label class="title text-xs-center">Edit Time Table</label> |
... | ... | @@ -72,7 +72,7 @@ |
72 | 72 | <v-flex xs12 sm9 offset-sm1> |
73 | 73 | <v-card-actions> |
74 | 74 | <v-spacer></v-spacer> |
75 | - <v-btn round dark @click.native="close" class="clear-button">Cancel</v-btn> | |
75 | + <v-btn round dark @click.native="close" class="cancel-btn">Cancel</v-btn> | |
76 | 76 | <v-btn round dark @click="save" class="add-button">Save</v-btn> |
77 | 77 | </v-card-actions> |
78 | 78 | </v-flex> |
... | ... | @@ -85,7 +85,7 @@ |
85 | 85 | |
86 | 86 | <v-dialog v-model="dialogSchedule" max-width="600px" persistent> |
87 | 87 | <v-flex xs12 sm12> |
88 | - <v-card flat class="card-style pa-2" dark> | |
88 | + <v-card flat class="Card-style pa-2"> | |
89 | 89 | <v-layout> |
90 | 90 | <v-flex xs12> |
91 | 91 | <label class="title text-xs-center">Add Schedule</label> |
... | ... | @@ -129,7 +129,7 @@ |
129 | 129 | |
130 | 130 | <v-dialog v-model="dialogAddLecture" max-width="600px" persistent> |
131 | 131 | <v-flex xs12 sm12> |
132 | - <v-card flat class="card-style pa-2" dark> | |
132 | + <v-card flat class="Card-style pa-2"> | |
133 | 133 | <v-layout> |
134 | 134 | <v-flex xs12> |
135 | 135 | <label class="title text-xs-center">Add Lecture</label> |
... | ... | @@ -280,7 +280,7 @@ |
280 | 280 | |
281 | 281 | <v-dialog v-model="dialogUpdateLectures" max-width="600px" persistent> |
282 | 282 | <v-flex xs12 sm12 class> |
283 | - <v-card flat class="card-style pa-2" dark> | |
283 | + <v-card flat class="Card-style pa-2"> | |
284 | 284 | <v-layout> |
285 | 285 | <v-flex xs12> |
286 | 286 | <label class="title text-xs-center">Edit Lecture</label> |
... | ... | @@ -680,7 +680,7 @@ |
680 | 680 | |
681 | 681 | <!-- ****** ADD TIME-TABLE ****** --> |
682 | 682 | <v-dialog v-model="addTimeTableDialog" max-width="600px" v-if="addTimeTableDialog" persistent> |
683 | - <v-card flat class="card-style pa-2" dark> | |
683 | + <v-card flat class="Card-style pa-2"> | |
684 | 684 | <v-layout> |
685 | 685 | <v-flex xs12> |
686 | 686 | <label class="title text-xs-center">Add Time Table</label> | ... | ... |
src/pages/User/user.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** EDIT USERS DETAILS ****** --> |
4 | 4 | <v-dialog v-model="editUserDialog" max-width="1100px" scrollable persistent> |
5 | - <v-card flat class="card-style pa-2" dark> | |
5 | + <v-card flat class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit User</label> |
... | ... | @@ -266,7 +266,7 @@ |
266 | 266 | </v-dialog> |
267 | 267 | <!-- ****** PROFILE User DETAILS ****** --> |
268 | 268 | <v-dialog v-model="viewUserDialog" max-width="560px" scrollable persistent> |
269 | - <v-card flat class="card-style pa-3" dark> | |
269 | + <v-card flat class="Card-style pa-3"> | |
270 | 270 | <v-layout> |
271 | 271 | <v-flex xs12> |
272 | 272 | <label class="title text-xs-center">View User</label> |
... | ... | @@ -490,7 +490,7 @@ |
490 | 490 | </v-data-table> |
491 | 491 | <!-- DIALOG BOX - Add User Data --> |
492 | 492 | <v-dialog v-model="addUserDialog" max-width="900px" v-if="addUserDialog" persistent> |
493 | - <v-card flat class="card-style pa-2" dark> | |
493 | + <v-card flat class="Card-style pa-2"> | |
494 | 494 | <v-layout> |
495 | 495 | <v-flex xs12> |
496 | 496 | <label class="title text-xs-center">Add User</label> |
... | ... | @@ -794,10 +794,10 @@ import _ from "lodash"; |
794 | 794 | |
795 | 795 | export default { |
796 | 796 | data: () => ({ |
797 | - /* EDIT FATHER CELL */ | |
798 | - editedPhoneNumberCode: '', | |
797 | + /* EDIT FATHER CELL */ | |
798 | + editedPhoneNumberCode: "", | |
799 | 799 | /* ADD FATHER CELL */ |
800 | - addedPhoneNumberCode: '', | |
800 | + addedPhoneNumberCode: "", | |
801 | 801 | component: "report-generate", |
802 | 802 | snackbar: false, |
803 | 803 | y: "top", |
... | ... | @@ -933,11 +933,11 @@ export default { |
933 | 933 | }, |
934 | 934 | }, |
935 | 935 | methods: { |
936 | - editPhoneNumberCode({ name, iso2, dialCode }){ | |
937 | - this.editedPhoneNumberCode = dialCode | |
936 | + editPhoneNumberCode({ name, iso2, dialCode }) { | |
937 | + this.editedPhoneNumberCode = dialCode; | |
938 | 938 | }, |
939 | - addPhoneNumberCode({ name, iso2, dialCode }){ | |
940 | - this.addedPhoneNumberCode = dialCode | |
939 | + addPhoneNumberCode({ name, iso2, dialCode }) { | |
940 | + this.addedPhoneNumberCode = dialCode; | |
941 | 941 | }, |
942 | 942 | // onSelect({ name, iso2, dialCode }) { |
943 | 943 | // console.log("country codes", name, iso2, dialCode); |
... | ... | @@ -1107,7 +1107,7 @@ export default { |
1107 | 1107 | } |
1108 | 1108 | } |
1109 | 1109 | this.editedItem.userId = this.editedItem._id; |
1110 | - this.editedItem.countryCode = this.editedPhoneNumberCode | |
1110 | + this.editedItem.countryCode = this.editedPhoneNumberCode; | |
1111 | 1111 | if (this.imageUrl) { |
1112 | 1112 | var str = this.imageUrl; |
1113 | 1113 | const [baseUrl, imageUrl] = str.split(/,/); | ... | ... |
src/pages/changeStudents/changeStudents.vue
... | ... | @@ -21,7 +21,7 @@ |
21 | 21 | <v-container fluid fill-height> |
22 | 22 | <v-layout> |
23 | 23 | <v-flex xs12 sm8 md8 lg5 offset-sm2 offset-lg3 class="mt-5"> |
24 | - <v-card flat class="card-style pa-2" dark id="form"> | |
24 | + <v-card flat class="Card-style pa-2" id="form"> | |
25 | 25 | <v-layout> |
26 | 26 | <v-flex xs12> |
27 | 27 | <label class="title text-xs-center">Change Student</label> | ... | ... |
src/pages/generalSetting/generalSetting.vue
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <v-container> |
4 | 4 | <v-layout> |
5 | 5 | <v-flex xs12 sm12 md12 lg10 class="mt-5 mx-auto"> |
6 | - <v-card flat class="card-style pa-2" dark> | |
6 | + <v-card flat class="Card-style pa-2"> | |
7 | 7 | <v-layout> |
8 | 8 | <v-flex xs12> |
9 | 9 | <label class="title text-xs-center">General Setting</label> |
... | ... | @@ -165,7 +165,7 @@ export default { |
165 | 165 | imageData: {}, |
166 | 166 | imageName: "", |
167 | 167 | imageUrl: "", |
168 | - imageFile: "" | |
168 | + imageFile: "", | |
169 | 169 | }; |
170 | 170 | }, |
171 | 171 | mounted() { |
... | ... | @@ -209,16 +209,16 @@ export default { |
209 | 209 | this.setting.schoolId = this.$store.state.id; |
210 | 210 | http() |
211 | 211 | .put("/updateSchool", this.setting, { |
212 | - headers: { Authorization: "Bearer " + this.token } | |
212 | + headers: { Authorization: "Bearer " + this.token }, | |
213 | 213 | }) |
214 | - .then(response => { | |
214 | + .then((response) => { | |
215 | 215 | this.loading = false; |
216 | 216 | this.snackbar = true; |
217 | 217 | this.text = response.data.message; |
218 | 218 | this.color = "green"; |
219 | 219 | this.imageUrl = ""; |
220 | 220 | }) |
221 | - .catch(error => { | |
221 | + .catch((error) => { | |
222 | 222 | // console.log("err====>",err); |
223 | 223 | this.snackbar = true; |
224 | 224 | this.text = error.response.data.message; |
... | ... | @@ -258,15 +258,15 @@ export default { |
258 | 258 | http() |
259 | 259 | .get("/getParticularSchool", { |
260 | 260 | params: { |
261 | - schoolId: this.$store.state.id | |
261 | + schoolId: this.$store.state.id, | |
262 | 262 | }, |
263 | - headers: { Authorization: "Bearer " + this.token } | |
263 | + headers: { Authorization: "Bearer " + this.token }, | |
264 | 264 | }) |
265 | - .then(response => { | |
265 | + .then((response) => { | |
266 | 266 | this.setting = response.data.data; |
267 | 267 | this.imageData.imageUrl = response.data.data.schoolLogoUrl; |
268 | 268 | }) |
269 | - .catch(error => { | |
269 | + .catch((error) => { | |
270 | 270 | this.showLoader = false; |
271 | 271 | if (error.response.status === 401) { |
272 | 272 | this.$router.replace({ path: "/" }); |
... | ... | @@ -274,8 +274,8 @@ export default { |
274 | 274 | this.$store.dispatch("Id", null); |
275 | 275 | } |
276 | 276 | }); |
277 | - } | |
278 | - } | |
277 | + }, | |
278 | + }, | |
279 | 279 | }; |
280 | 280 | </script> |
281 | 281 | <style scoped> | ... | ... |
src/pages/meetingEvent/meetingEvent.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** EDITS EVENT ****** --> |
4 | 4 | <v-dialog v-model="editEventdialog" max-width="500px" persistent> |
5 | - <v-card flat class="card-style pa-2" dark> | |
5 | + <v-card flat class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit Meeting Event</label> |
... | ... | @@ -114,7 +114,7 @@ |
114 | 114 | </v-dialog> |
115 | 115 | <!-- ****** PROFILE VIEW EVENT ****** --> |
116 | 116 | <v-dialog v-model="viewEventdialog" max-width="500px" persistent> |
117 | - <v-card flat class="card-style pa-3" dark> | |
117 | + <v-card flat class="Card-style pa-3"> | |
118 | 118 | <v-layout> |
119 | 119 | <v-flex xs12> |
120 | 120 | <label class="title text-xs-center">View Meeting Event</label> |
... | ... | @@ -298,7 +298,7 @@ |
298 | 298 | </v-data-table> |
299 | 299 | <!-- ****** ADD MULTIPLE EVENT ****** --> |
300 | 300 | <v-dialog v-model="meetEventDialog" max-width="500px" persistent v-if="meetEventDialog"> |
301 | - <v-card flat class="card-style pa-2" dark> | |
301 | + <v-card flat class="Card-style pa-2"> | |
302 | 302 | <v-layout> |
303 | 303 | <v-flex xs12> |
304 | 304 | <label class="title text-xs-center">Add Meeting Event</label> | ... | ... |
src/pages/socialMedia/socialMedia.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** EDIT Social Media ****** --> |
4 | 4 | <v-dialog v-model="editSocialMediaDialog" max-width="400px" persistent> |
5 | - <v-card flat class="card-style pa-2" dark> | |
5 | + <v-card flat class="Card-style pa-2"> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> |
8 | 8 | <label class="title text-xs-center">Edit Social Media</label> |
... | ... | @@ -54,7 +54,7 @@ |
54 | 54 | <!-- ****** PROFILE VIEW Social ****** --> |
55 | 55 | |
56 | 56 | <v-dialog v-model="profileSocialMediaDialog" max-width="500px" persistent> |
57 | - <v-card flat class="card-style pa-3" dark> | |
57 | + <v-card flat class="Card-style pa-3"> | |
58 | 58 | <v-layout> |
59 | 59 | <v-flex xs12> |
60 | 60 | <label class="title text-xs-center">View Social Media</label> |
... | ... | @@ -182,8 +182,13 @@ |
182 | 182 | >Your search for "{{ search }}" found no results.</v-alert> |
183 | 183 | </v-data-table> |
184 | 184 | <!-- ****** ADD MULTIPLE REMINDER ****** --> |
185 | - <v-dialog v-model="addSocialMediaDialog" max-width="400px" v-if="addSocialMediaDialog" persistent> | |
186 | - <v-card flat class="card-style pa-2" dark> | |
185 | + <v-dialog | |
186 | + v-model="addSocialMediaDialog" | |
187 | + max-width="400px" | |
188 | + v-if="addSocialMediaDialog" | |
189 | + persistent | |
190 | + > | |
191 | + <v-card flat class="Card-style pa-2"> | |
187 | 192 | <v-layout> |
188 | 193 | <v-flex xs12> |
189 | 194 | <label class="title text-xs-center">Add Social Media</label> | ... | ... |