mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
fa56a428c5
commit
4f71177441
@ -214,12 +214,12 @@ def create_configuring_markup():
|
|||||||
start_conv = E.div(
|
start_conv = E.div(
|
||||||
style='border-bottom: solid 1px currentColor; margin-bottom: 1em',
|
style='border-bottom: solid 1px currentColor; margin-bottom: 1em',
|
||||||
E.div(
|
E.div(
|
||||||
E.div(
|
E.label(
|
||||||
style='display: table-row',
|
style='display: table-row',
|
||||||
E.div(style=tcell, _('Input format:')),
|
E.div(style=tcell, _('Input format:')),
|
||||||
E.div(generate_choice('input_formats'), style=tcell),
|
E.div(generate_choice('input_formats'), style=tcell),
|
||||||
),
|
),
|
||||||
E.div(
|
E.label(
|
||||||
style='display: table-row',
|
style='display: table-row',
|
||||||
E.div(style=tcell, _('Output format:')),
|
E.div(style=tcell, _('Output format:')),
|
||||||
E.div(generate_choice('output_formats'), style=tcell),
|
E.div(generate_choice('output_formats'), style=tcell),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user