Index: branches/1.0.x/inc/profile.css =================================================================== diff -u -N -r14600 -r14708 --- branches/1.0.x/inc/profile.css (.../profile.css) (revision 14600) +++ branches/1.0.x/inc/profile.css (.../profile.css) (revision 14708) @@ -64,11 +64,11 @@ .profile-form .field { width: 270px; } .profile-form .alt2 .field { width: 150px; } .field.statusSuccess { - background: url(/i/bg-field-success.jpg) repeat-x 0 0; + background: url(@templates_base@/img/bg-field-success.jpg) repeat-x 0 0; border: 1px solid #80d04d; } .field.statusError { - background: url(/i/bg-field-error.jpg) repeat-x 0 0; + background: url(@templates_base@/img/bg-field-error.jpg) repeat-x 0 0; border: 1px solid #d80000; }