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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
erp5
Commits
7d2df410
Commit
7d2df410
authored
Jun 25, 2021
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_web_js_style: factorize the tal:define
parent
df22f981
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
bt5/erp5_web_js_style/SkinTemplateItem/portal_skins/erp5_web_js_style_ui/dialog_main.zpt
...ateItem/portal_skins/erp5_web_js_style_ui/dialog_main.zpt
+2
-1
bt5/erp5_web_js_style/SkinTemplateItem/portal_skins/erp5_web_js_style_ui/view_main.zpt
...plateItem/portal_skins/erp5_web_js_style_ui/view_main.zpt
+2
-1
No files found.
bt5/erp5_web_js_style/SkinTemplateItem/portal_skins/erp5_web_js_style_ui/dialog_main.zpt
View file @
7d2df410
...
@@ -11,6 +11,7 @@
...
@@ -11,6 +11,7 @@
web_site python: here.getWebSiteValue();
web_site python: here.getWebSiteValue();
web_section python: here.getWebSectionValue();
web_section python: here.getWebSectionValue();
no_style_gadget_url python: web_section.getLayoutProperty('configuration_style_gadget_url', default='');
no_style_gadget_url python: web_section.getLayoutProperty('configuration_style_gadget_url', default='');
favicon_url python: web_section.getLayoutProperty('configuration_favicon_url', default='');
global_definitions_macros here/global_definitions/macros;"
>
global_definitions_macros here/global_definitions/macros;"
>
<tal:block
metal:use-macro=
"global_definitions_macros/header_definitions"
/>
<tal:block
metal:use-macro=
"global_definitions_macros/header_definitions"
/>
<html>
<html>
...
@@ -21,7 +22,7 @@
...
@@ -21,7 +22,7 @@
<noscript>
<noscript>
<link
rel=
"stylesheet"
href=
"jsstyle.css"
>
<link
rel=
"stylesheet"
href=
"jsstyle.css"
>
</noscript>
</noscript>
<tal:block
tal:
define=
"favicon_url python: web_section.getLayoutProperty('configuration_favicon_url', default='')"
tal:
condition=
"favicon_url"
>
<tal:block
tal:condition=
"favicon_url"
>
<link
rel=
"icon"
tal:attributes=
"href favicon_url"
/>
<link
rel=
"icon"
tal:attributes=
"href favicon_url"
/>
</tal:block>
</tal:block>
<!-- Prevent conflicts with Web Page reference provided by erp5_web_renderjs_ui -->
<!-- Prevent conflicts with Web Page reference provided by erp5_web_renderjs_ui -->
...
...
bt5/erp5_web_js_style/SkinTemplateItem/portal_skins/erp5_web_js_style_ui/view_main.zpt
View file @
7d2df410
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
web_site python: here.getWebSiteValue();
web_site python: here.getWebSiteValue();
web_section python: here.getWebSectionValue();
web_section python: here.getWebSectionValue();
no_style_gadget_url python: web_section.getLayoutProperty('configuration_style_gadget_url', default='');
no_style_gadget_url python: web_section.getLayoutProperty('configuration_style_gadget_url', default='');
favicon_url python: web_section.getLayoutProperty('configuration_favicon_url', default='');
global_definitions_macros here/global_definitions/macros;"
>
global_definitions_macros here/global_definitions/macros;"
>
<tal:block
metal:use-macro=
"global_definitions_macros/header_definitions"
/>
<tal:block
metal:use-macro=
"global_definitions_macros/header_definitions"
/>
<html>
<html>
...
@@ -20,7 +21,7 @@
...
@@ -20,7 +21,7 @@
<noscript>
<noscript>
<link
rel=
"stylesheet"
href=
"jsstyle.css"
>
<link
rel=
"stylesheet"
href=
"jsstyle.css"
>
</noscript>
</noscript>
<tal:block
tal:
define=
"favicon_url python: web_section.getLayoutProperty('configuration_favicon_url', default='')"
tal:
condition=
"favicon_url"
>
<tal:block
tal:condition=
"favicon_url"
>
<link
rel=
"icon"
tal:attributes=
"href favicon_url"
/>
<link
rel=
"icon"
tal:attributes=
"href favicon_url"
/>
</tal:block>
</tal:block>
<!-- Prevent conflicts with Web Page reference provided by erp5_web_renderjs_ui -->
<!-- Prevent conflicts with Web Page reference provided by erp5_web_renderjs_ui -->
...
...
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