Changeset 14881 for main/kofacustom.nigeria/trunk/src
- Timestamp:
- 26 Oct 2017, 07:05:37 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students/viewlets.py
r13856 r14881 98 98 label = _(u'Acceptance Letter') 99 99 title = _(u'Acceptance Letter Scan') 100 mus = 1024 * 150100 mus = 1024 * 250 101 101 download_name = u'acc_let' 102 102 tab_redirect = '?tab2' … … 127 127 label = _(u'LGA Identification') 128 128 title = _(u'LGA Identification Scan') 129 mus = 1024 * 150129 mus = 1024 * 250 130 130 download_name = u'lga_ident' 131 131 … … 155 155 label = _(u'First Sitting Result') 156 156 title = _(u'First Sitting Result Scan') 157 mus = 1024 * 150157 mus = 1024 * 250 158 158 download_name = u'fst_sit_scan' 159 159 … … 183 183 label = _(u'Second Sitting Result') 184 184 title = _(u'Second Sitting Result Scan') 185 mus = 1024 * 150185 mus = 1024 * 250 186 186 download_name = u'scd_sit_scan' 187 187 … … 211 211 label = _(u'Higher Qualification Result') 212 212 title = _(u'Higher Qualification Result Scan') 213 mus = 1024 * 150213 mus = 1024 * 250 214 214 download_name = u'hq_scan' 215 215 … … 239 239 label = _(u'Second Higher Qualification Result') 240 240 title = _(u'Second Higher Qualification Result Scan') 241 mus = 1024 * 150241 mus = 1024 * 250 242 242 download_name = u'hq_scan2' 243 243 … … 271 271 label = _(u'Advanced Level Result') 272 272 title = _(u'Advanced Level Result Scan') 273 mus = 1024 * 150273 mus = 1024 * 250 274 274 download_name = u'alr_scan' 275 275 … … 299 299 label = _(u'Certificate') 300 300 title = _(u'Certificate Scan') 301 mus = 1024 * 150301 mus = 1024 * 250 302 302 download_name = u'cert' 303 303 … … 327 327 label = _(u'Second Certificate') 328 328 title = _(u'Second Certificate Scan') 329 mus = 1024 * 150329 mus = 1024 * 250 330 330 download_name = u'cert2' 331 331 … … 359 359 label = _(u'Third Certificate') 360 360 title = _(u'Third Certificate Scan') 361 mus = 1024 * 150361 mus = 1024 * 250 362 362 download_name = u'cert3' 363 363 … … 391 391 label = _(u'Evidence of Name') 392 392 title = _(u'Evidence of Name Scan') 393 mus = 1024 * 150393 mus = 1024 * 250 394 394 download_name = u'evid' 395 395 … … 419 419 label = _(u'Result Statement') 420 420 title = _(u'Result Statement Scan') 421 mus = 1024 * 150421 mus = 1024 * 250 422 422 download_name = u'res_stat' 423 423 … … 447 447 label = _(u'Guarantor/Referee Letter') 448 448 title = _(u'Guarantor/Referee Letter Scan') 449 mus = 1024 * 150449 mus = 1024 * 250 450 450 download_name = u'ref_let' 451 451 … … 475 475 label = _(u'Second Referee Letter') 476 476 title = _(u'Second Referee Letter Scan') 477 mus = 1024 * 150477 mus = 1024 * 250 478 478 download_name = u'ref_let2' 479 479 … … 507 507 label = _(u'Third Referee Letter') 508 508 title = _(u'Third Referee Letter Scan') 509 mus = 1024 * 150509 mus = 1024 * 250 510 510 download_name = u'ref_let3' 511 511 … … 539 539 label = _(u'Affidavit of Good Conduct') 540 540 title = _(u'Affidavit of Good Conduct Scan') 541 mus = 1024 * 150541 mus = 1024 * 250 542 542 download_name = u'stat_dec' 543 543 … … 567 567 label = _(u'Letter of Admission') 568 568 title = _(u'Letter of Admission Scan') 569 mus = 1024 * 150569 mus = 1024 * 250 570 570 download_name = u'admission_let' 571 571
Note: See TracChangeset for help on using the changeset viewer.