use tf. prefix for the function

This commit is contained in:
pmario 2024-04-21 10:45:48 +02:00
parent 0347dbc18c
commit 9086b0ca7e
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ title: $:/snippets/allfields
\whitespace trim
\import [[$:/core/ui/ControlPanel/Basics]]
\function getLingoText() [[$:/language/Docs/Fields/]] [<title>] +[join[]get[text]]
\function tf.getLingoText() [[$:/language/Docs/Fields/]] [<title>] +[join[]get[text]]
\procedure renderfield(title)
<tr class="tc-view-field">
@ -11,7 +11,7 @@ title: $:/snippets/allfields
''<$text text=<<title>>/>'':
</td>
<td class="tc-view-field-value">
//<<getLingoText>>//
//<<tf.getLingoText>>//
</td>
<td class="tc-view-field-links">
<!-- show-filter-count expects a filter string. It does no more processing -->