diff --git a/data/css/style.css b/data/css/style.css index c009c90b..a9988856 100755 --- a/data/css/style.css +++ b/data/css/style.css @@ -155,6 +155,7 @@ table#series_table th#name { text-align: left; min-width: 250px; } table#series_table th#year { text-align: left; max-width: 25px; } table#series_table th#issue { text-align: left; min-width: 100px; } table#series_table th#published { vertical-align: middle; text-align: left; min-width:40px; } +table#series_table th#have_percent { text-align: left; max-width: 25px; } table#series_table th#have { text-align: center; } table#series_table th#status { vertical-align: middle; text-align: left; min-width: 25px; } table#series_table th#active { vertical-align: middle; text-align: left; max-width: 20px; } @@ -164,6 +165,7 @@ table#series_table td#name { text-align: left; max-width: 250px; } table#series_table td#year { vertical-align: middle; text-align: left; max-width: 30px; } table#series_table td#issue { vertical-align: middle; text-align: left; max-width: 100px; } table#series_table td#published { vertical-align: middle; text-align: left; max-width: 40px; } +table#series_table td#have_percent { vertical-align: middle; text-align: left; max-width: 30px; } table#series_table td#have { text-align: center; } table#series_table td#status { vertical-align: middle; text-align: left; max-width: 25px; } table#series_table td#active { vertical-align: middle; text-align: left; max-width: 20px; } diff --git a/data/interfaces/default/comicdetails.html b/data/interfaces/default/comicdetails.html index 740ed7e6..4d0dcc44 100644 --- a/data/interfaces/default/comicdetails.html +++ b/data/interfaces/default/comicdetails.html @@ -43,6 +43,7 @@

+
%if comic['Status'] == 'Loading': loading %endif @@ -448,7 +449,7 @@ %if linky: %if linky.endswith('.cbz'): - +
Close
@@ -582,7 +583,7 @@ %if linky: %if linky.endswith('.cbz'): - +
Close
@@ -700,12 +701,12 @@ - + + + - + + %else: +
+ + %endif + %else: + +
+ %endif + ${mylar.IMPORT_TOTALFILES} + %if int(mylar.IMPORT_FILES) != int(mylar.IMPORT_TOTALFILES): + / ${mylar.IMPORT_FILES} + %endif +
+ ${mylar.IMPORT_CID_COUNT}
+ ${mylar.IMPORT_PARSED_COUNT}
+ ${mylar.IMPORT_FAILURE_COUNT}
+ + %if mylar.IMPORTLOCK: +



+
+ +
+ %endif +
-
Scan Comic Library

Where do you keep your comics?

-

You can put in any directory, and it will scan for comic files in that folder - (including all subdirectories).
For example: '/Users/name/Comics'

+

You can put in any directory, and it will scan for comics
+ in that folder (including all subdirectories).
+ For example: '/Users/name/Comics'

- It may take a while depending on how many files you have. You can navigate away from the page
- as soon as you click 'Save changes' + It may take a while depending on how many files you have.
+ You can navigate away from the page as soon as you click 'Save changes'


@@ -60,13 +96,12 @@ Rename files to configuration settings

- - - %if mylar.IMPORTBUTTON: - - %endif -
-
+ + + %if mylar.IMPORTBUTTON: + + %endif +
@@ -139,12 +174,43 @@ <%def name="javascriptIncludes()">