Skip to content

Commit cc139fd

Browse files
committed
Update error handling manager
1 parent 3f6883e commit cc139fd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

templates/common/error_handler.html.tpl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
<div class="col-sm-1"></div>
44
<div class="alert alert-danger alert-dismissible col-sm-10" role="alert">
55
<button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">×</span>
6-
<span class="sr-only">Close</span></button>{RES:errormsg}
6+
<span class="sr-only">Close</span></button>{RES:ErrorMessageTitle}
77
<br/>
8-
<span id="campione_record_inccampioneErrorBlock">{Error}</span>
8+
<!-- BEGIN Errors -->
9+
<span>{Error}</span>
10+
<!-- END Errors -->
911
</div>
1012
<div class="col-sm-1"></div>
1113
</div>

0 commit comments

Comments
 (0)