Added administrative password change feature

This commit is contained in:
2023-03-12 17:05:34 +01:00
parent 4266a211e0
commit c76e8fe9d3
6 changed files with 59 additions and 6 deletions
+3 -3
View File
@@ -60,7 +60,7 @@
{$lang_user_role_add}
</td>
<td class="value">
<img src="images/page_add.png" alt="[Add]">
<img src="images/add.png" alt="[Add]">
<input type="checkbox" name="role_add" {if in_array('add', $user->role)} checked="checked"{/if}
</td>
</tr>
@@ -69,7 +69,7 @@
{$lang_user_role_edit}
</td>
<td class="value">
<img src="images/page_edit.png" alt="[Edit]">
<img src="images/edit.png" alt="[Edit]">
<input type="checkbox" name="role_edit" {if in_array('edit', $user->role)} checked="checked"{/if}
</td>
</tr>
@@ -79,7 +79,7 @@
{$lang_user_role_delete}
</td>
<td class="value">
<img src="images/page_delete.png" alt="[Delete]">
<img src="images/delete.png" alt="[Delete]">
<input type="checkbox" name="role_delete" {if in_array('delete', $user->role)} checked="checked"{/if}
</td>
</tr>