added new module rml-workorder

This commit is contained in:
Luca Haid
2025-06-29 20:32:28 +02:00
parent 8d4e12e441
commit c629c9d38b
11 changed files with 983 additions and 0 deletions

View File

@@ -491,6 +491,15 @@ $siteTitle = "Benutzer";
<label for="can_AssetAdmin" class="form-check-label">Asset-Admin</label>
</div>
</div>
<div class="col-4">
<div class="form-group form-check">
<input type="checkbox" class="form-check-input" name="can[RMLAdmin]"
id="can_RMLAdmin"
value="1" <?=($user && $user->can("RMLAdmin")) ? "checked='checked'" : ""?> />
<label for="can_RMLAdmin" class="form-check-label">RML-Workorder-Admin</label>
</div>
</div>
</div>
<hr/>