mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Clarify how to use custom columns int he server custom book list template
This commit is contained in:
parent
cd69272e7d
commit
e5e558b456
@ -834,7 +834,8 @@ class CustomList(QWidget): # {{{
|
||||
|
||||
self.la1 = la = QLabel('<p>' + _(
|
||||
'The template below will be interpreted as HTML and all {{fields}} will be replaced'
|
||||
' by the actual metadata, if available. You can use {0} as a separator'
|
||||
' by the actual metadata, if available. For custom columns use the column lookup'
|
||||
' name, for example: #mytags. You can use {0} as a separator'
|
||||
' to split a line into multiple columns.').format('|||'))
|
||||
la.setWordWrap(True)
|
||||
l.addRow(la)
|
||||
|
Loading…
x
Reference in New Issue
Block a user