summaryrefslogtreecommitdiff
path: root/bin/bp.pl
diff options
context:
space:
mode:
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>