Author: jmorliaguet
Date: Sun Apr  2 23:30:43 2006
New Revision: 2765

Added:
   cpsskins/branches/jmo-perspectives/ui/authoring/icons/io-48.png   (contents, 
props changed)
   cpsskins/branches/jmo-perspectives/ui/authoring/icons/negotiation-48.png   
(contents, props changed)
   cpsskins/branches/jmo-perspectives/ui/panels/io.pt
      - copied, changed from r2762, 
cpsskins/branches/jmo-perspectives/ui/panels/management.pt
   cpsskins/branches/jmo-perspectives/ui/panels/negotiation.pt
      - copied, changed from r2762, 
cpsskins/branches/jmo-perspectives/ui/panels/associations.pt
Removed:
   cpsskins/branches/jmo-perspectives/ui/authoring/icons/associations-48.png
   cpsskins/branches/jmo-perspectives/ui/panels/associations.pt
   cpsskins/branches/jmo-perspectives/ui/panels/management.pt
Modified:
   cpsskins/branches/jmo-perspectives/ui/authoring/definitions.py
   cpsskins/branches/jmo-perspectives/ui/authoring/icons/configure.zcml
   cpsskins/branches/jmo-perspectives/ui/authoring/icons/settings-48.png
   cpsskins/branches/jmo-perspectives/ui/panels/configure.zcml
   cpsskins/branches/jmo-perspectives/ui/screens/sitemanager/site_manager.pt
Log:

- renamed panels, updated icons



Modified: cpsskins/branches/jmo-perspectives/ui/authoring/definitions.py
==============================================================================
--- cpsskins/branches/jmo-perspectives/ui/authoring/definitions.py      
(original)
+++ cpsskins/branches/jmo-perspectives/ui/authoring/definitions.py      Sun Apr 
 2 23:30:43 2006
@@ -100,17 +100,17 @@
         }
     },
 
-    'management': {
-        'id': 'management',
+    'io': {
+        'id': 'io',
         'data': {
-            'url': '@@management.html',
+            'url': '@@io.html',
         }
     },
 
-    'associations': {
-        'id': 'associations',
+    'negotiation': {
+        'id': 'negotiation',
         'data': {
-            'url': '@@associations.html',
+            'url': '@@negotiation.html',
         }
     },
 }
@@ -268,23 +268,23 @@
         'controllers': ['site-manager-perspectives', 'settings-actions'],
     },
 
