fixes #146 - User creation screen - image selection
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<form id="uploadUserImageForm">
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li id="fldNewImage">
|
||||
<p>1:1 Aspect Ratio Recommended</p>
|
||||
<p>1:1 Aspect Ratio Recommended. JPG/PNG only.</p>
|
||||
<input type="file" accept="image/*" id="uploadUserImage" name="uploadUserImage" onchange="UserImagePage.onFileUploadChange(this);" />
|
||||
|
||||
<div id="userImageDropZone" class="imageDropZone">
|
||||
|
||||
Reference in New Issue
Block a user