Index: branches/1.0.x/inc/validationEngine.jquery.css =================================================================== diff -u -r14600 -r14708 --- branches/1.0.x/inc/validationEngine.jquery.css (.../validationEngine.jquery.css) (revision 14600) +++ branches/1.0.x/inc/validationEngine.jquery.css (.../validationEngine.jquery.css) (revision 14708) @@ -21,7 +21,7 @@ .formError .formErrorContent { width: 100%; - background: #990000 url(/i/validate/con-error.png) repeat-x 0 0; + background: #990000 url(@templates_base@/img/validate/con-error.png) repeat-x 0 0; position:relative; z-index:5001; color: #fff; @@ -47,7 +47,7 @@ } .formError .formErrorArrow { - background: url(/i/validate/con-arrow.png) no-repeat 0 0; + background: url(@templates_base@/img/validate/con-arrow.png) no-repeat 0 0; height: 17px; margin: -21px 0 0 -8px; position: relative;