Commit d6a5ac45 authored by Ivan Tyagov's avatar Ivan Tyagov

Make root Web Site section accesssible.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41402 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 596b00ea
......@@ -52,10 +52,11 @@
\n
<li class="collapse-menu"\n
tal:condition="not:static_navigation_menu">\n
<a href="#" tal:attributes="href current_web_section_url">\n
<tal:block i18n:translate="" i18n:domain="ui">Browse</tal:block>\n
<!--[if IE 7]><!-->\n
</a><!--<![endif]-->\n
<div class="collapse-menu-root">\n
<a href="#" tal:attributes="href current_web_section_url">\n
<tal:block i18n:translate="" i18n:domain="ui">Browse</tal:block>\n
</a>\n
</div>\n
<!--[if lte IE 6]><table><tr><td><![endif]-->\n
<ul tal:condition="menu_item_list">\n
<li tal:repeat="menu_item menu_item_list">\n
......@@ -80,6 +81,7 @@
\n
<tal:block tal:condition="static_navigation_menu">\n
<tal:block tal:repeat="menu_item menu_item_list">\n
\n
<li tal:define="sub_item_list menu_item/subsection">\n
<a tal:attributes="href menu_item/url" >\n
<tal:block tal:replace="menu_item/compact_translated_title | menu_item/translated_title">Menu</tal:block>\n
......
......@@ -1475,6 +1475,10 @@ div.searchDetails a.modification-date-link{\n
display:block;\n
}\n
\n
div.collapse-menu-root{\n
display:block;\n
z-index:111;\n
}\n
\n
/* type.css */\n
table tr td, table tr th, table tr th button {\n
......
1718
\ No newline at end of file
1719
\ 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