1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 18:23:28 +00:00

Testcase template: put title at the top and remove header row

This commit is contained in:
jeremy@jermolene.com 2023-04-27 18:06:12 +01:00
parent 0a2b0b38a4
commit f700cd16ef

View File

@ -3,8 +3,7 @@ title: $:/core/ui/testcases/DefaultTemplate/Source
<$list filter="[<currentTab>fields[]] -text +[limit[1]]" variable="ignore">
<table class="tc-field-table">
<tbody>
<tr><th>Field</th><th>Value</th></tr>
<$list filter="[<currentTab>fields[]sort[]] -text" variable="fieldName">
<$list filter="[<currentTab>fields[]sort[]] -text -title title +[putfirst[]]" variable="fieldName">
<tr>
<td>
<$text text=<<fieldName>>/>