More hard-coded URI paths in form.action attributes

This commit is contained in:
Alexey Verkhovsky 2005-05-05 06:26:47 +00:00
parent 9b6c391062
commit dd10e838c5
5 changed files with 15 additions and 10 deletions

View file

@ -6,7 +6,9 @@
you'll need to do a brief one-time setup.
</p>
<form action="../create_system" id="setup" method="post" onSubmit="return validateSetup()">
<%= form_tag({ :controller => 'admin', :action => 'create_system'},
{'id' => 'setup', 'method' => 'post', 'onSubmit' => 'return validateSetup()'})
%>
<ol class="setup">
<li>
@ -43,7 +45,7 @@
<p align="right">
<input type="submit" value="Setup" style="margin-left: 40px" />
</p>
</form>
<%= end_form_tag %>
<script>
function proposeAddress() {