certificate.html edited online with Bitbucket
This commit is contained in:
parent
e2d7fb7b54
commit
cbd690a53a
@ -11,8 +11,8 @@
|
||||
<section id="page-title">
|
||||
<div class="row">
|
||||
<div class="col-sm-8">
|
||||
<h1 class="mainTitle" translate="Certificate Details"></h1>
|
||||
|
||||
<h1 class="mainTitle" translate="Certificate Type"></h1>
|
||||
<span class="mainDescription">Add/Edit certificate type. </span>
|
||||
</div>
|
||||
<div ncy-breadcrumb></div>
|
||||
</div>
|
||||
@ -68,7 +68,7 @@
|
||||
<div class="col-md-2" style="padding-top: 2.3%;">
|
||||
<div class="pull-right">
|
||||
<button type="submit" ladda="ldloading1.zoom_in" tabindex="2" class="btn btn-wide btn-success" data-style="zoom-in">
|
||||
Submit
|
||||
Add
|
||||
</button>
|
||||
<!-- <button type="submit" class="btn btn-success btn-o" tabindex="8">
|
||||
Submit
|
||||
@ -122,7 +122,7 @@
|
||||
<tr>
|
||||
<td>{{p.CertificationID}}</td>
|
||||
<td>{{p.CertificateName}}</td>
|
||||
<td><span ng-if="p.IsActive == 1"> Active </span><span ng-if="p.IsActive == 0">De-Active</span></td>
|
||||
<td><span ng-if="p.IsActive == 1"> Active </span><span ng-if="p.IsActive == 0">In-Active</span></td>
|
||||
<td>
|
||||
<a class="text-azure" id="editRowBtn{{p.CertificationID}}" ng-click="setEditId(p.CertificationID);"><b class="fa fa-hover fa-pencil " aria-hidden="true"></b>
|
||||
</a>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user