mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 03:18:48 +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
15
ifttt/templates/connector_settings.tpl
Normal file
15
ifttt/templates/connector_settings.tpl
Normal file
|
@ -0,0 +1,15 @@
|
|||
<p>{{$l10n.intro nofilter}}</p>
|
||||
<dl>
|
||||
<dt>{{$l10n.url}}</dt>
|
||||
<dd>{{$url}}</dd>
|
||||
<dt>{{$l10n.method}}</dt>
|
||||
<dd>POST</dd>
|
||||
<dt>{{$l10n.content_type}}</dt>
|
||||
<dd>application/x-www-form-urlencoded</dd>
|
||||
<dt>{{$l10n.new_status_message_body}}</dt>
|
||||
<dd><code>{{$new_status_message_body}}</code></dd>
|
||||
<dt>{{$l10n.new_photo_upload_body}}</dt>
|
||||
<dd><code>{{$new_photo_upload_body}}</code></dd>
|
||||
<dt>{{$l10n.new_link_post_body}}</dt>
|
||||
<dd><code>{{$new_link_post_body}}</code></dd>
|
||||
</dl>
|
Loading…
Add table
Add a link
Reference in a new issue