Commit 8246abad authored by Lucas Carvalho's avatar Lucas Carvalho

2011-04-12 lucas

* Replaced links for span elements.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45345 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e2941fa4
......@@ -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
......
......@@ -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>
......
2011-04-12 lucas
* Replaced links for span elements.
2011-04-12 lucas
* Login name should not be displayed.
......
519
\ No newline at end of file
520
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment