]> git.mjollnir.org Git - moodle.git/commitdiff
merged fix for MDL-7441, wrong size for roles icon
authortoyomoyo <toyomoyo>
Mon, 13 Nov 2006 05:43:41 +0000 (05:43 +0000)
committertoyomoyo <toyomoyo>
Mon, 13 Nov 2006 05:43:41 +0000 (05:43 +0000)
blocks/moodleblock.class.php

index c7faceb63a5f9b8435b740f628f09fc4dda83be2..1fa9c43e2d4fb11280e2320f4478ee19f1d17855 100644 (file)
@@ -358,7 +358,7 @@ class block_base {
      
          // place holder for roles button
          $movebuttons .= '<a class="icon roles" title="'. $this->str->assignroles .'" href="'.$CFG->wwwroot.'/'.$CFG->admin.'/roles/assign.php?contextid='.$blockcontext->id.'">' .
-                        '<img src="'.$CFG->pixpath.'/i/roles.gif" alt="'.$this->str->assignroles.'" /></a>';
+                        '<img src="'.$CFG->pixpath.'/i/roles.gif" alt="'.$this->str->assignroles.'" height="11" width="11" border="0"/></a>';
      
         $movebuttons .= '<a class="icon hide" title="'. $title .'" href="'.$script.'&amp;blockaction=toggle">' .
                         '<img src="'. $CFG->pixpath.$icon .'" alt="'.$title.'" /></a>';