Skip to content
Snippets Groups Projects
Commit 91cdeb88 authored by Gregor Gawol's avatar Gregor Gawol Committed by Dorian Merz
Browse files

refs #17652 [fid_adlr] favorite view remove delete button

parent b5421b2f
No related merge requests found
...@@ -20,9 +20,10 @@ ...@@ -20,9 +20,10 @@
<?php $exportOptions = $this->export()->getActiveFormats('bulk'); if (count($exportOptions) > 0): ?> <?php $exportOptions = $this->export()->getActiveFormats('bulk'); if (count($exportOptions) > 0): ?>
<input class="btn btn-default" type="submit" name="export" value="<?=$this->transEsc('Export')?>" title="<?=$this->transEsc('export_selected')?>"/> <input class="btn btn-default" type="submit" name="export" value="<?=$this->transEsc('Export')?>" title="<?=$this->transEsc('export_selected')?>"/>
<?php endif; ?> <?php endif; ?>
<?php if ((null !== $this->list && $this->list->editAllowed($user)) || null === $this->list && $user): ?> <?php /* refs #17652 remove delete button - GG */ ?>
<?php /*if ((null !== $this->list && $this->list->editAllowed($user)) || null === $this->list && $user): ?>
<input class="btn btn-default" id="<?=$this->idPrefix?>delete_list_items_<?=null !== $this->list ? $this->escapeHtmlAttr($this->list->id) : ''?>" type="submit" name="delete" value="<?=$this->transEsc('Delete')?>" title="<?=$this->transEsc('delete_selected')?>"/> <input class="btn btn-default" id="<?=$this->idPrefix?>delete_list_items_<?=null !== $this->list ? $this->escapeHtmlAttr($this->list->id) : ''?>" type="submit" name="delete" value="<?=$this->transEsc('Delete')?>" title="<?=$this->transEsc('delete_selected')?>"/>
<?php endif; ?> <?php endif;*/ ?>
<?php if ($this->cart()->isActive()): ?> <?php if ($this->cart()->isActive()): ?>
<input class="btn btn-default" id="<?=$this->idPrefix?>updateCart" type="submit" name="add" value="<?=$this->transEsc('Add to Book Bag')?>"/> <input class="btn btn-default" id="<?=$this->idPrefix?>updateCart" type="submit" name="add" value="<?=$this->transEsc('Add to Book Bag')?>"/>
<?php endif; ?> <?php endif; ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment