General Progress

This commit is contained in:
Deon George
2014-12-01 14:01:02 +11:00
parent 6eb0b2f8dd
commit fba5988d8d
18 changed files with 806 additions and 136 deletions

View File

@@ -11,8 +11,16 @@
*/
class StaticList_Room_Children extends StaticList {
protected function _table() {
// Lowercase items can be seleted by users
// Upper case items can only be selected by Staff
return array(
'W'=>_('Waitlist'),
'A'=>_('Absent NoShow'),
'a'=>_('Absent Notice'),
'C'=>_('Casual Placement'),
'c'=>_('Casual Request'),
'r'=>_('Reduce Days'),
'P'=>_('Permanent'),
'w'=>_('Waitlist'),
);
}