summaryrefslogtreecommitdiff
path: root/bin/login.pl
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-21 17:33:11 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-21 17:33:11 +0000
commit212d423210bf58328663f00e4e856ad0b4fbc3c0 (patch)
tree8e8dbc1d9bfb66f6715de0858e83c9b13500561c /bin/login.pl
parent60e4fdba8795ac832cc7fc41a644af4c1f56e71d (diff)
Fourth batch of files prepared for RFTL removal
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@257 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin/login.pl')
-rwxr-xr-xbin/login.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/login.pl b/bin/login.pl
index 64d7bfa0..d1712383 100755
--- a/bin/login.pl
+++ b/bin/login.pl
@@ -144,7 +144,7 @@ sub login_screen {
</table>
<input type="hidden" name="path" value="$form->{path}" />
<input type="hidden" name="js" value="$form->{js}" />
- <input type="submit" name="action" value="|.$locale->text('Login').qq|" />
+ <button type="submit" name="action" value="login">|.$locale->text('Login').qq|</button>
</form>
</p>
</td>
@@ -209,7 +209,7 @@ sub selectdataset {
</tr>
</table>
<br />
- <input type="submit" name="action" value="|.$locale->text('Login').qq|">
+ <button type="submit" name="action" value="login">|.$locale->text('Login').qq|</button>
</td>
</tr>
</table>