lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit f8ddf7e8 authored by Ivan Tyagov's avatar Ivan Tyagov

Do not show number of tasks in top menu (show just "Tasks")

Reuse space most optimally. 
Clean up commented parts.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35599 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 128e02c4
......@@ -103,36 +103,6 @@
</a>\n
</li>\n
</tal:block>\n
<!--\n
<tal:block tal:condition="python: here.Base_checkPermission(\'web_page_module\', \'Add portal content\')">\n
<li>\n
<a href="#" i18n:translate="" i18n:domain="ui" tal:attributes="href string:${current_web_section_url}/WebSection_createNewWebPage">\n
New Page\n
</a>\n
</li>\n
</tal:block>\n
<tal:block tal:condition="python: here.Base_checkPermission(\'person_module\', \'Add portal content\')">\n
<li>\n
<a href="#" i18n:translate="" i18n:domain="ui" tal:attributes="href string:${current_web_section_url}/PersonModule_createNewPerson">\n
New Contact\n
</a>\n
</li>\n
</tal:block>\n
<tal:block tal:condition="python: here.Base_checkPermission(\'project_module\', \'Add portal content\')">\n
<li>\n
<a href="#" i18n:translate="" i18n:domain="ui" tal:attributes="href string:${current_web_section_url}/ProjectModule_createNewProject">\n
New Project\n
</a>\n
</li>\n
</tal:block>\n
<tal:block tal:condition="python: here.Base_checkPermission(\'task_module\', \'Add portal content\')">\n
<li>\n
<a href="#" i18n:translate="" i18n:domain="ui" tal:attributes="href string:${current_web_section_url}/TaskModule_createNewTask">\n
New Task\n
</a>\n
</li>\n
</tal:block>\n
-->\n
</ul>\n
<!--[if lte IE 6]></td></tr></table></a><![endif]-->\n
</li>\n
......@@ -158,7 +128,6 @@
tal:condition="not:is_anonymous">\n
<a href="#" i18n:translate="" i18n:domain="ui">\n
<tal:block i18n:translate="" i18n:domain="ui">Tasks</tal:block>\n
<tal:block tal:replace="python: \' (%s)\' % count"></tal:block>\n
</a>\n
<ul tal:condition="ordered_global_actions">\n
<li tal:repeat="action ordered_global_actions">\n
......
......@@ -1056,7 +1056,7 @@ form p,\n
font-size:1em;\n
border: none;\n
width: 120px;\n
margin-left: 40px;\n
margin-left: 10px;\n
\n
}\n
.meta input.search_text:focus {color:#000000;}\n
......
1412
\ No newline at end of file
1414
\ 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