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
f6dbdda1
Commit
f6dbdda1
authored
May 28, 2012
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge c126514 from 2.13 branch
parent
b5ebf7e9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/Products/Five/utilities/browser/edit_markers.pt
src/Products/Five/utilities/browser/edit_markers.pt
+3
-3
No files found.
src/Products/Five/utilities/browser/edit_markers.pt
View file @
f6dbdda1
...
@@ -24,13 +24,13 @@
...
@@ -24,13 +24,13 @@
<tal:loop
tal:repeat=
"interface view/getInterfaceNames"
>
<tal:loop
tal:repeat=
"interface view/getInterfaceNames"
>
<label
class=
"form-mono"
<label
class=
"form-mono"
tal:content=
"interface/name"
i18n:translate=
""
>
INTERFACE
</label><br
/>
tal:content=
"interface/name"
>
INTERFACE
</label><br
/>
</tal:loop>
</tal:loop>
<tal:loop
tal:repeat=
"interface view/getDirectlyProvidedNames"
>
<tal:loop
tal:repeat=
"interface view/getDirectlyProvidedNames"
>
<input
type=
"checkbox"
id=
"INTERFACE"
name=
"remove:list"
<input
type=
"checkbox"
id=
"INTERFACE"
name=
"remove:list"
tal:attributes=
"id interface/name; value interface/name"
/>
tal:attributes=
"id interface/name; value interface/name"
/>
<label
class=
"form-mono"
for=
"INTERFACE"
tal:attributes=
"for interface/name"
<label
class=
"form-mono"
for=
"INTERFACE"
tal:attributes=
"for interface/name"
tal:content=
"interface/name"
i18n:translate=
""
>
INTERFACE
</label><br
/>
tal:content=
"interface/name"
>
INTERFACE
</label><br
/>
</tal:loop>
</tal:loop>
<tal:case
tal:condition=
"view/getDirectlyProvidedNames"
>
<tal:case
tal:condition=
"view/getDirectlyProvidedNames"
>
<div
class=
"formControls FormButtons"
>
<div
class=
"formControls FormButtons"
>
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
<input
type=
"checkbox"
id=
"INTERFACE"
name=
"add:list"
<input
type=
"checkbox"
id=
"INTERFACE"
name=
"add:list"
tal:attributes=
"id interface/name; value interface/name"
/>
tal:attributes=
"id interface/name; value interface/name"
/>
<label
class=
"form-mono"
for=
"INTERFACE"
tal:attributes=
"for interface/name"
<label
class=
"form-mono"
for=
"INTERFACE"
tal:attributes=
"for interface/name"
tal:content=
"interface/name"
i18n:translate=
""
>
INTERFACE
</label><br
/>
tal:content=
"interface/name"
>
INTERFACE
</label><br
/>
</tal:loop>
</tal:loop>
<div
class=
"formControls FormButtons"
>
<div
class=
"formControls FormButtons"
>
<input
class=
"form-element"
type=
"submit"
name=
"SAVE"
value=
"Add"
<input
class=
"form-element"
type=
"submit"
name=
"SAVE"
value=
"Add"
...
...
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