mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
18791fd822
commit
9ef592bc33
@ -106,6 +106,7 @@ def build_index(books, num, search, sort, order, start, total, url_base, CKEYS,
|
|||||||
navigation,
|
navigation,
|
||||||
HR(CLASS('spacer')),
|
HR(CLASS('spacer')),
|
||||||
bookt,
|
bookt,
|
||||||
|
HR(CLASS('spacer')),
|
||||||
navigation2
|
navigation2
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -157,7 +158,6 @@ def build_index(books, num, search, sort, order, start, total, url_base, CKEYS,
|
|||||||
bookt.append(TR(thumbnail, data))
|
bookt.append(TR(thumbnail, data))
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
body.append(HR())
|
|
||||||
body.append(DIV(
|
body.append(DIV(
|
||||||
A(_('Switch to the full interface (non-mobile interface)'),
|
A(_('Switch to the full interface (non-mobile interface)'),
|
||||||
href=prefix+"/browse",
|
href=prefix+"/browse",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user