updates studentDetails : kdk

This commit is contained in:
resicovenba 2018-02-22 09:58:28 +05:30
parent 0430ee4475
commit b09789c2d9
3 changed files with 4 additions and 3 deletions

View File

@ -1728,7 +1728,7 @@ app.controller('studentSuperAdminCtrl', ["$scope", "toaster", "$filter", "ngTabl
// $scope.existingStudentId = response.data.details.studentId;
SweetAlert.swal({
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",
showCancelButton: true,
confirmButtonColor: "#007aff",

View File

@ -460,7 +460,7 @@
<thead>
<tr>
<th>Document Name</th>
<th>Status</th>
<th>Details</th>
<th class="center">Download/Delete</th>
</tr>
</thead>
@ -469,10 +469,11 @@
<td>{{doc.DocumentName}}</td>
<td>{{doc.DocumentStorePath}}</td>
<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">
</i></button>
<!--<a ng-src="images/{{doc.DocumentStorePath}}" target="_blank">here!</a>-->
<!--http://localhost/apollo_New_Update_20_02_2018/apollodec/Apollo/-->
</td>
</tr>
</tbody>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB