]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix user delete button not showing in IE, another SVG replacement issue
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 14 Feb 2013 12:01:51 +0000 (13:01 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 14 Feb 2013 12:01:51 +0000 (13:01 +0100)
settings/templates/users.php

index 09a6ae7280656df449e462aa5d6c27d4adda05db..53a66fb46869b3d840e43fc910fbde2cebc95732 100644 (file)
@@ -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>