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
f0cc1958
Commit
f0cc1958
authored
Sep 03, 2003
by
Christian Theune
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- fix for namespace issue in manage_tabs
parent
2f7c4bce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
doc/CHANGES.txt
doc/CHANGES.txt
+4
-0
lib/python/App/dtml/manage_tabs.dtml
lib/python/App/dtml/manage_tabs.dtml
+5
-5
No files found.
doc/CHANGES.txt
View file @
f0cc1958
...
@@ -8,6 +8,10 @@ Zope Changes
...
@@ -8,6 +8,10 @@ Zope Changes
Bugs fixed
Bugs fixed
- manage_tabs had a namespace problem with the acquisition of names from
the manage_options variable resulting to acquire "target" and "action"
from objects above in the hierachy.
- PathIndex and TopicIndex are now using a counter for the number
- PathIndex and TopicIndex are now using a counter for the number
of indexed objects instead of using a very expensive calculation
of indexed objects instead of using a very expensive calculation
based on the keys of their indexes.
based on the keys of their indexes.
...
...
lib/python/App/dtml/manage_tabs.dtml
View file @
f0cc1958
...
@@ -57,15 +57,15 @@
...
@@ -57,15 +57,15 @@
<td bgcolor="#ffffff" valign="bottom" class="tab-small"
<td bgcolor="#ffffff" valign="bottom" class="tab-small"
align="center"><font face="Verdana, Arial, Helvetica"
align="center"><font face="Verdana, Arial, Helvetica"
size="1" color="#000000"> <a <dtml-if
size="1" color="#000000"> <a <dtml-if
action
>href="&dtml-action;"<dtml-else>href="&dtml-URL1;"</dtml-if
"_['sequence-item'].has_key('action')"
>href="&dtml-action;"<dtml-else>href="&dtml-URL1;"</dtml-if
><dtml-if
target
> target="&dtml-target;"</dtml-if
><dtml-if
"_['sequence-item'].has_key('target')"
> target="&dtml-target;"</dtml-if
>><span style="color: #000000;"><strong>
&dtml-label;
</strong></span></a> </font></td>
>><span style="color: #000000;"><strong>
<dtml-var "_['sequence-item']['label']">
</strong></span></a> </font></td>
<dtml-else>
<dtml-else>
<td bgcolor="#efefef" valign="bottom" class="tab-small"
<td bgcolor="#efefef" valign="bottom" class="tab-small"
align="center"><font face="Verdana, Arial, Helvetica"
align="center"><font face="Verdana, Arial, Helvetica"
size="1" color="#000000"> <a <dtml-if
size="1" color="#000000"> <a <dtml-if
action
>href="&dtml-action;"<dtml-else>href="&dtml-URL1;"</dtml-if
"_['sequence-item'].has_key('action')"
>href="&dtml-action;"<dtml-else>href="&dtml-URL1;"</dtml-if
><dtml-if
target
> target="&dtml-target;"</dtml-if
><dtml-if
"_['sequence-item'].has_key('target')"
> target="&dtml-target;"</dtml-if
>><span style="color: #000000;"><strong>&dtml-label;</strong></span></a> </font></td>
>><span style="color: #000000;"><strong>&dtml-label;</strong></span></a> </font></td>
</dtml-if>
</dtml-if>
</dtml-in>
</dtml-in>
...
...
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