simplier display of update result :

- number of new categories
 - number of new elements
 - number of deleted categories
 - number of deleted elements
 - only errors are fully listed


git-svn-id: http://piwigo.org/svn/trunk@498 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2004-08-29 11:21:21 +00:00
parent c414a9133e
commit 38f7bcd8ac
5 changed files with 64 additions and 33 deletions
+12
View File
@@ -327,3 +327,15 @@ span.thumb_picture {
span.thumb_category {
font-weight:normal;
}
span.update_error_element, span.update_category_error {
color:orange;
}
.update_summary_new {
color:#9cb4ce;
}
.update_summary_del {
color:#ffe1e1;
}