changed layout: instead of displaying a link to stop testdrive display a submit button

This commit is contained in:
Robert Gaggl 2003-12-08 22:48:04 +00:00
parent 216e566227
commit 1d06015923

View file

@ -1,2 +1,2 @@
[Currently testing the layout '<% this.title linkto="main" %>'.<br />
<% this.link to="stopTestdrive" text="Click here" %> to switch back to default layout.]
<form method="get" action="<% this.href action="stopTestdrive" %>">
<div>Currently testing the layout '<% this.title linkto="main" %>'<br /><% input type="submit" name="stop" value="Stop testing the layout" %></div>