1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 16:41:29 +00:00

change sign images to gifs

This commit is contained in:
Andrew Dolgov
2007-08-23 15:36:05 +01:00
parent abd8a51639
commit e780d1d252
16 changed files with 337 additions and 277 deletions

View File

@@ -189,10 +189,10 @@ function notify_real(msg, no_hide, n_type) {
msg = "<img src='images/indicator_white.gif'> " + msg;
} else if (n_type == 3) {
n.className = "notifyError";
msg = "<img src='images/sign_excl.png'> " + msg;
msg = "<img src='images/sign_excl.gif'> " + msg;
} else if (n_type == 4) {
n.className = "notifyInfo";
msg = "<img src='images/sign_info.png'> " + msg;
msg = "<img src='images/sign_info.gif'> " + msg;
}
// msg = "<img src='images/live_com_loading.gif'> " + msg;