Skip to content

Commit cdd7718

Browse files
author
Till Brehm
committed
Merge branch '6634-error_msg' into 'develop'
Include required errorMsg ID for submitUploadForm to process it. Closes #6634 See merge request ispconfig/ispconfig3!1843
2 parents 2a367aa + 98dafc5 commit cdd7718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/dns/templates/dns_import.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h1>
5959
</div>
6060
</tmpl_if>
6161
<tmpl_if name="error">
62-
<div class='alert alert-danger clear'>
62+
<div id='errorMsg' class='alert alert-danger clear'>
6363
<div class='alert-label'>
6464
<strong>
6565
<tmpl_var name="error_txt">

0 commit comments

Comments
 (0)