Commit 27163516 authored by Julien Muchembled's avatar Julien Muchembled

Remove invalid 'name' attribute in div tags (forgot 2 occurrences - cf r23189).


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23312 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1282f56f
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
\n \n
\n \n
<!-- Edit button menu -->\n <!-- Edit button menu -->\n
<div name="adminSection" class="adminSection">\n <div class="adminSection">\n
<h3 i18n:translate="" i18n:domain="ui">Edit</h3>\n <h3 i18n:translate="" i18n:domain="ui">Edit</h3>\n
<ul tal:define="edit_link_list python: here.Base_getAdminToolboxEditShortcutList()">\n <ul tal:define="edit_link_list python: here.Base_getAdminToolboxEditShortcutList()">\n
<li tal:repeat="link edit_link_list">\n <li tal:repeat="link edit_link_list">\n
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
XXX - This is not so good to create new content in a section\n XXX - This is not so good to create new content in a section\n
Behaviour should be to create content in section / site\n Behaviour should be to create content in section / site\n
-->\n -->\n
<div name="adminSection" class="adminSection"\n <div class="adminSection"\n
tal:condition="python: is_default_document_available or here.isDocument"\n tal:condition="python: is_default_document_available or here.isDocument"\n
tal:define="document python: test(is_default_document_available, \n tal:define="document python: test(is_default_document_available, \n
here.getDefaultDocumentValue(), \n here.getDefaultDocumentValue(), \n
......
697 698
\ No newline at end of file \ 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