mirror of https://github.com/apache/archiva.git
[MRM-1598] use bootstrap css 2.x use new table class names
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1239818 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f7078be3dd
commit
969412c426
|
@ -18,7 +18,7 @@
|
|||
-->
|
||||
<div id="dialog-confirm-modal" class="modal hide fade" style="display: block;">
|
||||
<div class="modal-header">
|
||||
<a class="close" href="#">×</a>
|
||||
<a class="close" href="#" data-dismiss="modal">×</a>
|
||||
<h3 id="dialog-confirm-modal-header-title"></h3>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
<div id="network-proxies-view-tabs-content" class="tab-content">
|
||||
<div id="network-proxies-view" class="active">
|
||||
<div id="network-proxies-bulk-save-btn" data-bind='template:{name:"network-proxies-bulk-save-tmpl"}'></div>
|
||||
<table class="bordered-table zebra-striped" id="networkProxiesTable"
|
||||
<table class="table table-striped table-bordered" id="networkProxiesTable"
|
||||
data-bind="simpleGrid: gridViewModel,simpleGridTemplate:'ko-network-proxies-grid',pageLinksId:'network-proxiesPagination'">
|
||||
</table>
|
||||
<div id="network-proxiesPagination"></div>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
</ul>
|
||||
<div id="proxy-connectors-view-tabs-content" class="tab-content">
|
||||
<div id="proxy-connectors-view" class="active">
|
||||
<table class="bordered-table zebra-striped" id="proxyConnectorsTable"
|
||||
<table class="table table-striped table-bordered" id="proxyConnectorsTable"
|
||||
data-bind="simpleGrid: gridViewModel,simpleGridTemplate:'ko-proxy-connectors-grid',pageLinksId:'proxy-connectorsPagination'">
|
||||
</table>
|
||||
<div id="proxy-connectorsPagination"></div>
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
</ul>
|
||||
<div id="managed-repositories-tabs-content" class="pill-content">
|
||||
<div id="managed-repositories-view" class="active">
|
||||
<table class="bordered-table zebra-striped" id="managed-repositories-table"
|
||||
<table class="table table-striped table-bordered" id="managed-repositories-table"
|
||||
data-bind="simpleGrid: gridViewModel,simpleGridTemplate:'ko_managed-repositoriesGrid',pageLinksId:'managed-repositoriesPagination',data:'managedRepositories'">
|
||||
</table>
|
||||
<div id="managed-repositoriesPagination"></div>
|
||||
|
@ -64,7 +64,7 @@
|
|||
</ul>
|
||||
<div id="remote-repositories-tabs-content" class="pill-content">
|
||||
<div id="remote-repositories-view" class="active">
|
||||
<table class="bordered-table zebra-striped" id="remote-repositories-table"
|
||||
<table class="table table-striped table-bordered" id="remote-repositories-table"
|
||||
data-bind="simpleGrid: gridViewModel,simpleGridTemplate:'ko_remote-repositoriesGrid',pageLinksId:'remote-repositoriesPagination',data:'remoteRepositories'">
|
||||
</table>
|
||||
<div id="remote-repositoriesPagination"></div>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
</ul>
|
||||
<div id="roles-view-tabs-content" class="tab-content">
|
||||
<div id="roles-view">
|
||||
<table class="bordered-table zebra-striped" id="usersTable"
|
||||
<table class="table table-striped table-bordered" id="usersTable"
|
||||
data-bind="simpleGrid: gridViewModel,simpleGridTemplate:'ko_rolesGrid',pageLinksId:'rolesPagination'">
|
||||
</table>
|
||||
<div id="rolesPagination"></div>
|
||||
|
@ -92,7 +92,7 @@
|
|||
<h3>${$.i18n.prop('permissions')}</h3>
|
||||
</div>
|
||||
{{if $data.permissions}}
|
||||
<table class="bordered-table zebra-striped" id="rolePermissionsTable">
|
||||
<table class="table table-striped table-bordered" id="rolePermissionsTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>${$.i18n.prop('name')}</th>
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
<button data-bind='click: sortByName' class="btn">
|
||||
${$.i18n.prop('users.sort.byname')}
|
||||
</button>
|
||||
<table class="bordered-table zebra-striped" id="usersTable"
|
||||
<table class="table table-striped table-bordered" id="usersTable"
|
||||
data-bind="simpleGrid: gridViewModel,simpleGridTemplate:'ko_usersGrid_grid',pageLinksId:'usersPagination'">
|
||||
</table>
|
||||
<div id="usersPagination"></div>
|
||||
|
|
Loading…
Reference in New Issue