forked from friendica/friendica-addons
beginnings of persistent cookiejar support
This commit is contained in:
parent
9e434957b0
commit
d086f2b3bb
|
@ -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'),
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue