update indiancinema info view and config

This commit is contained in:
rolux 2013-02-27 08:58:44 +05:30
commit e785cdb937
2 changed files with 13 additions and 7 deletions

View file

@ -15,7 +15,7 @@
"cantPlay": {
"icon": "NoCopyright",
"link": "/rights",
"text": "This film is not out of copyright yet, come back in 60 years"
"text": "This movie is still under copyright."
},
/*
Capabilities are per user level.
@ -41,7 +41,7 @@
"canManagePlacesAndEvents": {"student": true, "staff": true, "admin": true},
"canManageTitlesAndNames": {"student": true, "staff": true, "admin": true},
"canManageUsers": {"staff": true, "admin": true},
"canPlayClips": {"guest": 1, "member": 1, "student": 3, "staff": 3, "admin": 3},
"canPlayClips": {"guest": 3, "member": 3, "student": 3, "staff": 3, "admin": 3},
"canPlayVideo": {"guest": 1, "member": 1, "student": 3, "staff": 3, "admin": 3},
"canRemoveItems": {"staff": true, "admin": true},
"canSeeAccessed": {"student": true, "staff": true, "admin": true},