configuration: list boxes without additional border, to match the appearance of the...
authorRoland Hieber <devnull@localhost>
Tue, 24 Feb 2009 17:43:02 +0000 (18:43 +0100)
committerRoland Hieber <devnull@localhost>
Tue, 24 Feb 2009 17:43:02 +0000 (18:43 +0100)
inc/mod_roomReservationConfigPage.inc

index 25081ab..9a465d0 100644 (file)
@@ -91,9 +91,7 @@ class mod_roomReservationConfigPage extends mod_roomReservationPage {
     printf("<p>%s</p>", sprintf(_c("room-reservation:The following rooms are ".
       "available for booking (you can add and delete rooms on the <a href='".
       "/idesk/inet/admin/'>computer administration page</a>):")));
-    echo "<div style='margin:8px;'>";
     $this->orwlb->show();
-    echo "</div>\n";
     _GroupBox();
     
     GroupBox(_("Privileges"), "keys");
@@ -136,9 +134,7 @@ class mod_roomReservationConfigPage extends mod_roomReservationPage {
     printf("<p>%s</p>", _c("room-reservation:Here you can fill in the ".
       "periods where bookings can be undertaken. A booking period can ".
       "e.&nbsp;g. correspond to a lesson."));
-    echo "<div style='margin:8px;'>";
     $this->otlb->show();
-    echo "</div>\n";
     _GroupBox();
     
     GroupBox(_c("room-reservation:Further options"), "manage");
This page took 0.025949 seconds and 4 git commands to generate.