Commit 4508761a authored by Chris McDonough's avatar Chris McDonough

Collector 238: Save and Discard buttons too close to each other in

version management screens.
parent 363abe31
......@@ -27,6 +27,7 @@ discard changes made in the versions.
<td align="left" valign="top">
<div class="form-element">
<input type="submit" name="manage_saveVersions:method" value=" Save ">
&nbsp;&nbsp;&nbsp;&nbsp;
<input type="submit" name="manage_discardVersions:method" value="Discard">
</div>
</td>
......
......@@ -16,13 +16,20 @@ saving or discarding the version.
<form action="&dtml-URL1;" method="post">
<textarea name=remark rows=10 cols=50></textarea>
<br />
<div class="form-element">
<input class="form-element" type="submit" name="save:method"
value="Save" />
<input class="form-element" type="submit" name="discard:method"
value="Discard" />
<table border="0">
<tr>
<td align="left">
<input class="form-element" type="submit" name="save:method"
value="Save" />
</td>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
<td align="right">
<input class="form-element" type="submit" name="discard:method"
value="Discard" />
</td>
</tr>
</table>
</form>
</div>
<dtml-else>
<p class="form-help">
No unsaved work has been done in this version.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment