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
4508761a
Commit
4508761a
authored
Aug 14, 2002
by
Chris McDonough
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Collector 238: Save and Discard buttons too close to each other in
version management screens.
parent
363abe31
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
6 deletions
+14
-6
lib/python/App/dtml/versionManager.dtml
lib/python/App/dtml/versionManager.dtml
+1
-0
lib/python/Products/OFSP/dtml/versionEnd.dtml
lib/python/Products/OFSP/dtml/versionEnd.dtml
+13
-6
No files found.
lib/python/App/dtml/versionManager.dtml
View file @
4508761a
...
@@ -27,6 +27,7 @@ discard changes made in the versions.
...
@@ -27,6 +27,7 @@ discard changes made in the versions.
<td align="left" valign="top">
<td align="left" valign="top">
<div class="form-element">
<div class="form-element">
<input type="submit" name="manage_saveVersions:method" value=" Save ">
<input type="submit" name="manage_saveVersions:method" value=" Save ">
<input type="submit" name="manage_discardVersions:method" value="Discard">
<input type="submit" name="manage_discardVersions:method" value="Discard">
</div>
</div>
</td>
</td>
...
...
lib/python/Products/OFSP/dtml/versionEnd.dtml
View file @
4508761a
...
@@ -16,13 +16,20 @@ saving or discarding the version.
...
@@ -16,13 +16,20 @@ saving or discarding the version.
<form action="&dtml-URL1;" method="post">
<form action="&dtml-URL1;" method="post">
<textarea name=remark rows=10 cols=50></textarea>
<textarea name=remark rows=10 cols=50></textarea>
<br />
<br />
<div class="form-element">
<table border="0">
<input class="form-element" type="submit" name="save:method"
<tr>
value="Save" />
<td align="left">
<input class="form-element" type="submit" name="discard:method"
<input class="form-element" type="submit" name="save:method"
value="Discard" />
value="Save" />
</td>
<td> </td>
<td align="right">
<input class="form-element" type="submit" name="discard:method"
value="Discard" />
</td>
</tr>
</table>
</form>
</form>
</div>
<dtml-else>
<dtml-else>
<p class="form-help">
<p class="form-help">
No unsaved work has been done in this version.
No unsaved work has been done in this version.
...
...
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