course details changes done

This commit is contained in:
gandhimathi 2018-01-31 14:22:35 +05:30
parent aa78b6c9fe
commit bff3d3a80a

View File

@ -60,7 +60,7 @@
<div class="user-left"> <div class="user-left">
<!--{{followupDetails | json}}--> <!--{{followupDetails | json}}-->
<table class="table table-condensed"> <table class="table table-condensed" ng-controller="studentModalDemoCtrl">
<thead> <thead>
<tr > <tr >
<th colspan="3">Contact Information</th> <th colspan="3">Contact Information</th>
@ -71,13 +71,13 @@
<td class="text-primary">Student Name</td> <td class="text-primary">Student Name</td>
<td><span class="text-blue text-bold"> <td><span class="text-blue text-bold">
{{followupDetails.LeadName}}</span> <a tooltip="View Student" class="text-blue" ng-click="open(followupDetails);"> {{followupDetails.LeadName}}</a></span>
</td> </td>
</tr> </tr>
<tr> <tr>
<td>Mobile Number</td> <td>Mobile Number</td>
<td><span class="text-blue text-bold"> <td><span class="text-blue text-bold">
{{followupDetails.MobileNumber}} </span></td> <a tooltip="View Student" class="text-blue" ng-click="open(followupDetails);"> {{followupDetails.MobileNumber}} </a></span></td>
</tr> </tr>
<tr> <tr>