New iconfont build.
This includes only the icons actually used or intended to be used in the backend. Please note that unfortunately, some class names have changed. Also some icons have been exchanged.
This commit is contained in:
@ -1106,7 +1106,7 @@ function serendipity_syncThumbs($deleteThumbs = false) {
|
||||
$f = serendipity_parseFileName($files[$x]);
|
||||
if (empty($f[1]) || $f[1] == $files[$x]) {
|
||||
// No extension means bad file most probably. Skip it.
|
||||
printf('<span class="msg_error"><span class="icon-attention"></span> ' . SKIPPING_FILE_EXTENSION . '</span>', $files[$x]);
|
||||
printf('<span class="msg_error"><span class="icon-attention-circled"></span> ' . SKIPPING_FILE_EXTENSION . '</span>', $files[$x]);
|
||||
continue;
|
||||
}
|
||||
|
||||
@ -1120,7 +1120,7 @@ function serendipity_syncThumbs($deleteThumbs = false) {
|
||||
}
|
||||
|
||||
if (!is_readable($ffull) || filesize($ffull) == 0) {
|
||||
printf('<span class="msg_error"><span class="icon-attention"></span> ' . SKIPPING_FILE_UNREADABLE . '</span>', $files[$x]);
|
||||
printf('<span class="msg_error"><span class="icon-attention-circled"></span> ' . SKIPPING_FILE_UNREADABLE . '</span>', $files[$x]);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user