fix: New and improved child-lock

pull/2242/head
iglocska 2017-06-01 16:12:50 +02:00
parent 1b140204df
commit 809c4539c9
2 changed files with 2 additions and 8 deletions

View File

@ -1,6 +1,6 @@
<table class="table table-striped table-hover table-condensed">
<tr>
<?php if ($me['Role']['perm_modify'] && !empty($events)): ?>
<?php if ($isSiteAdmin && !empty($events)): ?>
<th><input class="select_all select" type="checkbox" title="Select all" role="button" tabindex="0" aria-label="Select all eventson current page" onClick="toggleAllCheckboxes();" /></th>
<?php endif;?>
<th class="filter">

View File

@ -28,13 +28,7 @@
<div class="tabMenuFixedContainer" style="display:inline-block;">
<span class="tabMenuFixed tabMenuFixed<?php echo $tab; ?> tabMenuSides">
<span role="button" tabindex="0" aria-label="Modify filters" id="create-button" title="Modify filters" class="icon-search useCursorPointer" title="Filter events" role="button" tabindex="0" aria-label="Filter events" onClick="getPopup('<?php echo h($urlparams);?>', 'events', 'filterEventIndex');"></span>
<?php
if ($isSiteAdmin):
?>
<span id="multi-delete-button" title="Delete selected Events" role="button" tabindex="0" aria-label="Delete selected Events" class="hidden icon-trash mass-select useCursorPointer" onClick="multiSelectDeleteEvents();"></span>
<?php
endif;
?>
<span id="multi-delete-button" title="Delete selected Events" role="button" tabindex="0" aria-label="Delete selected Events" class="hidden icon-trash mass-select useCursorPointer" onClick="multiSelectDeleteEvents();"></span>
</span>
<?php
if ($filtered):