]> source.dussan.org Git - archiva.git/commitdiff
add more images on screen headers
authorOlivier Lamy <olamy@apache.org>
Mon, 13 Feb 2012 16:21:32 +0000 (16:21 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 13 Feb 2012 16:21:32 +0000 (16:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1243589 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/internet-web-browser-32-32.png [new file with mode: 0644]
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/system-file-manager-32-32.png [new file with mode: 0644]
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/repositories.html

diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/internet-web-browser-32-32.png b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/internet-web-browser-32-32.png
new file mode 100644 (file)
index 0000000..10d2ed4
Binary files /dev/null and b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/internet-web-browser-32-32.png differ
diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/system-file-manager-32-32.png b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/system-file-manager-32-32.png
new file mode 100644 (file)
index 0000000..1d6ce31
Binary files /dev/null and b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/system-file-manager-32-32.png differ
index 6422926cff6b6ce10ba557144e73b3a83a3ce1d7..45fb7eb53ae2a29d2ef0d88f12c70aaea840b998 100644 (file)
@@ -18,7 +18,7 @@
 -->
 <script id="networkProxiesMain" type="text/x-jquery-tmpl">
   <div class="page-header">
-    <h2>${$.i18n.prop('network-proxies.list')}</h2>
+    <h2><img src="images/internet-web-browser-32-32.png"/>${$.i18n.prop('network-proxies.list')}</h2>
   </div>
 
   <ul id="network-proxies-view-tabs" class="nav nav-tabs">
index 089897de292b8aa2f75b0b4092aaa498fcb5796a..c764b24ac2677251cffce68422960d224e1f00fe 100644 (file)
@@ -18,7 +18,7 @@
 -->
 <script id="repositoriesMain" type="text/x-jquery-tmpl">
     <div class="page-header">
-      <h2>${$.i18n.prop('administration.repositories')}</h2>
+      <h2><img src="images/system-file-manager-32-32.png"/>${$.i18n.prop('administration.repositories')}</h2>
     </div>
 
       <ul id="repositories-tabs" class="nav nav-tabs">