taylor 2002/07/03 14:30:52
Modified: webapp/WEB-INF/templates/vm/portlets/html psml-form.vm
Log:
Added Cancel button
Revision Changes Path
1.4 +7 -2
jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html/psml-form.vm
Index: psml-form.vm
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html/psml-form.vm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- psml-form.vm 3 Jul 2002 21:05:26 -0000 1.3
+++ psml-form.vm 3 Jul 2002 21:30:52 -0000 1.4
@@ -123,7 +123,7 @@
#end
</table>
- <table border="0" cellpadding="5" width="100%">
+ <table border="0" cellspacing="0" cellpadding="5" width="30%">
<tr>
<td>
#if ($mode == "insert")
@@ -131,6 +131,11 @@
#elseif ($mode == "delete")
<input type="submit" name="eventSubmit_doDelete" value="Delete"/>
#end
+ </td>
+ </form>
+ <form action="$jslink.setPaneByName("PsmlBrowser")" method="post">
+ <td>
+ <input type="submit" value="Cancel">
</td>
</tr>
</table>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>