]> source.dussan.org Git - archiva.git/commitdiff
[MRM-1598] use bootstrap css 2.x use new table class names
authorOlivier Lamy <olamy@apache.org>
Thu, 2 Feb 2012 20:41:02 +0000 (20:41 +0000)
committerOlivier Lamy <olamy@apache.org>
Thu, 2 Feb 2012 20:41:02 +0000 (20:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1239818 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/modal.html
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/network-proxies.html
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/proxy-connectors.html
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/repositories.html
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/roles-tmpl.html
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/user-grids.html

index 766389343b692946908b6753e723ea16742197f1..890d1abf295fd609be782c41901913d7bfe846d7 100644 (file)
@@ -18,7 +18,7 @@
 -->
 <div id="dialog-confirm-modal" class="modal hide fade" style="display: block;">
   <div class="modal-header">
-    <a class="close" href="#">&#215;</a>
+    <a class="close" href="#" data-dismiss="modal">&#215;</a>
     <h3 id="dialog-confirm-modal-header-title"></h3>
   </div>
   <div class="modal-body">
index a517d1843d92e51f3e968cffea18e31fd267ed0c..b0ceb2f8aea964edd915f0122def432fb3684058 100644 (file)
@@ -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>
index a5042208653610f0eb968fcb47f0aa24c0c24466..3567effdddea9fac6cfbc98e3c0c8eef01e48ee4 100644 (file)
@@ -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>
index 04878e6cd0502f162c00d66df89e59d3864de9a3..d3654e212b794e5d0a079f58cf2f459684334fdf 100644 (file)
@@ -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>
index e22b125c3573106cc60a5b00a087c1cf14615b63..b29a533044892f03b23ea2df92c4c381ef329285 100644 (file)
@@ -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>
index 900a6eaa4a00567828256231f361ca5d7bf5ecc3..e92d9da975916eaf8282ac53a32dfbb01eaa8c22 100644 (file)
         <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>