- new version of create_file_listing.php for future 1.4 branch

- new feature : remote site management (generate listing, update, clean,
  delete)

- on category page, no display of filesize if info not available in database


git-svn-id: http://piwigo.org/svn/trunk@526 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2004-09-18 16:09:47 +00:00
parent aa392c1fdd
commit 094bbe3cee
8 changed files with 1041 additions and 97 deletions
+19
View File
@@ -388,3 +388,22 @@ td.confLineField {
height:20px;
background-color:#505050;
}
div.remoteOutput {
background-color:#444444;
border:1px solid black;
margin:10px;
text-align:left;
}
li.remoteInfo {
color:gray;
}
li.remoteWarning {
color:#ffe1e1;
}
li.remoteError {
color:orange;
}