Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
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
slapos.core
Commits
6e207b34
Commit
6e207b34
authored
Apr 28, 2016
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_web: Fix language flags display
parent
2a2c34a7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
48 additions
and
2 deletions
+48
-2
master/bt5/slapos_web/SkinTemplateItem/portal_skins/vifib_hosting_theme/vifib_hosting_image/icon_lang_fr.png.png
...ib_hosting_theme/vifib_hosting_image/icon_lang_fr.png.png
+0
-0
master/bt5/slapos_web/SkinTemplateItem/portal_skins/vifib_hosting_theme/vifib_hosting_image/icon_lang_fr.png.xml
...ib_hosting_theme/vifib_hosting_image/icon_lang_fr.png.xml
+44
-0
master/bt5/slapos_web/SkinTemplateItem/portal_skins/vifib_jauks_widget_library/WebSite_viewTopBarWidget.zpt
...s/vifib_jauks_widget_library/WebSite_viewTopBarWidget.zpt
+4
-2
No files found.
master/bt5/slapos_web/SkinTemplateItem/portal_skins/vifib_hosting_theme/vifib_hosting_image/icon_lang_fr.png.png
0 → 100644
View file @
6e207b34
545 Bytes
master/bt5/slapos_web/SkinTemplateItem/portal_skins/vifib_hosting_theme/vifib_hosting_image/icon_lang_fr.png.xml
0 → 100644
View file @
6e207b34
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Image"
module=
"OFS.Image"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_EtagSupport__etag
</string>
</key>
<value>
<string>
ts61816078.91
</string>
</value>
</item>
<item>
<key>
<string>
__name__
</string>
</key>
<value>
<string>
icon_lang_fr.png
</string>
</value>
</item>
<item>
<key>
<string>
content_type
</string>
</key>
<value>
<string>
image/png
</string>
</value>
</item>
<item>
<key>
<string>
height
</string>
</key>
<value>
<int>
11
</int>
</value>
</item>
<item>
<key>
<string>
precondition
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
size
</string>
</key>
<value>
<int>
545
</int>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
icon_lang_fr.png
</string>
</value>
</item>
<item>
<key>
<string>
width
</string>
</key>
<value>
<int>
16
</int>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
master/bt5/slapos_web/SkinTemplateItem/portal_skins/vifib_jauks_widget_library/WebSite_viewTopBarWidget.zpt
View file @
6e207b34
...
...
@@ -15,8 +15,10 @@
<tal:block tal:repeat="language language_list">
<a tal:define="language_id language/id;"
tal:condition="python:language_id in available_language_list"
tal:attributes="href python: current_web_site_url + '/Base_doLanguage?select_language=%s' % language_id"
tal:content="language/title">English</a>
tal:attributes="href python: current_web_site_url + '/Base_doLanguage?select_language=%s' % language_id">
<img tal:attributes="src python: current_web_site_url + '/vifib_hosting_image/icon_lang_%s.png' % language_id;
alt language/title">
</a>
</tal:block>
</div>
<a tal:attributes="href current_web_site_url"><div id="vifib_logo"></div></a>
...
...
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