edit_text_form.php
Feed Edit Text Form View
Renders the form for editing feed items before creating texts.
Variables expected:
- $texts: array of text data (TxTitle, TxText, TxSourceURI, TxAudioURI)
- $row: array feed link and feed data (NfLgID, NfID)
- $count: int starting form counter (passed by reference)
- $tagName: string tag name for the text
- $nfId: int feed ID
- $maxTexts: int maximum texts setting
- $languages: array of language records
- $scrdir: string script direction HTML attribute
PHP version 8.1