label changes in fees screen
This commit is contained in:
parent
b55ecff94f
commit
79286e9d55
@ -47,16 +47,16 @@
|
||||
<div class="col-md-3 form-group"
|
||||
ng-class="{'has-error':Form.feesType.$dirty && Form.feesType.$invalid, 'has-success':Form.feesType.$valid}">
|
||||
<label>
|
||||
Fees Name <span class="symbol required"></span>
|
||||
Sem/Year <span class="symbol required"></span>
|
||||
</label>
|
||||
<select class="form-control" name="feesType" tabindex="7" id="feesType"
|
||||
ng-model="updateModel.feesType"
|
||||
ng-options="fees.Sem_Year for fees in studentFeesInfo"
|
||||
required ng-change="changeTotalFees(updateModel.feesType);">
|
||||
<!-- <option value=""> Select Fees Type</option>-->
|
||||
<!-- <option value=""> Select Sem/Year</option>-->
|
||||
</select>
|
||||
<span class="error text-small block"
|
||||
ng-if="Form.feesType.$dirty && Form.feesType.$invalid">Fees type is required</span>
|
||||
ng-if="Form.feesType.$dirty && Form.feesType.$invalid">Sem/Year is required</span>
|
||||
</div>
|
||||
<div class="col-md-3 form-group"
|
||||
ng-class="{'has-error':Form.sessionname.$dirty && Form.sessionname.$invalid, 'has-success':Form.sessionname.$valid}">
|
||||
@ -420,7 +420,7 @@
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Fees Name</th>
|
||||
<th>Sem/Year</th>
|
||||
<th>Course Name</th>
|
||||
<th ng-if="existStudentFeesDetails[0].ProgramType=='P001' || existStudentFeesDetails[0].ProgramType=='P002'">Session From/Session To</th>
|
||||
<th ng-if="existStudentFeesDetails[0].ProgramType=='Y001'">Session</th>
|
||||
@ -530,9 +530,9 @@
|
||||
</tr>
|
||||
<tr style="height: 24px;">
|
||||
<td style="width: 136px; height: 24px;"><strong>Course:</strong> {{items.CourseName}}</td>
|
||||
<td style="width: 136px; height: 24px;"><strong>Fees Type:</strong> {{items.FeesName}}</td>
|
||||
<td ng-if="items.ToSessionName=='Not Applicale'" style="width: 137px; height: 24px;"><strong>Exam Cycle:</strong> {{items.SessionName}}</td>
|
||||
<td ng-if="items.ToSessionName!='Not Applicale'" style="width: 137px; height: 24px;"><strong>Exam Cycle:</strong> {{items.SessionName}}/{{items.ToSessionName}}</td>
|
||||
<td style="width: 136px; height: 24px;"><strong>Sem/Year:</strong> {{items.FeesName}}</td>
|
||||
<td ng-if="items.ToSessionName=='Not Applicale'" style="width: 137px; height: 24px;"><strong>Session:</strong> {{items.SessionName}}</td>
|
||||
<td ng-if="items.ToSessionName!='Not Applicale'" style="width: 137px; height: 24px;"><strong>Session:</strong> {{items.SessionName}}/{{items.ToSessionName}}</td>
|
||||
<td style="width: 137px; height: 24px;"><strong>Univ:</strong> {{items.UniversityName}}</td>
|
||||
</tr>
|
||||
<tr style="height: 24px;">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user