- (re)added feature : in remote site management, if a listing.xml file is
found at PhpWebGallery root directory, it can be used to update a remote site - size and maxlength of prefix_thumbnail in admin/configuration are 10 git-svn-id: http://piwigo.org/svn/trunk@534 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
c2ceeae013
commit
acfbcac7bb
5 changed files with 184 additions and 53 deletions
|
|
@ -412,3 +412,27 @@ span.update_error_element, span.update_category_error {
|
|||
.update_summary_del {
|
||||
color:#ffe1e1;
|
||||
}
|
||||
|
||||
div.remoteOutput, div.remoteLocal {
|
||||
background-color:#444444;
|
||||
border:1px solid black;
|
||||
margin:10px;
|
||||
text-align:left;
|
||||
padding:5px;
|
||||
}
|
||||
|
||||
li.remoteInfo {
|
||||
color:gray;
|
||||
}
|
||||
|
||||
li.remoteWarning {
|
||||
color:#ffe1e1;
|
||||
}
|
||||
|
||||
li.remoteError {
|
||||
color:orange;
|
||||
}
|
||||
|
||||
div.remoteLocal {
|
||||
text-align:center;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue