Fix upload page: header HTML, cancel button, close button
This commit is contained in:
parent
4b7b58e8cc
commit
148bf6f45e
@ -611,10 +611,12 @@
|
||||
<div class="upload-page-standalone">
|
||||
<!-- Header -->
|
||||
<div class="upload-page-header">
|
||||
<div class="d-flex align-items-center gap-3">
|
||||
<a href="{{ route('videos.index') }}" class="btn-close btn-close-white" style="position: relative; z-index: 1; text-decoration: none;">×</a>
|
||||
</div>
|
||||
<div class="upload-icon-wrapper">
|
||||
<i class="bi bi-cloud-arrow-up-fill"></i>
|
||||
</div>
|
||||
|
||||
<a href="{{ route("videos.index") }}" class="btn-close btn-close-white" style="position: relative; z-index: 1; text-decoration: none;">×</a>
|
||||
</div>
|
||||
<!-- Body -->
|
||||
<div class="upload-page-body">
|
||||
<form id="upload-form" enctype="multipart/form-data">
|
||||
@ -782,9 +784,9 @@
|
||||
<div id="status-message"></div>
|
||||
|
||||
<div class="upload-page-actions">
|
||||
<a href="{{ route('videos.index') }}" class="btn-cancel">
|
||||
<button type="button" class="btn-cancel" onclick="window.location='{{ route('videos.index') }}'">
|
||||
Cancel
|
||||
</a>
|
||||
</button>
|
||||
<button type="submit" id="submit-btn" class="btn-submit">
|
||||
<i class="bi bi-cloud-arrow-up-fill"></i> Upload Video
|
||||
</button>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user