NIHVIVO-1954: Changed id="submit" for class="submit".
This commit is contained in:
parent
93de3d8aa9
commit
62b48d0296
3 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ ${stylesheets.add("/css/uploadImages.css")}
|
|||
<label>Replace Photo <span> (JPEG, GIF or PNG)</span></label>
|
||||
|
||||
<input type="file" name="datafile" size="30">
|
||||
<input id="submit" type="submit" value="Upload photo">
|
||||
<input class="submit" type="submit" value="Upload photo">
|
||||
|
||||
<span class="or"> or <a class="cancel" href="${cancelUrl}">Cancel</a></span>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue