Interface count for asset

This commit is contained in:
2023-02-24 14:46:24 +01:00
parent 6c9a169600
commit 42e327776c
14 changed files with 133 additions and 18 deletions
+8
View File
@@ -47,5 +47,13 @@
<input type="text" name="user_password">
</td>
</tr>
<tr>
<td class="label">
{$lang_user_realm}
</td>
<td class="value">
{html_radios name=user_realm values=$realm_ids output=$realm_names selected=$realm_selected}
</td>
</tr>
</table>
</form>