Upload form fields need changes #94
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The upload form is presented if the browser does not permit JavaScript.
The part of the form requesting details of the show being uploaded has some layout problems:
A screenshot of the relevant part of the form is attached.
@davmo @ken_fallon I wasn't able to test this running as PHP. I made a copy of the upload.php and renamed it upload.html. I added the <head>...</head> lines from header.html so that I could test the changes to CSS I made to help with the layout problems. I think it resolves Dave's issues. I did test it without javascript and didn't see the issue with the Format field being in the wrong place. I don't know if not running it as PHP would affect the layout and hide the issue.
Here is the PR with the changes I made: #95