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
99511b31
Commit
99511b31
authored
Dec 10, 2015
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_web_renderjs_ui: correctly apply disable state to relationstringfield wrapper element
parent
3d3b77e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
7 deletions
+15
-7
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
.../PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
+10
-3
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_relationstringfield_js.xml
...eb_page_module/rjs_gadget_erp5_relationstringfield_js.xml
+5
-4
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
View file @
99511b31
...
...
@@ -1522,6 +1522,13 @@ html body .ui-select .ui-state-readonly {\n
html body .ui-state-readonly:after {\n
content: none;\n
}\n
/* skin readonly jump, too */\n
html body .ui-state-readonly ~ .ui-btn {\n
border: 0 none;\n
-moz-box-shadow: none;\n
-webkit-box-shadow: none;\n
box-shadow: none;\n
}\n
/*\n
-------------------------------------------------------------------------\n
----------------------------- Checkbox ----------------------------------\n
...
...
@@ -5202,7 +5209,7 @@ html .ui-panel .ui-content .ui-btn[class*="ui-icon-"]:after {\n
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
947.
25592.30077.20258
</string>
</value>
<value>
<string>
947.
45547.56510.49527
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -5220,8 +5227,8 @@ html .ui-panel .ui-content .ui-btn[class*="ui-icon-"]:after {\n
</tuple>
<state>
<tuple>
<float>
144
8651090.87
</float>
<string>
UTC
</string>
<float>
144
9763104.45
</float>
<string>
GMT
</string>
</tuple>
</state>
</object>
...
...
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_relationstringfield_js.xml
View file @
99511b31
...
...
@@ -462,7 +462,8 @@ promiseEventListener */\n
}\n
if
(field_json.editable
!==
1)
{\n
input.setAttribute(\'readonly\',
\'readonly\');\n
input.setAttribute(\'data-wrapper-class\',
\'ui-state-readonly\');\n
field_gadget.property_dict.wrapper.className
+=
\'
ui-state-readonly
\'\n
//
input.setAttribute(\'data-wrapper-class\',
\'ui-state-readonly\');\n
//
input.setAttribute(\'disabled\',
\'disabled\');\n
}\n
\n
...
...
@@ -768,7 +769,7 @@ promiseEventListener */\n
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
947.
22458.4923.43878
</string>
</value>
<value>
<string>
947.
45538.456.57224
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -786,8 +787,8 @@ promiseEventListener */\n
</tuple>
<state>
<tuple>
<float>
144
8463051.92
</float>
<string>
UTC
</string>
<float>
144
9761681.44
</float>
<string>
GMT
</string>
</tuple>
</state>
</object>
...
...
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