Naming fixes

This commit is contained in:
Pavel Vesely
2020-03-14 09:54:48 +01:00
parent 52e31c42f6
commit a06ad38432
34 changed files with 467 additions and 466 deletions

View File

@ -9,7 +9,7 @@
<table class="table table-borderless">
<tr>
<td>
<label for="Name" class="control-label">@title: </label>
<label class="control-label">@title: </label>
</td>
<td>
<select class="form-control" readonly @bind="userid">
@ -26,7 +26,7 @@
</tr>
<tr>
<td>
<label for="Name" class="control-label">Subject: </label>
<label class="control-label">Subject: </label>
</td>
<td>
<input class="form-control" @bind="@subject" />
@ -36,7 +36,7 @@
{
<tr>
<td>
<label for="Name" class="control-label">Date: </label>
<label class="control-label">Date: </label>
</td>
<td>
<input class="form-control" @bind="@createdon" />
@ -45,7 +45,7 @@
}
<tr>
<td>
<label for="Name" class="control-label">Message: </label>
<label class="control-label">Message: </label>
</td>
<td>
<textarea class="form-control" @bind="@body" rows="5" />