removed account data from debian/copyright (Google cache sucks :P), updated image...
[iserv-mod-room-reservation.git] / inc / mod_roomReservationConfigPage.inc
index 58e3129..9a465d0 100644 (file)
@@ -88,11 +88,10 @@ class mod_roomReservationConfigPage extends mod_roomReservationPage {
       "<td style='width:50%;'>\n";
     
     GroupBox(_c("room-reservation:Available rooms"), "host");
-    printf("<p>%s</p>", _c("room-reservation:The following rooms are ".
-      "available for booking:"));
-    echo "<div style='margin:8px;'>";
+    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>):")));
     $this->orwlb->show();
-    echo "</div>\n";
     _GroupBox();
     
     GroupBox(_("Privileges"), "keys");
@@ -135,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.025094 seconds and 4 git commands to generate.