mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
e9065db9d5
commit
209d8bc264
@ -948,7 +948,7 @@ def render_metadata(mi, table, container_id, book_id): # {{{
|
|||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
|
|
||||||
current_edit_action = edit_field.bind(None, container_id, book_id, 'cover')
|
current_edit_action = edit_field.bind(None, container_id, book_id, 'cover')
|
||||||
table.appendChild(E.tr(onclick=current_edit_action, E.td(_('Cover') + ':'), E.td()))
|
table.appendChild(E.tr(onclick=current_edit_action, E.td(_('Cover')), E.td()))
|
||||||
img = E.img(
|
img = E.img(
|
||||||
style='max-width: 300px; max-height: 400px',
|
style='max-width: 300px; max-height: 400px',
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user