Changeset 2109:bdde01807d02
- Timestamp:
- 09/26/13 17:24:54 (12 years ago)
- Branch:
- default
- Location:
- admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/_post.js
r2101 r2109 166 166 $(div).html('<p><strong>' + dotclear.msg.xhtml_not_valid + '</strong></p>' + $(data).find('errors').text()); 167 167 $('#entry-content h3').after(div); 168 $(div).backgroundFade({sColor: dotclear.fadeColor.beginValidatorErr, eColor: dotclear.fadeColor.endValidatorErr, steps: 50},function() { 169 $(this).backgroundFade({sColor: dotclear.fadeColor.endValidatorErr, eColor: dotclear.fadeColor.beginValidatorErr}); 170 } 168 $(div).backgroundFade({sColor: dotclear.fadeColor.beginValidatorErr,eColor: dotclear.fadeColor.endValidatorErr, steps: 50},function() { 169 $(this).backgroundFade({sColor: dotclear.fadeColor.endValidatorErr, eColor: dotclear.fadeColor.beginValidatorErr}); 170 }); 171 } 171 172 172 173 if ( $('#post_excerpt').text() != excerpt_content || $('#post_content').text() != post_content ) { -
admin/style/date-picker.css
r1330 r2109 5 5 border: 1px solid #666; 6 6 border-width: 1px 2px 2px 1px; 7 width: auto; 7 8 } 8 9 .date-picker th {
Note: See TracChangeset
for help on using the changeset viewer.