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
Joshua
erp5
Commits
875f7f48
Commit
875f7f48
authored
Feb 16, 2016
by
Xiaowu Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_web_renderjs_ui: show listbox's title
parent
6a15f010
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_listbox_html.xml
...lateItem/web_page_module/rjs_gadget_erp5_listbox_html.xml
+3
-3
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_listbox_js.xml
...mplateItem/web_page_module/rjs_gadget_erp5_listbox_js.xml
+4
-3
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_listbox_html.xml
View file @
875f7f48
...
...
@@ -239,7 +239,7 @@
<button
data-rel=
"hide"
data-i18n=
"Hide Rows"
name=
"Hide"
type=
"submit"
class=
"submit responsive ui-last-child ui-btn ui-icon-eye ui-btn-icon-left {{hide_class}}"
>
Hide Rows
</button>
\n
</div>
\n
</div>
\n
<h1
data-i18n=
"
0 items selected"
class=
"ui-title ui-override-theme"
>
0 items selected
</h1>
\n
<h1
data-i18n=
"
{{title}}"
class=
"ui-title ui-override-theme"
>
{{title}}
</h1>
\n
<div
class=
"ui-controlgroup ui-controlgroup-horizontal ui-btn-right"
>
\n
<div
class=
"ui-controlgroup-controls"
>
\n
<button
data-rel=
"Sort"
data-i18n=
"Sort"
name=
"Sort"
type=
"submit"
class=
"submit responsive ui-last-child ui-btn ui-icon-sort-amount-desc ui-btn-icon-left"
>
Sort
</button>
\n
...
...
@@ -408,7 +408,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
949.10
53.41653.819
</string>
</value>
<value>
<string>
949.10
973.23622.18261
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -426,7 +426,7 @@
</tuple>
<state>
<tuple>
<float>
145
4957159.48
</float>
<float>
145
5551894.43
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_listbox_js.xml
View file @
875f7f48
...
...
@@ -248,7 +248,8 @@
function renderListbox(gadget) {\n
return gadget.translateHtml(listbox_template(\n
{\n
"hide_class": gadget.props.hide_class\n
"hide_class": gadget.props.hide_class,\n
"title": gadget.props.field_json.title\n
}\n
));\n
}\n
...
...
@@ -840,7 +841,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
949.
3576.234.9489
</string>
</value>
<value>
<string>
949.
12124.31713.21350
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -858,7 +859,7 @@
</tuple>
<state>
<tuple>
<float>
1455
109014.98
</float>
<float>
1455
620978.91
</float>
<string>
UTC
</string>
</tuple>
</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