changes student edit details : kdk
This commit is contained in:
parent
e488d07255
commit
25893cef32
@ -113,7 +113,7 @@
|
||||
</label>
|
||||
<input type="text" name="primaryPhone" tabindex="2000" placeholder="Enter Mobile Number" class="form-control" ng-model="p.MobileNumber"
|
||||
ng-minlength="10" ng-maxlength="12" ng-pattern="/^[0-9]*$/" ng-blur='updateCheckMobileExist(p)'
|
||||
ng-disabled="p.Fee_paid_exist == 1 && localUserType == 'R002'" id="primaryPhone1" required/>
|
||||
id="primaryPhone1" required/>
|
||||
<span class="error text-small block" ng-if="Form.primaryPhone.$dirty && Form.primaryPhone.$invalid" ng-hide="Form.primaryPhone.$error.maxlength || Form.primaryPhone.$error.minlength || Form.primaryPhone.$error.pattern">Mobile Number is required.</span>
|
||||
<span class="error text-small block" ng-if="Form.primaryPhone.$error.maxlength || Form.primaryPhone.$error.minlength || Form.primaryPhone.$error.pattern">Enter a Valid Phone Number</span>
|
||||
</div>
|
||||
@ -382,12 +382,23 @@
|
||||
</div>
|
||||
<div ng-if="localUserType == 'R002'">
|
||||
<div ng-if="p.Fee_paid_exist == 1 ">
|
||||
<div ng-if="p.IsActive==true" tabindex="2025">
|
||||
<div ng-if="p.IsActive==true">
|
||||
<div ng-if="p.IsActive==true" tabindex="2025">
|
||||
<lable> ACTIVE</lable>
|
||||
</div>
|
||||
<div ng-if="p.IsActive==false">
|
||||
<lable> IN-ACTIVE</lable>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div ng-if="p.IsActive==false">
|
||||
<switch ng-model="p.IsActive"
|
||||
|
||||
is-diabled="true" ng-init="p.IsActive = false" class="green"></switch>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div ng-if="p.Fee_paid_exist != 1 ">
|
||||
<div ng-if="p.IsActive==true" tabindex="2025">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user