]> git.mjollnir.org Git - moodle.git/commitdiff
after removing empty line at top of section the editing icon was now a bit cramped...
authorgustav_delius <gustav_delius>
Thu, 30 Sep 2004 18:56:08 +0000 (18:56 +0000)
committergustav_delius <gustav_delius>
Thu, 30 Sep 2004 18:56:08 +0000 (18:56 +0000)
course/format/topics/format.php
course/format/weeks/format.php
index.php

index 1db06a5097cddd7e57c8fd97bae2d96e8b248a4e..3b2e65728d90403fdc6efa22f7c57a0eaca67789 100644 (file)
         if (isediting($course->id)) {
             echo "<a title=\"$streditsummary\" ".
                  " href=\"editsection.php?id=$thissection->id\"><img src=\"$CFG->pixpath/t/edit.gif\" ".
-                 " height=\"11\" width=\"11\" border=\"0\" alt=\"$streditsummary\" /></a><br />";
+                 " height=\"11\" width=\"11\" border=\"0\" alt=\"$streditsummary\" /></a><br /><br />";
         }
 
         print_section($course, $thissection, $mods, $modnamesused);
 
                 if (isediting($course->id)) {
                     echo " <a title=\"$streditsummary\" href=\"editsection.php?id=$thissection->id\">".
-                         "<img src=\"$CFG->pixpath/t/edit.gif\" border=\"0\" height=\"11\" width=\"11\" alt=\"\" /></a><br />";
+                         "<img src=\"$CFG->pixpath/t/edit.gif\" border=\"0\" height=\"11\" width=\"11\" alt=\"\" /></a><br /><br />";
                 }
 
                 print_section($course, $thissection, $mods, $modnamesused);
index 81c6239c42ed2645642946578a7893360000ff48..95f8422cc8b098109860024843c0fd32861ed29a 100644 (file)
@@ -97,7 +97,7 @@
         if (isediting($course->id)) {
             echo " <a title=\"$streditsummary\" ".
                  " href=\"editsection.php?id=$thissection->id\"><img height=\"11\" width=\"11\" src=\"$CFG->pixpath/t/edit.gif\" ".
-                 " border=\"0\" alt=\"$streditsummary\" /></a><br />";
+                 " border=\"0\" alt=\"$streditsummary\" /></a><br /><br />";
         }
 
         print_section($course, $thissection, $mods, $modnamesused);
     
                 if (isediting($course->id)) {
                     echo " <a title=\"$streditsummary\" href=\"editsection.php?id=$thissection->id\">".
-                         "<img src=\"$CFG->pixpath/t/edit.gif\" height=\"11\" width=\"11\" border=\"0\" /></a><br />";
+                         "<img src=\"$CFG->pixpath/t/edit.gif\" height=\"11\" width=\"11\" border=\"0\" /></a><br /><br />";
                 }
     
                 print_section($course, $thissection, $mods, $modnamesused);
index 69969413cbd939dcce04b1ad2a4099728fbffa50..a8ce03945eaafb34c06bf4a47207a932b131a052 100644 (file)
--- a/index.php
+++ b/index.php
             $streditsummary = get_string('editsummary');
             echo "<a title=\"$streditsummary\" ".
                  " href=\"course/editsection.php?id=$section->id\"><img src=\"$CFG->pixpath/t/edit.gif\" ".
-                 " height=\"11\" width=\"11\" border=\"0\" alt=\"$streditsummary\" /></a><br />";
+                 " height=\"11\" width=\"11\" border=\"0\" alt=\"$streditsummary\" /></a><br /><br />";
         }
 
         get_all_mods($site->id, $mods, $modnames, $modnamesplural, $modnamesused);