Skip to content

Commit 8db4e46

Browse files
author
Kristan Kenney
committed
Fix regression in /list/web
1 parent e6cfc99 commit 8db4e46

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

web/templates/admin/list_web.html

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<button type="submit" class="l-sort-toolbar__filter-apply" onclick="return doSearch('/search/')" value="" title="<?=_('Search')?>"><i class="fas fa-search"></i></button>
2828
</form>
2929
</td>
30-
<<<<<<< HEAD
3130
<? if (($_SESSION['userContext'] === 'admin') && ($_SESSION['look'] === 'admin')) {?>
3231
<!-- Hide bulk actions for domain items when impersonating 'admin' account-->
3332
<? } else { ?>
@@ -43,25 +42,9 @@
4342
<option value="delete"><?=_('delete')?></option>
4443
</select>
4544
</div>
46-
<button type="submit" class="l-sort-toolbar__filter-apply" value=""><i class="fas fa-arrow-right"></i></button>
45+
<button type="submit" class="l-sort-toolbar__filter-apply" value="" title="<?=_('apply to selected')?>"><i class="fas fa-arrow-right"></i></button>
4746
</td>
4847
<? } ?>
49-
=======
50-
<td>
51-
<form action="/bulk/web/" method="post" id="objects">
52-
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
53-
<div class="l-select">
54-
<select name="action">
55-
<option value=""><?=_('apply to selected')?></option>
56-
<option value="rebuild"><?=_('rebuild')?></option>
57-
<option value="suspend"><?=_('suspend')?></option>
58-
<option value="unsuspend"><?=_('unsuspend')?></option>
59-
<option value="delete"><?=_('delete')?></option>
60-
</select>
61-
</div>
62-
<button type="submit" class="l-sort-toolbar__filter-apply" value="" title="<?=_('apply to selected')?>"><i class="fas fa-arrow-right"></i></button>
63-
</td>
64-
>>>>>>> main
6548
</tr>
6649
</table>
6750
</div>

0 commit comments

Comments
 (0)