Clarify how to use custom columns int he server custom book list template

This commit is contained in:
Kovid Goyal 2019-01-06 21:31:03 +05:30
parent cd69272e7d
commit e5e558b456
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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)