[Rt-commit] r11872 - rt/branches/3.8-TESTING/html/installation/Elements

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Apr 24 10:57:45 EDT 2008


Author: sunnavy
Date: Thu Apr 24 10:57:37 2008
New Revision: 11872

Added:
   rt/branches/3.8-TESTING/html/installation/Elements/Submit

Log:
added submit element, for 'back' support

Added: rt/branches/3.8-TESTING/html/installation/Elements/Submit
==============================================================================
--- (empty file)
+++ rt/branches/3.8-TESTING/html/installation/Elements/Submit	Thu Apr 24 10:57:37 2008
@@ -0,0 +1,17 @@
+<table>
+<tr>
+<td>
+% if ( $Back ) {
+<& /Elements/Submit, Name => loc('Back'), Label => loc('Back') . ': ' . $Back &>
+% }
+</td>
+<td>
+<& /Elements/Submit, Label => loc('Next') . ': ' . $Next &>
+</td>
+</table>
+
+
+<%args>
+$Back => undef
+$Next 
+</%args>


More information about the Rt-commit mailing list