projects
/
iserv-mod-room-reservation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ebf4ec1
)
FIX: mod_roomReservationRoomWhitelistListBox: accidental </form> after Add button...
author
rohieb
<devnull@localhost>
Sat, 7 Feb 2009 02:03:34 +0000
(
03:03
+0100)
committer
rohieb
<devnull@localhost>
Sat, 7 Feb 2009 02:03:34 +0000
(
03:03
+0100)
inc/mod_roomReservationRoomWhitelistListBox.inc
patch
|
blob
|
history
diff --git
a/inc/mod_roomReservationRoomWhitelistListBox.inc
b/inc/mod_roomReservationRoomWhitelistListBox.inc
index
27bd6c2
..
4712666
100644
(file)
--- a/
inc/mod_roomReservationRoomWhitelistListBox.inc
+++ b/
inc/mod_roomReservationRoomWhitelistListBox.inc
@@
-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".
// 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
}
$this->showList($aoRooms);
// toolbar
@@
-211,4
+211,4
@@
class mod_roomReservationRoomWhitelistListBox
}
}
}
}
}
}
-?>
\ No newline at end of file
+?>
This page took
0.02369 seconds
and
4
git commands to generate.