diff options
author | Frédéric Péters <fpeters@0d.be> | 2011-12-05 18:11:50 (GMT) |
---|---|---|
committer | Frédéric Péters <fpeters@0d.be> | 2011-12-05 18:11:50 (GMT) |
commit | 791e85d11d5b945caeecf7d7370cf136fde0dda8 (patch) | |
tree | 4ab2196855391213eca7e415447068323d452d7a | |
parent | 0cecbc5f44069875ceea6ffa49f2926bdeb5161a (diff) | |
download | tabellio.searchform-791e85d11d5b945caeecf7d7370cf136fde0dda8.zip tabellio.searchform-791e85d11d5b945caeecf7d7370cf136fde0dda8.tar.gz tabellio.searchform-791e85d11d5b945caeecf7d7370cf136fde0dda8.tar.bz2 |
use reference title in result list
-rw-r--r-- | tabellio/searchform/docsearchpfb.pt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tabellio/searchform/docsearchpfb.pt b/tabellio/searchform/docsearchpfb.pt index 2d29ad6..aacf6eb 100644 --- a/tabellio/searchform/docsearchpfb.pt +++ b/tabellio/searchform/docsearchpfb.pt @@ -44,7 +44,7 @@ <ul> <tal:entry tal:repeat="item search_batch"> <li tal:define="oddrow repeat/item/odd; object python: item.getObject()" tal:attributes="class python: oddrow and 'odd' or 'even'"><div> - <h4><a href="#" tal:attributes="href item/getURL" tal:content="python: object.doctype">Véronique Salvi</a> / <span class="session" tal:content="python: object.session"/></h4> + <h4><a href="#" tal:attributes="href item/getURL" tal:content="python: object.reftitle">Véronique Salvi</a></h4> <p class="intitule" tal:content="item/Title"/> <p class="authors" tal:content="python: object.get_authors_as_string()" tal:condition="python: object.authors" /> </div></li> |