[vhffs-dev] [1571] Now we need to take care of form actions |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1571
Author: beuss
Date: 2010-03-22 13:07:20 +0100 (Mon, 22 Mar 2010)
Log Message:
-----------
Now we need to take care of form actions
Modified Paths:
--------------
branches/vhffs-design/vhffs-panel/templates/content/anonymous/login.tt
Modified: branches/vhffs-design/vhffs-panel/templates/content/anonymous/login.tt
===================================================================
--- branches/vhffs-design/vhffs-panel/templates/content/anonymous/login.tt 2010-03-22 12:04:59 UTC (rev 1570)
+++ branches/vhffs-design/vhffs-panel/templates/content/anonymous/login.tt 2010-03-22 12:07:20 UTC (rev 1571)
@@ -6,7 +6,7 @@
[% FOREACH i IN infos %]
<p class="info">[% i.msg %]</p>
[% END %]
-<form id="loginForm" method="post" action="auth.pl">
+<form id="loginForm" method="post" action="/auth.pl">
<p><label for="loginUsername">[% 'Username' | i18n %]</label><input type="text" name="username" id="loginUsername" maxlength="50"/></p>
<p><label for="loginPassword">[% 'Password' | i18n %]</label><input type="password" name="password" id="loginPassword"/></p>
<p class="submit"><input type="submit" id="loginSubmit" value="Connexion"/></p>