mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 03:48:49 +00:00
[various] Convert connector_settings hook functions to the new data array format
- Add separate template files to several addons - Remove superfluous addon settings CSS files
This commit is contained in:
parent
779b38ec09
commit
9acfdb4090
36 changed files with 612 additions and 1012 deletions
10
tumblr/templates/connector_settings.tpl
Normal file
10
tumblr/templates/connector_settings.tpl
Normal file
|
@ -0,0 +1,10 @@
|
|||
<p><a href="{{$authenticate_url}}">{{$l10n.connect}}</a></p>
|
||||
|
||||
{{include file="field_checkbox.tpl" field=$enable}}
|
||||
{{include file="field_checkbox.tpl" field=$bydefault}}
|
||||
|
||||
{{if $page_select}}
|
||||
{{include file="field_select.tpl" field=$page_select}}
|
||||
{{else}}
|
||||
{{$l10n.noconnect}}
|
||||
{{/if}}
|
Loading…
Add table
Add a link
Reference in a new issue