changeset 393:92a960b691a4

merged.
author Raimund Renkert <rrenkert@intevation.de>
date Fri, 30 Aug 2013 12:52:59 +0200
parents 63396d62a292 (diff) 73341090a12d (current diff)
children 6fa3b50949c9
files app/view/Viewport.js
diffstat 16 files changed, 20 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/app/view/Viewport.js	Fri Aug 30 11:24:07 2013 +0200
+++ b/app/view/Viewport.js	Fri Aug 30 12:52:59 2013 +0200
@@ -162,9 +162,9 @@
                         }
                     },
                     "->",
-                    {xtype: 'box', autoEl: {tag: 'img', src:'gfx/user.png'}},
+                    {xtype: 'box', autoEl: {tag: 'img', src:'gfx/user-identity.png'}},
                     {xtype: "tbtext", id:"userinfo", text:""},
-                    {xtype: 'box', autoEl: {tag: 'img', src:'gfx/usergroup.png'}},
+                    {xtype: 'box', autoEl: {tag: 'img', src:'gfx/network-workgroup.png'}},
                     {xtype: "tbtext", id:"groupinfo", text:""}
                     ]
                 }
--- a/app/view/kommentare/List.js	Fri Aug 30 11:24:07 2013 +0200
+++ b/app/view/kommentare/List.js	Fri Aug 30 12:52:59 2013 +0200
@@ -22,13 +22,13 @@
                 items: [
                     {
                         text: 'Hinzufügen',
-                        icon: 'gfx/plus.gif',
+                        icon: 'gfx/list-add.png',
                         action: 'add',
                         probeId: this.probeId
                     },
                     {
                         text: 'Löschen',
-                        icon: 'gfx/minus.gif',
+                        icon: 'gfx/list-remove.png',
                         action: 'delete'
                     }
                 ]
--- a/app/view/messungen/List.js	Fri Aug 30 11:24:07 2013 +0200
+++ b/app/view/messungen/List.js	Fri Aug 30 12:52:59 2013 +0200
@@ -22,13 +22,13 @@
                 items: [
                     {
                         text: 'Hinzufügen',
-                        icon: 'gfx/plus.gif',
+                        icon: 'gfx/list-add.png',
                         action: 'add',
                         probeId: this.probeId
                     },
                     {
                         text: 'Löschen',
-                        icon: 'gfx/minus.gif',
+                        icon: 'gfx/list-remove.png',
                         action: 'delete'
                     }
                 ]
--- a/app/view/messwerte/List.js	Fri Aug 30 11:24:07 2013 +0200
+++ b/app/view/messwerte/List.js	Fri Aug 30 12:52:59 2013 +0200
@@ -23,14 +23,14 @@
                 items: [
                     {
                         text: 'Hinzufügen',
-                        icon: 'gfx/plus.gif',
+                        icon: 'gfx/list-add.png',
                         action: 'add',
                         probeId: this.probeId,
                         parentId: this.parentId
                     },
                     {
                         text: 'Löschen',
-                        icon: 'gfx/minus.gif',
+                        icon: 'gfx/list-remove.png',
                         action: 'delete'
                     }
                 ]
--- a/app/view/mkommentare/List.js	Fri Aug 30 11:24:07 2013 +0200
+++ b/app/view/mkommentare/List.js	Fri Aug 30 12:52:59 2013 +0200
@@ -23,14 +23,14 @@
                 items: [
                     {
                         text: 'Hinzufügen',
-                        icon: 'gfx/plus.gif',
+                        icon: 'gfx/list-add.png',
                         action: 'add',
                         probeId: this.probeId,
                         parentId: this.parentId
                     },
                     {
                         text: 'Löschen',
-                        icon: 'gfx/minus.gif',
+                        icon: 'gfx/list-remove.png',
                         action: 'delete'
                     }
                 ]
--- a/app/view/orte/List.js	Fri Aug 30 11:24:07 2013 +0200
+++ b/app/view/orte/List.js	Fri Aug 30 12:52:59 2013 +0200
@@ -22,13 +22,13 @@
                 items: [
                     {
                         text: 'Hinzufügen',
-                        icon: 'gfx/plus.gif',
+                        icon: 'gfx/list-add.png',
                         action: 'add',
                         probeId: this.probeId
                     },
                     {
                         text: 'Löschen',
-                        icon: 'gfx/minus.gif',
+                        icon: 'gfx/list-remove.png',
                         action: 'delete'
                     }
                 ]
--- a/app/view/proben/List.js	Fri Aug 30 11:24:07 2013 +0200
+++ b/app/view/proben/List.js	Fri Aug 30 12:52:59 2013 +0200
@@ -21,17 +21,17 @@
                 items: [
                     {
                         text: 'Hinzufügen',
-                        icon: 'gfx/plus.gif',
+                        icon: 'gfx/list-add.png',
                         action: 'add'
                     },
                     {
                         text: 'Import',
-                        icon: 'gfx/plus.gif',
+                        icon: 'gfx/svn-commit.png',
                         action: 'import'
                     },
                     {
                         text: 'Export',
-                        icon: 'gfx/document-save-as-6.png',
+                        icon: 'gfx/svn-update.png',
                         action: 'export'
                     }
                 ]
--- a/app/view/status/List.js	Fri Aug 30 11:24:07 2013 +0200
+++ b/app/view/status/List.js	Fri Aug 30 12:52:59 2013 +0200
@@ -23,14 +23,14 @@
                 items: [
                     {
                         text: 'Hinzufügen',
-                        icon: 'gfx/plus.gif',
+                        icon: 'gfx/list-add.png',
                         action: 'add',
                         probeId: this.probeId,
                         parentId: this.parentId
                     },
                     {
                         text: 'Löschen',
-                        icon: 'gfx/minus.gif',
+                        icon: 'gfx/list-remove.png',
                         action: 'delete'
                     }
                 ]
--- a/app/view/zusatzwerte/List.js	Fri Aug 30 11:24:07 2013 +0200
+++ b/app/view/zusatzwerte/List.js	Fri Aug 30 12:52:59 2013 +0200
@@ -22,13 +22,13 @@
                 items: [
                     {
                         text: 'Hinzufügen',
-                        icon: 'gfx/plus.gif',
+                        icon: 'gfx/list-add.png',
                         action: 'add',
                         probeId: this.probeId
                     },
                     {
                         text: 'Löschen',
-                        icon: 'gfx/minus.gif',
+                        icon: 'gfx/list-remove.png',
                         action: 'delete'
                     }
                 ]
Binary file gfx/list-add.png has changed
Binary file gfx/list-remove.png has changed
Binary file gfx/network-workgroup.png has changed
Binary file gfx/svn-commit.png has changed
Binary file gfx/svn-update.png has changed
Binary file gfx/user-identity.png has changed
--- a/index.html	Fri Aug 30 11:24:07 2013 +0200
+++ b/index.html	Fri Aug 30 12:52:59 2013 +0200
@@ -3,7 +3,7 @@
 <head>
     <title>Lada</title>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <link rel="stylesheet" type="text/css" href="extjs/resources/css/ext-all.css">
+    <link rel="stylesheet" type="text/css" href="extjs/resources/css/ext-all-gray.css">
     <script type="text/javascript" src="extjs/ext-all-debug.js"></script>
     <script type="text/javascript" src="app.js"></script>
     <script type="text/javascript" src=""></script>

http://lada.wald.intevation.org