// 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
}
}
}
-?>
\ No newline at end of file
+?>