updates studentDetails : kdk
This commit is contained in:
parent
0430ee4475
commit
b09789c2d9
@ -1728,7 +1728,7 @@ app.controller('studentSuperAdminCtrl', ["$scope", "toaster", "$filter", "ngTabl
|
|||||||
// $scope.existingStudentId = response.data.details.studentId;
|
// $scope.existingStudentId = response.data.details.studentId;
|
||||||
SweetAlert.swal({
|
SweetAlert.swal({
|
||||||
title: "Warning!",
|
title: "Warning!",
|
||||||
text: "Student Exsit with this same Number." + "\n Do you want to Enroll New Cource!",
|
text: "Student Exist with this same Number." + "\n Do you want to Enroll New Course!",
|
||||||
type: "warning",
|
type: "warning",
|
||||||
showCancelButton: true,
|
showCancelButton: true,
|
||||||
confirmButtonColor: "#007aff",
|
confirmButtonColor: "#007aff",
|
||||||
|
|||||||
@ -460,7 +460,7 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Document Name</th>
|
<th>Document Name</th>
|
||||||
<th>Status</th>
|
<th>Details</th>
|
||||||
<th class="center">Download/Delete</th>
|
<th class="center">Download/Delete</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@ -469,10 +469,11 @@
|
|||||||
<td>{{doc.DocumentName}}</td>
|
<td>{{doc.DocumentName}}</td>
|
||||||
<td>{{doc.DocumentStorePath}}</td>
|
<td>{{doc.DocumentStorePath}}</td>
|
||||||
<td class="center"><button tooltip="Download" class="btn btn-xs btn-primary"><i class="ti-download">
|
<td class="center"><button tooltip="Download" class="btn btn-xs btn-primary"><i class="ti-download">
|
||||||
<a ng-href="http://localhost/apollo_New_Update_03-01/apollodec/Apollo/images/{{doc.DocumentStorePath}}" target="_blank"></a> </i></button>
|
<a ng-href="http://localhost/apollo_New_Update_20_02_2018/apollodec/Apollo/images/{{doc.DocumentStorePath}}" target="_blank"></a> </i></button>
|
||||||
<button tooltip="Delete" class="btn btn-xs btn-danger" ng-click="deleteDocDetails(doc.ID, p.StudentID)"><i class="ti-trash">
|
<button tooltip="Delete" class="btn btn-xs btn-danger" ng-click="deleteDocDetails(doc.ID, p.StudentID)"><i class="ti-trash">
|
||||||
</i></button>
|
</i></button>
|
||||||
<!--<a ng-src="images/{{doc.DocumentStorePath}}" target="_blank">here!</a>-->
|
<!--<a ng-src="images/{{doc.DocumentStorePath}}" target="_blank">here!</a>-->
|
||||||
|
<!--http://localhost/apollo_New_Update_20_02_2018/apollodec/Apollo/-->
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
Loading…
Reference in New Issue
Block a user