beginnings of persistent cookiejar support

This commit is contained in:
Matthew Exon 2019-07-21 18:27:55 +01:00 committed by Matthew Exon
parent 73e4cbac7b
commit 4d4863c416
2 changed files with 6 additions and 0 deletions

View file

@ -643,6 +643,11 @@ function retriever_content($a) {
L10n::t('Retrospectively Apply'),
'0',
L10n::t('Reapply the rules to this number of posts')),
'$cookies' => array(
'retriever_cookies',
L10n::t('Cookies'),
$retriever['data']['cookies'],
L10n::t("Persistent cookies for this feed. Netscape cookie file format.")),
'$customxslt' => array(
'retriever_customxslt',
L10n::t('Custom XSLT'),

View file

@ -106,6 +106,7 @@ function retriever_remove_row(id, number)
</table>
<input type="button" onclick="retriever_add_row('retriever-exclude')" value="{{$add_t}}">
</div>
{{include file="field_textarea.tpl" field=$cookies}}
{{include file="field_textarea.tpl" field=$customxslt}}
<input type="submit" size="70" value="{{$submit_t}}">
</form>