data correction

This commit is contained in:
venbatechnologies@gmail.com 2018-09-05 12:34:19 +05:30
parent 4c3ffbcd32
commit 2628209536
2 changed files with 4 additions and 3 deletions

View File

@ -107,6 +107,7 @@
"STUDENTDETAILS": "Manage",
"STUDENTDETAILSADDEDIT": "Manage Details",
"STUDENTFEEDETAILCOMPARE": "Student University Fee",
"STUDENTFROMIDFEEDETAILS": "Student FormId Fee Details",
"status" : {
"MAIN": "Update Status",
"STUDYMATERIAL": "Study Material",

View File

@ -83,7 +83,7 @@
<div class="row">
<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')">
Save
@ -91,10 +91,10 @@
<input type="button" class="btn btn-warning btn-wide" tabindex="10" value="Cancel" ng-click="close()"></input>
</div>
<!--
<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>
</div>
</div> -->
</div>
</div>