refactoring the Register

This commit is contained in:
Paul Schneider 2026-02-22 23:39:56 +00:00
commit f1dd648970
43 changed files with 4610 additions and 86 deletions

View file

@ -7,10 +7,10 @@
<table >
<thead>
<th>
@SR["Public info"]
@Localizer["Public info"]
</th>
<th>
@SR["AdminOnly"]
@Localizer["AdminOnly"]
</th>
</thead>
@ -23,7 +23,7 @@
<td>
<dl>
<dt>
@SR["UserName"]
@Localizer["UserName"]
</dt>
<dd>
@Html.DisplayFor(m=>user.UserName)
@ -31,7 +31,7 @@
</dl>
<dl>
<dt>
@SR["FullName"]
@Localizer["FullName"]
</dt>
<dd>
@Html.DisplayFor(m=>user.FullName)
@ -39,7 +39,7 @@
</dl>
<dl>
<dt>
@SR["PostalAddress"]
@Localizer["PostalAddress"]
</dt>
<dd>
@Html.DisplayFor(m=>user.PostalAddress)
@ -47,7 +47,7 @@
</dl>
<dl>
<dt>
@SR["Email"]
@Localizer["Email"]
</dt>
<dd>
@Html.DisplayFor(m=>user.Email)