mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
- 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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user