From 5868c6210c0ab84387c7827a133a793c1b84f279 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Sat, 8 Sep 2018 20:04:50 +0530 Subject: [PATCH] Merge branch 'master' of https://bitbucket.org/venbainformationtechnology/apollodec # Conflicts: # Apollo/api/application/config/routes.php # Apollo/api/application/controllers/Receive_Enrolment_Fees_Univ_Controller.php # Apollo/api/application/models/Receive_Enrolment_Fees_Univ_model.php --- .../student/addUniversityPaymentModal.html | 103 ++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 Apollo/assets/views/student/addUniversityPaymentModal.html diff --git a/Apollo/assets/views/student/addUniversityPaymentModal.html b/Apollo/assets/views/student/addUniversityPaymentModal.html new file mode 100644 index 00000000..4e13181a --- /dev/null +++ b/Apollo/assets/views/student/addUniversityPaymentModal.html @@ -0,0 +1,103 @@ +
+
+ + Payment for : {{addPaymentModel.university.univName}} +
+
+
+ + + + Bill no is required +
+
+ + + + Bill amount is required + Enter a valid amount + +
+
+
+ + + Date is required. +
+ +
+
+
+
+ + + +
+
+ + +
+ +
+
+
+
+ {{addError}} + + + + + +
+
+
+ +
+
+ +
\ No newline at end of file