We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb01cc commit 03381b8Copy full SHA for 03381b8
1 file changed
web/templates/admin/list_backup.html
@@ -19,7 +19,7 @@
19
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
20
</td>
21
<td class="step-right">
22
- <form action="/bulk/backup/" method="post">
+ <form action="/bulk/backup/" method="post" id="objects">
23
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
24
<div class="l-select">
25
<select name="action" id="">
0 commit comments