Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
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
Kirill Smelkov
Zope
Commits
b68d0206
Commit
b68d0206
authored
Jan 22, 2009
by
David Glick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
specify icon size in manage_main listings so the table doesn't jump around while the icons load
parent
bfd249a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
doc/CHANGES.txt
doc/CHANGES.txt
+3
-0
lib/python/OFS/dtml/main.dtml
lib/python/OFS/dtml/main.dtml
+1
-1
No files found.
doc/CHANGES.txt
View file @
b68d0206
...
@@ -237,6 +237,9 @@ Zope Changes
...
@@ -237,6 +237,9 @@ Zope Changes
Bugs Fixed
Bugs Fixed
- Specified height/width of icons in ZMI listings so the table doesn't
jump around while loading.
- Acquisition wrappers now correctly proxy __iter__.
- Acquisition wrappers now correctly proxy __iter__.
- Launchpad #174705: ensure that the error info object exposed to a
- Launchpad #174705: ensure that the error info object exposed to a
...
...
lib/python/OFS/dtml/main.dtml
View file @
b68d0206
...
@@ -133,7 +133,7 @@ function toggleSelect() {
...
@@ -133,7 +133,7 @@ function toggleSelect() {
<a href="&dtml.url_quote-sequence-key;/manage_workspace">
<a href="&dtml.url_quote-sequence-key;/manage_workspace">
<dtml-in om_icons mapping>
<dtml-in om_icons mapping>
<img src="&dtml-BASEPATH1;/&dtml.url_quote-path;" alt="&dtml.missing-alt;"
<img src="&dtml-BASEPATH1;/&dtml.url_quote-path;" alt="&dtml.missing-alt;"
title="&dtml.missing-title;" border="0" /></dtml-in></a>
title="&dtml.missing-title;" border="0"
width="16" height="16"
/></dtml-in></a>
<dtml-else>
<dtml-else>
<dtml-if icon>
<dtml-if icon>
...
...
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