[Erp5-report] r45345 lucas - in /erp5/trunk/bt5/erp5_configurator: SkinTemplateItem/portal_...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 12 22:20:28 CEST 2011


Author: lucas
Date: Tue Apr 12 22:20:28 2011
New Revision: 45345

URL: http://svn.erp5.org?rev=45345&view=rev
Log:
2011-04-12 lucas
* Replaced links for span elements.

Modified:
    erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/ConfiguratorTool_displayBusinessConfigurationList.xml
    erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/wizard.css.xml
    erp5/trunk/bt5/erp5_configurator/bt/change_log
    erp5/trunk/bt5/erp5_configurator/bt/revision

Modified: erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/ConfiguratorTool_displayBusinessConfigurationList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/ConfiguratorTool_displayBusinessConfigurationList.xml?rev=45345&r1=45344&r2=45345&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/ConfiguratorTool_displayBusinessConfigurationList.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/ConfiguratorTool_displayBusinessConfigurationList.xml [utf8] Tue Apr 12 22:20:28 2011
@@ -58,13 +58,14 @@
                   <div tal:attributes="id python: \'business_configuration_%s\' % bc_id;\n
                                        class string:box;">\n
 \n
-                    <a tal:attributes="href bc_absolute_url" tal:content="python: bc_title" />\n
+                    <span tal:attributes="id string:business-configuration-title" tal:content="bc_title" />\n
 \n
-                    <a tal:condition="bc_default_image" tal:attributes="href bc_absolute_url">\n
-                      <img tal:attributes="src python: \'%s?format=png\' % bc_default_image_absolute_url" />\n
-                    </a>\n
+                    <img tal:condition="bc_default_image"\n
+                         tal:attributes="src python: \'%s?format=png\' % bc_default_image_absolute_url" />\n
 \n
                     <span tal:condition="bc_description"\n
+                          tal:attributes="id string:span-business-configuration-description;\n
+                                          title bc_description;"\n
                           tal:content="python: \'%s ...\' % bc_description[:80]" />\n
 \n
                     <button id="dialog-submit-button"\n

Modified: erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/wizard.css.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/wizard.css.xml?rev=45345&r1=45344&r2=45345&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/wizard.css.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/wizard.css.xml [utf8] Tue Apr 12 22:20:28 2011
@@ -8,7 +8,7 @@
       <dictionary>
         <item>
             <key> <string>_EtagSupport__etag</string> </key>
-            <value> <string>ts02202866.83</string> </value>
+            <value> <string>ts02634727.61</string> </value>
         </item>
         <item>
             <key> <string>__name__</string> </key>
@@ -44,7 +44,7 @@
   overflow: hidden; /* Clear floats */\n
 }\n
 \n
-.box a, a:hover {\n
+.box span#business-configuration-title, span#business-configuration-title:hover {\n
   display: block;\n
   background-color: transparent;\n
   width: 100%;\n
@@ -61,7 +61,7 @@
 \n
 }\n
 \n
-.box a:hover {\n
+.box span:hover {\n
   background-color: transparent;\n
 }\n
 \n
@@ -81,7 +81,7 @@
   border: 2px solid #d4e8ec;\n
 }\n
 \n
-.box span {\n
+.box span#span-business-configuration-description {\n
   background-color: transparent;\n
   font-size: 10px;\n
   float: left;\n
@@ -90,7 +90,7 @@
 \n
 .box button {\n
   display: block;\n
-  margin-top: 80px;\n
+  margin-top: 65px;\n
   margin-left: auto;\n
   margin-right: auto;\n
 \n
@@ -133,7 +133,7 @@
         </item>
         <item>
             <key> <string>size</string> </key>
-            <value> <int>2127</int> </value>
+            <value> <int>2234</int> </value>
         </item>
         <item>
             <key> <string>title</string> </key>

Modified: erp5/trunk/bt5/erp5_configurator/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator/bt/change_log?rev=45345&r1=45344&r2=45345&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_configurator/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_configurator/bt/change_log [utf8] Tue Apr 12 22:20:28 2011
@@ -1,4 +1,7 @@
 2011-04-12 lucas
+* Replaced links for span elements.
+
+2011-04-12 lucas
 * Login name should not be displayed.
 
 2011-04-12 lucas

Modified: erp5/trunk/bt5/erp5_configurator/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator/bt/revision?rev=45345&r1=45344&r2=45345&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_configurator/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_configurator/bt/revision [utf8] Tue Apr 12 22:20:28 2011
@@ -1 +1 @@
-519
\ No newline at end of file
+520
\ No newline at end of file



More information about the Erp5-report mailing list