store last feed update error in the database (SCHEMA UPDATED), display warning box in preferences on feed update error

This commit is contained in:
Andrew Dolgov
2005-11-01 08:47:03 +01:00
parent f5a50b25d6
commit ab3d0b9926
6 changed files with 64 additions and 3 deletions

View File

@@ -473,3 +473,18 @@ input.prefsTabSelected {
input.prefsTab:hover {
background : white;
}
div.warning {
background : #fffff0;
border : 1px solid #c0c0c0;
padding : 5px;
margin : 5px;
font-size : x-small;
}
ul.nomarks {
list-style-type : none;
margin : 0px;
padding : 10px;
}