Changeset c73a6cfd in iPeer
- Timestamp:
- 2013-01-03T13:57:30-08:00 (6 years ago)
- Branches:
- 3.1.x, dev, hotfix, master, pagodabox, ticket463
- Children:
- 3f8376a
- Parents:
- 4141a27
- git-author:
- John Hsu <john.hsu@…> (01/03/2013 09:42:24 AM)
- git-committer:
- John Hsu <john.hsu@…> (01/03/2013 01:57:30 PM)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/views/users/add.ctp
r4141a27 rc73a6cfd 25 25 if (User::hasPermission('functions/user/admin', 'create')) { 26 26 echo $this->Form->input('Faculty', 27 array('label' => 'Faculty (admin only)'));27 array('label' => 'Faculty (admins & instructors)')); 28 28 } 29 29 echo $this->Form->input('title');
Note: See TracChangeset
for help on using the changeset viewer.