client management now bootstrap 2 compatible

pull/59/head
Michael Jett 2012-04-20 12:14:06 -04:00
parent 57ebb7d287
commit 703a8abab5
1 changed files with 33 additions and 32 deletions

View File

@ -39,12 +39,10 @@
<#=(refreshTokens == 1 ? 'checked' : '')#> value="" id="" name="" disabled>
</td>
<td>
<button data-controls-modal="modal-from-dom" data-backdrop="true" data-keyboard="true"
class="btn">edit
</button>
<button class="btn">edit</button>
</td>
<td>
<button class="btn danger">delete</button>
<button class="btn btn-danger">delete</button>
</td>
</tr>
</script>
@ -52,13 +50,14 @@
<o:topbar/>
<div class="container-fluid">
<div class="row-fluid">
<o:sidebar/>
<div class="span10">
<div class="content">
<o:breadcrumbs crumb="Manage Clients"/>
<div class="well">
<a class="btn small primary" href="#">New Client</a>
<a class="btn btn-small btn-primary" href="#">New Client</a>
</div>
<table id="client-table">
@ -80,9 +79,11 @@
</table>
<div class="well">
<a class="btn small primary" href="#">New Client</a>
<a class="btn btn-small btn-primary" href="#">New Client</a>
</div>
<o:copyright/>
</div>
</div>
</div>
</div>
<o:footer/>