mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-21 08:37:00 +00:00
Retriever version 1.0
This commit is contained in:
parent
381e23da12
commit
45cc7c6cd1
7 changed files with 236 additions and 138 deletions
|
@ -1,8 +1,3 @@
|
|||
{{*
|
||||
* AUTOMATICALLY GENERATED TEMPLATE
|
||||
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
|
||||
*
|
||||
*}}
|
||||
<div class="settings-block">
|
||||
<script language="javascript">
|
||||
function retriever_add_row(id)
|
||||
|
@ -47,7 +42,7 @@ function retriever_remove_row(id, number)
|
|||
}
|
||||
</script>
|
||||
<h2>{{$title}}</h2>
|
||||
<p><a href="{{$help}}">Get Help</a></p>
|
||||
<p><a href="{{$help}}">{{$help_t}}</a></p>
|
||||
<form method="post">
|
||||
<input type="hidden" name="id" value="{{$id}}">
|
||||
{{include file="field_checkbox.tpl" field=$enable}}
|
||||
|
@ -111,6 +106,7 @@ function retriever_remove_row(id, number)
|
|||
</table>
|
||||
<input type="button" onclick="retriever_add_row('retriever-exclude')" value="{{$add_t}}">
|
||||
</div>
|
||||
<input type="submit" size="70" value="{{$submit}}">
|
||||
{{include file="field_textarea.tpl" field=$customxslt}}
|
||||
<input type="submit" size="70" value="{{$submit_t}}">
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue