Author: jmorliaguet
Date: Mon Dec  5 21:30:39 2005
New Revision: 1961

Added:
   cpsskins/branches/jmo-perspectives/browser/editing/use_setting.pt   
(contents, props changed)
   
cpsskins/branches/jmo-perspectives/engines/authoring/icons/use-setting-16.png   
(contents, props changed)
Log:

- added missing files



Added: cpsskins/branches/jmo-perspectives/browser/editing/use_setting.pt
==============================================================================
--- (empty file)
+++ cpsskins/branches/jmo-perspectives/browser/editing/use_setting.pt   Mon Dec 
 5 21:30:39 2005
@@ -0,0 +1,21 @@
+<html metal:use-macro="context/@@popup_macros/page">
+  <body metal:fill-slot="body" i18n:domain="cpsskins">
+    <div class="editArea">
+      <h1>Use setting</h1>
+
+      <h2>Select a setting</h2>
+      <ul tal:define="setting_info context/@@getSettingInfo;
+                      format_type request/form/format|string:''">
+        <li tal:condition="python: format_type in setting_info"
+            tal:repeat="info setting_info/?format_type">
+          <tal:block define="name info/name">
+            <a href=""
+               tal:attributes="href 
string:./@@useSettingAsFormat?setting_name=$name&format_type=$format_type"
+               tal:content="info/name" />
+          </tal:block>
+        </li>
+      </ul>
+
+    </div>
+  </body>
+</html>

Added: 
cpsskins/branches/jmo-perspectives/engines/authoring/icons/use-setting-16.png
==============================================================================
Binary file. No diff available.
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to