course details changes done

This commit is contained in:
gandhimathi 2018-02-14 10:53:00 +05:30
parent c59062ad46
commit 8145caf966

View File

@ -12,9 +12,9 @@
<div class="row"> <div class="row">
<div class="col-sm-8"> <div class="col-sm-8">
<h1 class="mainTitle" translate="Activity"></h1> <h1 class="mainTitle" translate="Activity"></h1>
<span class="mainDescription">Add / Edit Activity list used for call tracking. </span> <span class="mainDescription">Add / Edit Activity list used for call tracking. </span>
</div> </div>
<div ncy-breadcrumb></div> <div ncy-breadcrumb></div>
</div> </div>
@ -128,7 +128,7 @@
</th> </th>
<th>Status</th> <th>Status</th>
<th></th> <th></th>
</tr> </tr>
</thead> </thead>
@ -138,7 +138,7 @@
<td>{{p.ActivityName}}</td> <td>{{p.ActivityName}}</td>
<td>{{p.Description}}</td> <td>{{p.Description}}</td>
<td><span ng-if="p.IsActive == 1"> Active </span><span ng-if="p.IsActive == 0">In-Active</span></td> <td><span ng-if="p.IsActive == 1"> Active </span><span ng-if="p.IsActive == 0">In-Active</span></td>
<td> <td>
<a class="text-azure" id="editRowBtn{{p.ActivityID}}" ng-click="setEditId(p);"><b class="fa fa-hover fa-pencil " aria-hidden="true"></b> <a class="text-azure" id="editRowBtn{{p.ActivityID}}" ng-click="setEditId(p);"><b class="fa fa-hover fa-pencil " aria-hidden="true"></b>
</a> </a>