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
Mukul
erp5
Commits
4bfcfe73
Commit
4bfcfe73
authored
Mar 20, 2018
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_xhtml_style] Drop deprecated align attribute
parent
4bf7ba24
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.zpt
...lateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.zpt
+1
-1
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5_listbox.css.css
...teItem/portal_skins/erp5_xhtml_style/erp5_listbox.css.css
+4
-0
No files found.
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.zpt
View file @
4bfcfe73
...
@@ -423,7 +423,7 @@
...
@@ -423,7 +423,7 @@
<td class="listbox-table-anchor-cell" tal:condition="show_anchor_column"> </td>
<td class="listbox-table-anchor-cell" tal:condition="show_anchor_column"> </td>
<td class="listbox-table-select-cell" tal:condition="show_select_column"> </td>
<td class="listbox-table-select-cell" tal:condition="show_select_column"> </td>
<tal:block tal:repeat="value here/getStatValueList">
<tal:block tal:repeat="value here/getStatValueList">
<td
align="left"
<td
class="listbox-table-data-cell"
class="listbox-table-data-cell"
tal:define="original_value python: value[0]; processed_value python: value[1]"
tal:define="original_value python: value[0]; processed_value python: value[1]"
tal:content="structure processed_value" />
tal:content="structure processed_value" />
...
...
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5_listbox.css.css
View file @
4bfcfe73
...
@@ -429,6 +429,10 @@ table.listbox input.listbox-select-action{
...
@@ -429,6 +429,10 @@ table.listbox input.listbox-select-action{
float
:
none
;
float
:
none
;
}
}
.listbox-table-data-cell
{
text-align
:
left
;
}
.listbox-table-data-cell
>
.figure
{
.listbox-table-data-cell
>
.figure
{
float
:
right
;
float
:
right
;
display
:
block
;
display
:
block
;
...
...
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