Commit 67e75d32 authored by Fabien Morin's avatar Fabien Morin

remove the line

'%s/erp5_egov_%scontent.css' % (portal_path, editable and 'editable_' or '')
because  it have been replace by
'%s/erp5_egov_%s_form_layout.css' % (portal_path, website.getId()) and erp5_egov_editable_content.css don't exist now.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23340 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3cbb8142
......@@ -82,7 +82,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
portal_path python:website.absolute_url();\n
editable request/editable_mode | python: 0; \n
global css_list_template python:[\'%s/erp5_egov.css\' % portal_path,\n
\'%s/erp5_egov_%scontent.css\' % (portal_path, editable and \'editable_\' or \'\'),\n
\'%s/erp5_egov_admin_toolbox.css\' % portal_path,\n
\'%s/erp5_egov_%s_form_layout.css\' % (portal_path, website.getId()),\n
\'%s/template_erp5_egov.css\' % portal_path,\n
......
......@@ -82,7 +82,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
portal_path python:website.absolute_url();\n
editable request/editable_mode | python: 0; \n
global css_list_template python:[\'%s/erp5_egov.css\' % portal_path,\n
\'%s/erp5_egov_%scontent.css\' % (portal_path, editable and \'editable_\' or \'\'),\n
\'%s/template_erp5_egov_workspace.css\' % portal_path,\n
\'%s/erp5_egov_admin_toolbox.css\' % portal_path,\n
\'%s/template_erp5_egov.css\' % portal_path,\n
......
277
\ No newline at end of file
279
\ 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