[Erp5-report] r38482 ivan - in /erp5/trunk/bt5/erp5_web: SkinTemplateItem/portal_skins/erp5...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Sep 20 13:53:31 CEST 2010


Author: ivan
Date: Mon Sep 20 13:53:30 2010
New Revision: 38482

URL: http://svn.erp5.org?rev=38482&view=rev
Log:
Be XHTML compliant.

Modified:
    erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/Document_getSummaryAsHTML.xml
    erp5/trunk/bt5/erp5_web/bt/revision

Modified: erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/Document_getSummaryAsHTML.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/Document_getSummaryAsHTML.xml?rev=38482&r1=38481&r2=38482&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/Document_getSummaryAsHTML.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/Document_getSummaryAsHTML.xml [utf8] Mon Sep 20 13:53:30 2010
@@ -46,14 +46,14 @@
               format python: here.getObject().portal_preferences.getPreference(\'preferred_image_format\', \'png\');\n
               description python: here.getDescription();\n
               box_relative_url python: request.get(\'box_relative_url\', \'\');\n
-              dom_id python: (\'%s-%s\' %(box_relative_url, here.getRelativeUrl()))">\n
+              dom_id python: (\'%s-%s\' %(box_relative_url, here.getRelativeUrl())).replace(\'/\',\'_\')">\n
   <div class="document-gadget-quick-preview">\n
   <div class="teaser"\n
        tal:attributes="onclick string:toggle(\'${dom_id}\');">\n
     <img alt="Icon" class="icon"\n
          tal:attributes="src icon" />\n
 \n
-    <span alt="Link" class="document-title"\n
+    <span class="document-title"\n
           tal:content="title"/>\n
 \n
     <span class="modification-date"\n
@@ -76,8 +76,8 @@
     <br/>\n
     <a target="_blank" \n
        class="document-link"\n
-       alt="Original Document"\n
-       i18n:translate="" i18n:domain="ui" i18n:attributes="alt"\n
+       title="Original Document"\n
+       i18n:translate="" i18n:domain="ui" i18n:attributes="title"\n
        tal:attributes="href string:${document_url}/view">Show original item</a>\n
   </div>\n
   </div>\n

Modified: erp5/trunk/bt5/erp5_web/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/bt/revision?rev=38482&r1=38481&r2=38482&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_web/bt/revision [utf8] Mon Sep 20 13:53:30 2010
@@ -1 +1 @@
-975
\ No newline at end of file
+976
\ No newline at end of file




More information about the Erp5-report mailing list