mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
Clarify how to use custom columns int he server custom book list template
This commit is contained in:
parent
cd69272e7d
commit
e5e558b456
1 changed files with 2 additions and 1 deletions
|
|
@ -834,7 +834,8 @@ def __init__(self, parent):
|
|||
|
||||
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…
Reference in a new issue