data correction
This commit is contained in:
parent
4c3ffbcd32
commit
2628209536
@ -107,6 +107,7 @@
|
|||||||
"STUDENTDETAILS": "Manage",
|
"STUDENTDETAILS": "Manage",
|
||||||
"STUDENTDETAILSADDEDIT": "Manage Details",
|
"STUDENTDETAILSADDEDIT": "Manage Details",
|
||||||
"STUDENTFEEDETAILCOMPARE": "Student University Fee",
|
"STUDENTFEEDETAILCOMPARE": "Student University Fee",
|
||||||
|
"STUDENTFROMIDFEEDETAILS": "Student FormId Fee Details",
|
||||||
"status" : {
|
"status" : {
|
||||||
"MAIN": "Update Status",
|
"MAIN": "Update Status",
|
||||||
"STUDYMATERIAL": "Study Material",
|
"STUDYMATERIAL": "Study Material",
|
||||||
|
|||||||
@ -83,7 +83,7 @@
|
|||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<div class="pull-right" ng-if="p.IsActive==true">
|
<div class="pull-right">
|
||||||
|
|
||||||
<button type="submit" ladda="ldloading.zoom_in" tabindex="6" class="btn btn-wide btn-success" data-style="zoom-in" ng-click="updatestatus(p,Form,'zoom-in')">
|
<button type="submit" ladda="ldloading.zoom_in" tabindex="6" class="btn btn-wide btn-success" data-style="zoom-in" ng-click="updatestatus(p,Form,'zoom-in')">
|
||||||
Save
|
Save
|
||||||
@ -91,10 +91,10 @@
|
|||||||
<input type="button" class="btn btn-warning btn-wide" tabindex="10" value="Cancel" ng-click="close()"></input>
|
<input type="button" class="btn btn-warning btn-wide" tabindex="10" value="Cancel" ng-click="close()"></input>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
<!--
|
||||||
<div class="pull-right" ng-if="p.IsActive==false">
|
<div class="pull-right" ng-if="p.IsActive==false">
|
||||||
<input type="button" class="btn btn-warning btn-wide" tabindex="10" value="Cancel" ng-click="close()"></input>
|
<input type="button" class="btn btn-warning btn-wide" tabindex="10" value="Cancel" ng-click="close()"></input>
|
||||||
</div>
|
</div> -->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user