fix user delete button not showing in IE, another SVG replacement issue

remotes/origin/stable5
Jan-Christoph Borchardt 14 years ago
parent f9a6ed6c73
commit e8190c6511
  1. 2
      settings/templates/users.php

@ -159,7 +159,7 @@ $_['subadmingroups'] = array_flip($items);
<td class="remove">
<?php if($user['name']!=OC_User::getUser()):?>
<a href="#" class="action delete" original-title="<?php echo $l->t('Delete')?>">
<img src="<?php echo image_path('core', 'actions/delete.svg') ?>" />
<img src="<?php echo image_path('core', 'actions/delete.svg') ?>" class="svg" />
</a>
<?php endif;?>
</td>

Loading…
Cancel
Save