mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 14:31:04 +00:00
9acfdb4090
- Add separate template files to several addons - Remove superfluous addon settings CSS files
13 lines
521 B
Smarty
13 lines
521 B
Smarty
{{include file="field_input.tpl" field=$servername}}
|
|
{{include file="field_input.tpl" field=$username}}
|
|
|
|
{{if $oauth_token && $oauth_token_secret}}
|
|
{{include file="field_checkbox.tpl" field=$enabled}}
|
|
{{include file="field_checkbox.tpl" field=$bydefault}}
|
|
{{include file="field_checkbox.tpl" field=$public}}
|
|
{{include file="field_checkbox.tpl" field=$mirror}}
|
|
{{elseif $pumpio_host && $pumpio_user}}
|
|
<div id="pumpio-authenticate-wrapper">
|
|
<a href="{{$authenticate_url}}">{{$l10n.authenticate}}</a>
|
|
</div>
|
|
{{/if}}
|