Pressing Enter inside the style edit form did not submit it
authorAlexander Ebert <ebert@woltlab.com>
Fri, 29 Dec 2017 13:35:36 +0000 (14:35 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 29 Dec 2017 13:35:36 +0000 (14:35 +0100)
wcfsetup/install/files/acp/templates/styleAdd.tpl

index ca0e19c2794acfb8db1199329183545390bc3e7d..2a5a01d6e63e51ca7f7357670f6a71ebe856162e 100644 (file)
                                                        <dd>
                                                                <div id="coverPhotoPreview" style="background-image: url({@$__wcf->getPath()}images/coverPhotos/{@$style->getCoverPhoto()})"></div>
                                                                <div id="uploadCoverPhoto">
-                                                                       <button class="jsButtonDeleteCoverPhoto"{if !$style->coverPhotoExtension} style="display:none"{/if}>{lang}wcf.global.button.delete{/lang}</button>
+                                                                       <a href="#" class="button jsButtonDeleteCoverPhoto"{if !$style->coverPhotoExtension} style="display:none"{/if}>{lang}wcf.global.button.delete{/lang}</a>
                                                                </div>
                                                                <small>{lang}wcf.acp.style.coverPhoto.description{/lang}</small>
                                                        </dd>