-    'associations': {
-        'id': 'associations',
+    'negotiation': {
+        'id': 'negotiation',
         'widget': {
             'type': 'panel',
         },
-        'model': 'associations',
-        'perspectives': ['associations'],
+        'model': 'negotiation',
+        'perspectives': ['negotiation'],
         'controllers': ['site-manager-perspectives'],
     },
 
-    'management': {
-        'id': 'management',
+    'io': {
+        'id': 'io',
         'widget': {
             'type': 'panel',
         },
-        'model': 'management',
-        'perspectives': ['management'],
+        'model': 'io',
+        'perspectives': ['io'],
         'controllers': ['site-manager-perspectives'],
     },
 

Modified: cpsskins/branches/jmo-perspectives/ui/authoring/icons/configure.zcml
==============================================================================
--- cpsskins/branches/jmo-perspectives/ui/authoring/icons/configure.zcml        
(original)
+++ cpsskins/branches/jmo-perspectives/ui/authoring/icons/configure.zcml        
Sun Apr  2 23:30:43 2006
@@ -51,7 +51,11 @@
       layer="cpsskins.browser.skin.cpsskins" />
 
   <resource
-      name="associations-48.png" file="associations-48.png"
+      name="negotiation-48.png" file="negotiation-48.png"
+      layer="cpsskins.browser.skin.cpsskins" />
+
+  <resource
+      name="io-48.png" file="io-48.png"
       layer="cpsskins.browser.skin.cpsskins" />
 
   <resource

Added: cpsskins/branches/jmo-perspectives/ui/authoring/icons/io-48.png
==============================================================================
Binary file. No diff available.

Added: cpsskins/branches/jmo-perspectives/ui/authoring/icons/negotiation-48.png
==============================================================================
Binary file. No diff available.

Modified: cpsskins/branches/jmo-perspectives/ui/authoring/icons/settings-48.png
==============================================================================
Binary files. No diff available.

Modified: cpsskins/branches/jmo-perspectives/ui/panels/configure.zcml
==============================================================================
--- cpsskins/branches/jmo-perspectives/ui/panels/configure.zcml (original)
+++ cpsskins/branches/jmo-perspectives/ui/panels/configure.zcml Sun Apr  2 
23:30:43 2006
@@ -50,13 +50,13 @@
     />
 
     <page
-      name="associations.html"
-      template="associations.pt"
+      name="negotiation.html"
+      template="negotiation.pt"
     />
 
     <page
-      name="management.html"
-      template="management.pt"
+      name="io.html"
+      template="io.pt"
     />
 
   </pages>

Copied: cpsskins/branches/jmo-perspectives/ui/panels/io.pt (from r2762, 
cpsskins/branches/jmo-perspectives/ui/panels/management.pt)
==============================================================================
--- cpsskins/branches/jmo-perspectives/ui/panels/management.pt  (original)
+++ cpsskins/branches/jmo-perspectives/ui/panels/io.pt  Sun Apr  2 23:30:43 2006
@@ -1,7 +1,7 @@
 
   <div class="sections">
     <img class="icon"
-         src="/++skin++cpsskins/@@/++resource++management-48.png" />
+         src="/++skin++cpsskins/@@/++resource++io-48.png" />
     <span class="description">export, import themes and settings ...</span>
     <br style="clear:both"/>
   </div>

Copied: cpsskins/branches/jmo-perspectives/ui/panels/negotiation.pt (from 
r2762, cpsskins/branches/jmo-perspectives/ui/panels/associations.pt)
==============================================================================
--- cpsskins/branches/jmo-perspectives/ui/panels/associations.pt        
(original)
+++ cpsskins/branches/jmo-perspectives/ui/panels/negotiation.pt Sun Apr  2 
23:30:43 2006
@@ -1,7 +1,7 @@
 
   <div class="sections">
     <img class="icon"
-         src="/++skin++cpsskins/@@/++resource++associations-48.png" />
+         src="/++skin++cpsskins/@@/++resource++negotiation-48.png" />
     <span class="description">local themes, perspectives ...</span>
     <br style="clear:both"/>
   </div>

Modified: 
cpsskins/branches/jmo-perspectives/ui/screens/sitemanager/site_manager.pt
==============================================================================
--- cpsskins/branches/jmo-perspectives/ui/screens/sitemanager/site_manager.pt   
(original)
+++ cpsskins/branches/jmo-perspectives/ui/screens/sitemanager/site_manager.pt   
Sun Apr  2 23:30:43 2006
@@ -7,13 +7,13 @@
 <ins class="model" cite="@@getModel?id=settings"></ins>
 <ins class="view" cite="@@getView?id=settings"></ins>
 
-<h2 onclick="javascript: 
CPSSkins.getControllerById('site-manager-perspectives').switchTo('associations')">
-Associations</h2>
-<ins class="model" cite="@@getModel?id=associations"></ins>
-<ins class="view" cite="@@getView?id=associations"></ins>
+<h2 onclick="javascript: 
CPSSkins.getControllerById('site-manager-perspectives').switchTo('negotiation')">
+Negotiation</h2>
+<ins class="model" cite="@@getModel?id=negotiation"></ins>
+<ins class="view" cite="@@getView?id=negotiation"></ins>
 
-<h2 onclick="javascript: 
CPSSkins.getControllerById('site-manager-perspectives').switchTo('management')">
-Management</h2>
-<ins class="model" cite="@@getModel?id=management"></ins>
-<ins class="view" cite="@@getView?id=management"></ins>
+<h2 onclick="javascript: 
CPSSkins.getControllerById('site-manager-perspectives').switchTo('io')">
+Import / export</h2>
+<ins class="model" cite="@@getModel?id=io"></ins>
+<ins class="view" cite="@@getView?id=io"></ins>
 
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to