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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Łukasz Nowak
erp5
Commits
5b8ec677
Commit
5b8ec677
authored
Nov 17, 2011
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add CSS selector in case anonymous view. Make by default gadgets align with splash above.
parent
82bc501e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
103 additions
and
8 deletions
+103
-8
bt5/erp5_km/PathTemplateItem/portal_gadgets/km_document_relations.xml
...PathTemplateItem/portal_gadgets/km_document_relations.xml
+92
-5
bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/gadget.css.xml
...lateItem/portal_skins/erp5_km_theme/km_css/gadget.css.xml
+10
-2
bt5/erp5_km/bt/revision
bt5/erp5_km/bt/revision
+1
-1
No files found.
bt5/erp5_km/PathTemplateItem/portal_gadgets/km_document_relations.xml
View file @
5b8ec677
...
...
@@ -131,9 +131,7 @@
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<none/>
</value>
<value>
<string>
Document_viewRelationGadget
</string>
</value>
</item>
<item>
<key>
<string>
edit_form_id
</string>
</key>
...
...
@@ -165,7 +163,7 @@
</item>
<item>
<key>
<string>
view_form_id
</string>
</key>
<value>
<string>
Document_viewRelationGadget
</string>
</value>
<value>
<string>
A
</string>
</value>
</item>
<item>
<key>
<string>
workflow_history
</string>
</key>
...
...
@@ -209,11 +207,17 @@
<value>
<dictionary>
<item>
<key>
<string>
knowledge_pad_validation
_workflow
</string>
</key>
<key>
<string>
edit
_workflow
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAY=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
knowledge_pad_validation_workflow
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAc=
</string>
</persistent>
</value>
</item>
</dictionary>
</value>
</item>
...
...
@@ -228,6 +232,89 @@
<tuple>
<none/>
<list>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
edit
</string>
</value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
superi
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
914.27594.13114.58726
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
<value>
<string>
current
</string>
</value>
</item>
<item>
<key>
<string>
time
</string>
</key>
<value>
<object>
<klass>
<global
name=
"DateTime"
module=
"DateTime.DateTime"
/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>
1321342719.17
</float>
<string>
GMT+2
</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
<record
id=
"7"
aka=
"AAAAAAAAAAc="
>
<pickle>
<global
name=
"WorkflowHistoryList"
module=
"Products.ERP5Type.patches.WorkflowTool"
/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key>
<string>
validation_state
</string>
</key>
<value>
<string>
visible
</string>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key>
<string>
validation_state
</string>
</key>
<value>
<string>
public
</string>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key>
<string>
validation_state
</string>
</key>
<value>
<string>
visible
</string>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key>
<string>
validation_state
</string>
</key>
<value>
<string>
invisible
</string>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key>
<string>
validation_state
</string>
</key>
...
...
bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/gadget.css.xml
View file @
5b8ec677
...
...
@@ -12,7 +12,7 @@
</item>
<item>
<key>
<string>
_EtagSupport__etag
</string>
</key>
<value>
<string>
ts
17114423.84
</string>
</value>
<value>
<string>
ts
21528683.48
</string>
</value>
</item>
<item>
<key>
<string>
__name__
</string>
</key>
...
...
@@ -176,6 +176,14 @@ div.block fieldset label{\n
padding:0 7px;\n
}\n
\n
.front_pad_anonymous { \n
margin: 0;\n
padding:0 0;\n
margin-left: auto;\n
margin-right: auto;\n
width: 924px; /* splash picture width */\n
}\n
\n
/* column gadget in bottom */\n
div.bottom-gadget div.portal-column {\n
width:100%; \n
...
...
@@ -709,7 +717,7 @@ div.block fieldset.gadget-profile div.field{\n
</item>
<item>
<key>
<string>
size
</string>
</key>
<value>
<int>
12
116
</int>
</value>
<value>
<int>
12
257
</int>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
...
...
bt5/erp5_km/bt/revision
View file @
5b8ec677
1835
\ No newline at end of file
1836
\ No newline at end of file
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