FIX: mod_roomReservationRoomWhitelistListBox: accidental </form> after Add button...
authorrohieb <devnull@localhost>
Sat, 7 Feb 2009 02:03:34 +0000 (03:03 +0100)
committerrohieb <devnull@localhost>
Sat, 7 Feb 2009 02:03:34 +0000 (03:03 +0100)
inc/mod_roomReservationRoomWhitelistListBox.inc

index 27bd6c2..4712666 100644 (file)
@@ -137,7 +137,7 @@ class mod_roomReservationRoomWhitelistListBox
     // only show add button if there are still some unlisted rooms
     if(count(mod_roomReservationRoomsManager::getRooms()) > count($aoRooms)) {
       TreeViewLine(sprintf("<%s name='mod_roomReservationRoomWhitelistListBox".
-        "[action][add]' value='%s' /></form>", $GLOBALS["stdbtn"], _("Add")));
+        "[action][add]' value='%s' />", $GLOBALS["stdbtn"], _("Add")));
     }
     $this->showList($aoRooms);
     // toolbar
@@ -211,4 +211,4 @@ class mod_roomReservationRoomWhitelistListBox
     }
   }
 }
-?>
\ No newline at end of file
+?>
This page took 0.031624 seconds and 4 git commands to generate.