Improved server-import text

This commit is contained in:
Tobias Reich 2014-08-09 17:07:22 +02:00
parent 3068fe8def
commit baafcc497a
4 changed files with 4 additions and 3 deletions

View File

@ -68,6 +68,7 @@
} }
.message p b { .message p b {
font-weight: bold; font-weight: bold;
color: #fff;
} }
.message p a { .message p a {
color: #eee; color: #eee;

View File

@ -312,7 +312,7 @@ upload = {
["Cancel", function() {}] ["Cancel", function() {}]
]; ];
modal.show("Import from Server", "This action will import all photos and albums which are located in the following directory. The original files will be deleted after the import. <input class='text' type='text' maxlength='100' placeholder='Absolute path to directory' value='" + lychee.location + "uploads/import/'>", buttons); modal.show("Import from Server", "This action will import all photos, folders and sub-folders which are located in the following directory. The <b>original files will be deleted</b> after the import when possible. <input class='text' type='text' maxlength='100' placeholder='Absolute path to directory' value='" + lychee.location + "uploads/import/'>", buttons);
}, },

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long