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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Douglas
erp5
Commits
3abfca53
Commit
3abfca53
authored
Sep 16, 2015
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_web_renderjs_ui] Give priority to the link on the header's left action icon
parent
bb0a0be4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_header_js.xml
...emplateItem/web_page_module/rjs_gadget_erp5_header_js.xml
+7
-8
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_header_js.xml
View file @
3abfca53
...
@@ -173,7 +173,6 @@
...
@@ -173,7 +173,6 @@
// acquired methods\n
// acquired methods\n
//////////////////////////////////////////////\n
//////////////////////////////////////////////\n
.declareAcquiredMethod("translateHtml", "translateHtml")\n
.declareAcquiredMethod("translateHtml", "translateHtml")\n
.declareAcquiredMethod("whoWantToDisplayThis", "whoWantToDisplayThis")\n
.declareAcquiredMethod("triggerSubmit", "triggerSubmit")\n
.declareAcquiredMethod("triggerSubmit", "triggerSubmit")\n
.declareAcquiredMethod("triggerPanel", "triggerPanel")\n
.declareAcquiredMethod("triggerPanel", "triggerPanel")\n
\n
\n
...
@@ -313,12 +312,12 @@
...
@@ -313,12 +312,12 @@
};\n
};\n
}\n
}\n
}\n
}\n
if
(left_button
!==
undefined)
{\n
if
(left_link
!==
undefined)
{\n
promise_list.push(gadget.translateHtml(header_link_template(left_link)));\n
}
else
if
(left_button
!==
undefined)
{\n
promise_list.push(gadget.translateHtml(header_button_template(left_button)));\n
promise_list.push(gadget.translateHtml(header_button_template(left_button)));\n
}
else
if
(
left_link =
==
undefined)
{\n
promise_list.push(gadget.translateHtml(""));\n
}
else
{\n
}
else
{\n
promise_list.push(
gadget.translateHtml(header_link_template(left_link))
);\n
promise_list.push(
""
);\n
}\n
}\n
\n
\n
//
Handle
right
link\n
//
Handle
right
link\n
...
@@ -566,7 +565,7 @@
...
@@ -566,7 +565,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
actor
</string>
</key>
<key>
<string>
actor
</string>
</key>
<value>
<string>
zope
</string>
</value>
<value>
<string>
romain
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
comment
</string>
</key>
<key>
<string>
comment
</string>
</key>
...
@@ -580,7 +579,7 @@
...
@@ -580,7 +579,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
serial
</string>
</key>
<key>
<string>
serial
</string>
</key>
<value>
<string>
94
1.35154.28208.61184
</string>
</value>
<value>
<string>
94
5.51178.48166.46165
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
state
</string>
</key>
<key>
<string>
state
</string>
</key>
...
@@ -598,7 +597,7 @@
...
@@ -598,7 +597,7 @@
</tuple>
</tuple>
<state>
<state>
<tuple>
<tuple>
<float>
14
25891407.82
</float>
<float>
14
42418437.6
</float>
<string>
GMT
</string>
<string>
GMT
</string>
</tuple>
</tuple>
</state>
</state>
...
...
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