mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Started using new php function for Currency formatting as this is best preactice, removed Client Access and removed certian user roles
This commit is contained in:
@@ -88,11 +88,8 @@
|
||||
</div>
|
||||
<select class="form-control select2" name="role" required>
|
||||
<option value="">- Role -</option>
|
||||
<option <?php if($user_role == 6){ echo "selected"; } ?> value="6">Global Admininstrator</option>
|
||||
<option <?php if($user_role == 5){ echo "selected"; } ?> value="5">Administrator</option>
|
||||
<option <?php if($user_role == 4){ echo "selected"; } ?> value="4">Technician</option>
|
||||
<option <?php if($user_role == 3){ echo "selected"; } ?> value="3">IT Contractor</option>
|
||||
<option <?php if($user_role == 2){ echo "selected"; } ?> value="2">Client</option>
|
||||
<option <?php if($user_role == 3){ echo "selected"; } ?> value="5">Administrator</option>
|
||||
<option <?php if($user_role == 2){ echo "selected"; } ?> value="4">Technician</option>
|
||||
<option <?php if($user_role == 1){ echo "selected"; } ?> value="1">Accountant</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user