Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tomáš Peterka
erp5
Commits
563b7e99
Commit
563b7e99
authored
Jun 28, 2011
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Follow DMS modifications
parent
8cce2f7c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
12 deletions
+12
-12
bt5/erp5_web_multiflex5_theme/SkinTemplateItem/portal_skins/erp5_web_multiflex5_theme/mf54_grid.css.xml
.../portal_skins/erp5_web_multiflex5_theme/mf54_grid.css.xml
+9
-8
bt5/erp5_web_multiflex5_theme/SkinTemplateItem/portal_skins/erp5_web_multiflex5_theme/template_erp5_multiflex5.xml
...ns/erp5_web_multiflex5_theme/template_erp5_multiflex5.xml
+2
-3
bt5/erp5_web_multiflex5_theme/bt/revision
bt5/erp5_web_multiflex5_theme/bt/revision
+1
-1
No files found.
bt5/erp5_web_multiflex5_theme/SkinTemplateItem/portal_skins/erp5_web_multiflex5_theme/mf54_grid.css.xml
View file @
563b7e99
...
...
@@ -63,28 +63,28 @@
sitename_width python:here.getLayoutProperty(\'layout_sitename_width\', 300);\n
header_background_image python:here.getLayoutProperty(\'layout_header_background_image\', \n
\'mf54_image/bg_header.jpg\');\n
header_background_image python:\'%s/%s\' % (site_url, header_background_image);\n
header_background_image python:\'%s/%s
?format=png
\' % (site_url, header_background_image);\n
site_logo python:here.getLayoutProperty(\'layout_site_logo\', \n
\'mf54_image/bg_logo.gif\');\n
site_logo python:\'%s/%s\' % (site_url, site_logo);\n
site_logo python:\'%s/%s
?format=png
\' % (site_url, site_logo);\n
page_top_background_image python:here.getLayoutProperty(\'layout_page_top_background_image\', \n
\'mf54_image/bg_corner_page_top.gif\');\n
page_top_background_image python:\'%s/%s\' % (site_url, page_top_background_image);\n
page_top_background_image python:\'%s/%s
?format=png
\' % (site_url, page_top_background_image);\n
page_bottom_background_image python:here.getLayoutProperty(\'layout_page_bottom_background_image\', \n
\'mf54_image/bg_corner_page_bottom.gif\');\n
page_bottom_background_image python:\'%s/%s\' % (site_url, page_bottom_background_image);\n
page_bottom_background_image python:\'%s/%s
?format=png
\' % (site_url, page_bottom_background_image);\n
content_bottom_background_image python:here.getLayoutProperty(\'layout_content_bottom_background_image\', \n
\'mf54_image/bg_corner_content_%s1col_bottom.gif\' % ((not has_right_column and \'nosidebar_\') or \'\'));\n
content_bottom_background_image python:\'%s/%s\' % (site_url, content_bottom_background_image);\n
content_bottom_background_image python:\'%s/%s
?format=png
\' % (site_url, content_bottom_background_image);\n
content_top_background_image python:here.getLayoutProperty(\'layout_content_top_background_image\', \n
\'mf54_image/bg_corner_content_%s1col_top.gif\' % ((not has_right_column and \'nosidebar_\') or \'\'));\n
content_top_background_image python:\'%s/%s\' % (site_url, content_top_background_image);\n
content_top_background_image python:\'%s/%s
?format=png
\' % (site_url, content_top_background_image);\n
subcontent_top_background_image python:here.getLayoutProperty(\'layout_subcontent_top_background_image\',\n
\'mf54_image/bg_corner_subcontent_top.gif\');\n
subcontent_top_background_image python:\'%s/%s\' % (site_url, subcontent_top_background_image);\n
subcontent_top_background_image python:\'%s/%s
?format=png
\' % (site_url, subcontent_top_background_image);\n
subcontent_bottom_background_image python:here.getLayoutProperty(\'layout_subcontent_bottom_background_image\',\n
\'mf54_image/bg_corner_subcontent_bottom.gif\');\n
subcontent_bottom_background_image python:\'%s/%s\' % (site_url, subcontent_bottom_background_image);\n
subcontent_bottom_background_image python:\'%s/%s
?format=png
\' % (site_url, subcontent_bottom_background_image);\n
"
>
\n
\n
/****************************************************************/\n
...
...
@@ -334,6 +334,7 @@ div.subcontent-box.headbox1noicon h2.noicon {background:none;}\n
/******************************************/\n
.navbar ul li.login {float:right}\n
\n
\n
</tal:block>
]]>
</unicode>
</value>
...
...
bt5/erp5_web_multiflex5_theme/SkinTemplateItem/portal_skins/erp5_web_multiflex5_theme/template_erp5_multiflex5.xml
View file @
563b7e99
...
...
@@ -103,7 +103,7 @@
\'%s/mf54_grid.css\' % section_url,\n
\'%s/mf54_content.css\' % section_url,\n
] + (section.getLayoutProperty(\'layout_additional_css\', None) and\n
[\'%s/%s\' % (portal_path, section.getLayoutProperty(\'layout_additional_css\'))] or []);\n
[\'%s/%s
/Base_download
\' % (portal_path, section.getLayoutProperty(\'layout_additional_css\'))] or []);\n
global js_list python:[\n
]"
>
\n
<tal:block
metal:use-macro=
"here/template_erp5_xhtml_style/macros/master"
>
\n
...
...
@@ -199,8 +199,7 @@
</tal:block>
\n
</tal:block>
\n
</body>
\n
</html>
\n
</html>
]]>
</unicode>
</value>
</item>
...
...
bt5/erp5_web_multiflex5_theme/bt/revision
View file @
563b7e99
197
\ No newline at end of file
198
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment