Merge pull request #3467 from sbwalker/dev
use appropriate bootstrap classes
This commit is contained in:
commit
614ec645c6
|
@ -49,8 +49,8 @@
|
|||
}
|
||||
@if (ShowUpload && _haseditpermission)
|
||||
{
|
||||
<div class="row">
|
||||
<div class="col mt-2">
|
||||
<div class="row mt-2">
|
||||
<div class="col">
|
||||
@if (UploadMultiple)
|
||||
{
|
||||
<input type="file" id="@_fileinputid" name="file" accept="@_filter" multiple />
|
||||
|
@ -60,7 +60,7 @@
|
|||
<input type="file" id="@_fileinputid" name="file" accept="@_filter" />
|
||||
}
|
||||
</div>
|
||||
<div class="col mt-2 text-end">
|
||||
<div class="col-auto">
|
||||
<button type="button" class="btn btn-success" @onclick="UploadFiles">@SharedLocalizer["Upload"]</button>
|
||||
@if (FileId != -1 && !UploadMultiple)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user