summaryrefslogtreecommitdiff
path: root/bin/bp.pl
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-21 16:37:07 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-21 16:37:07 +0000
commit91907e5b1e2fb857e86a7744b29d3f6d7b17f05a (patch)
tree0302892a90c87d5c9549570cad9f77e014b966c4 /bin/bp.pl
parent86abda9a7d811ea927c5b7505d819eab33412e5e (diff)
Second batch of files prepared for RFTL removal
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@253 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin/bp.pl')
-rwxr-xr-xbin/bp.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/bp.pl b/bin/bp.pl
index f4afe558..1e7b3a07 100755
--- a/bin/bp.pl
+++ b/bin/bp.pl
@@ -186,7 +186,7 @@ sub search {
<input type=hidden name=nextsub value=list_spool>
<br>
-<input class=submit type=submit name=action value="|.$locale->text('Continue').qq|">
+<button class="submit" type="submit" name="action" value="continue">|.$locale->text('Continue').qq|</button>
|;
$form->hide_form(qw(path login sessionid));
@@ -237,7 +237,7 @@ sub remove {
<h4>|.$locale->text('Are you sure you want to remove the marked entries from the queue?').qq|</h4>
-<input name=action class=submit type=submit value="|.$locale->text('Yes').qq|">
+<button name="action" class="submit" type="submit" value="yes">|.$locale->text('Yes').qq|</button>
</form>
</body>