]> source.dussan.org Git - archiva.git/commitdiff
use larger icons in some places
authorOlivier Lamy <olamy@apache.org>
Mon, 13 Feb 2012 15:55:54 +0000 (15:55 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 13 Feb 2012 15:55:54 +0000 (15:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1243567 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/applications-internet-32-32.png [new file with mode: 0644]
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/edit-cut-22-22.png [new file with mode: 0644]
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/preferences-system-network-proxy-32-32.png [new file with mode: 0644]
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/system-software-update-32-32.png [new file with mode: 0644]
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/system-users-32-32.png [new file with mode: 0644]
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/utilities-system-monitor-22-22.png [new file with mode: 0644]
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/utilities-system-monitor-32-32.png [new file with mode: 0644]
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/redback/templates/user-grids.html

diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/applications-internet-32-32.png b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/applications-internet-32-32.png
new file mode 100644 (file)
index 0000000..096e848
Binary files /dev/null and b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/applications-internet-32-32.png differ
diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/edit-cut-22-22.png b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/edit-cut-22-22.png
new file mode 100644 (file)
index 0000000..7017d1b
Binary files /dev/null and b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/edit-cut-22-22.png differ
diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/preferences-system-network-proxy-32-32.png b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/preferences-system-network-proxy-32-32.png
new file mode 100644 (file)
index 0000000..e75f6f7
Binary files /dev/null and b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/preferences-system-network-proxy-32-32.png differ
diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/system-software-update-32-32.png b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/system-software-update-32-32.png
new file mode 100644 (file)
index 0000000..470b5d4
Binary files /dev/null and b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/system-software-update-32-32.png differ
diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/system-users-32-32.png b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/system-users-32-32.png
new file mode 100644 (file)
index 0000000..749c825
Binary files /dev/null and b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/system-users-32-32.png differ
diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/utilities-system-monitor-22-22.png b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/utilities-system-monitor-22-22.png
new file mode 100644 (file)
index 0000000..f2d266f
Binary files /dev/null and b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/utilities-system-monitor-22-22.png differ
diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/utilities-system-monitor-32-32.png b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/utilities-system-monitor-32-32.png
new file mode 100644 (file)
index 0000000..b62959e
Binary files /dev/null and b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/utilities-system-monitor-32-32.png differ
index c2bf37ee8e6977b6236d2c2ae5ff4864b4779680..09e19650b933eb12c8ffc7baf9efe2633cb0d00a 100644 (file)
@@ -18,7 +18,7 @@
 -->
 <script id="proxyConnectorsMain" type="text/x-jquery-tmpl">
   <div class="page-header">
-    <h2>${$.i18n.prop('proxy-connectors.list')}</h2>
+    <h2><img src="images/preferences-system-network-proxy-32-32.png"/>${$.i18n.prop('proxy-connectors.list')}</h2>
   </div>
 
   <ul id="proxy-connectors-view-tabs" class="nav nav-tabs">
@@ -72,7 +72,7 @@
     <tr data-bind="css:{ 'modified': row.modified()}">
       <td>${row.sourceRepoId()}</td>
       <td>${row.targetRepoId()}</td>
-      <td><img src="images/utilities-system-monitor.png" id="proxy-connectors-grid-remoterepo-settings-edit-${row.sourceRepoId()}-${row.targetRepoId()}"
+      <td><img src="images/utilities-system-monitor-22-22.png" id="proxy-connectors-grid-remoterepo-settings-edit-${row.sourceRepoId()}-${row.targetRepoId()}"
                data-original-title="${$.i18n.prop('proxy-connectors.grid.remoterepo.settings.popover.title')}"
                data-bind="event: { mouseover: function(){ showSettings(row)},}"></td>
       <td>
@@ -84,7 +84,7 @@
       </td>
       <td>
         <a href="#" data-bind="click: function(){ deleteProxyConnector(row)}">
-          <img src="images/edit-cut.png" title="${$.i18n.prop('delete')}"/>
+          <img src="images/edit-cut-22-22.png" title="${$.i18n.prop('delete')}"/>
         </a>
       </td>
       <td>
         </div>
 
 
-          <div class="control-group span6">
-            <h4>${$.i18n.prop('proxy-connector.whitelist')}</h4>
-            <table class="table">
-              <thead>
-                <th><input type="text" id="whitelist-value"/></th>
-                <th><a href="#" data-bind="click: function(){ addWhitelistPattern() }">${$.i18n.prop('add')}</a></th>
-              </thead>
-              <tbody data-bind="foreach: proxyConnector.whiteListPatterns">
-                <tr>
-                  <td data-bind="text: $data"></td>
-                  <td><a href="#" data-bind="click: function(){removeWhitelistPattern($data)}">${$.i18n.prop('delete')}</a></td>
-                </tr>
-              </tbody>
-            </table>
+        <div class="control-group span6">
+          <h4>${$.i18n.prop('proxy-connector.whitelist')}</h4>
+          <table class="table">
+            <thead>
+              <th><input type="text" id="whitelist-value"/></th>
+              <th><a href="#" data-bind="click: function(){ addWhitelistPattern() }">${$.i18n.prop('add')}</a></th>
+            </thead>
+            <tbody data-bind="foreach: proxyConnector.whiteListPatterns">
+              <tr>
+                <td data-bind="text: $data"></td>
+                <td><a href="#" data-bind="click: function(){removeWhitelistPattern($data)}">${$.i18n.prop('delete')}</a></td>
+              </tr>
+            </tbody>
+          </table>
         </div>
 
       </fieldset>
     {{var remoteRepository=$parent.findRemoteRepository(targetRepoId)}}
     <div class="row-fluid">
       <div class="span1">
-        <img src="images/system-software-update.png"/>
+        <img src="images/system-software-update-32-32.png"/>
       </div>
       <div class="span6 pull-left">
-        <p>${targetRepoId}</p>
-        <p>${remoteRepository.name()}&nbsp;(<a href="${remoteRepository.url()}" target="_blank">${remoteRepository.url()}</a>)</p>
+        <blockquote>
+            ${targetRepoId}
+            <br/>
+            ${remoteRepository.name()}&nbsp;(<a href="${remoteRepository.url()}" target="_blank">${remoteRepository.url()}</a>)
+        </blockquote>
         <!--<p>${order}</p>-->
       </div>
     </div>
 <script id="proxy-connector-edit-order-managed-repository-tmpl" type="text/html">
   <div class="well row-fluid">
     <div class="span1">
-      <img src="images/applications-internet.png"/>
+      <img src="images/applications-internet-32-32.png"/>
     </div>
     <div class="span6">
-      <p>${managedRepository.id}</p>
-      <p>${managedRepository.name}</p>
+      <blockquote>
+          ${managedRepository.id}
+          <br/>
+          ${managedRepository.name}
+      </blockquote>
     </div>
     <div class="span2">
       {{if proxyConnectorsViewModel.bulkSave()}}
index b0acdd92e0296dba1274fe4f0e8f5b48ecc87001..e02f86022e682d2ef34d7c86cdff9dc7e428b6e6 100644 (file)
@@ -91,7 +91,7 @@
 
 <script id="usersGrid"  type="text/x-jquery-tmpl">
     <div class="page-header">
-      <h2>${$.i18n.prop('users.list')}</h2>
+      <h3><img src="images/system-users-32-32.png"/>${$.i18n.prop('users.list')}</h3>
     </div>
     <ul id="users-view-tabs" class="nav nav-tabs" data-target="#users-view-tabs-content">
       <li class="active" id="users-view-tabs-li-users-grid">