mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-21 08:57:01 +00:00
update addons template dir layout
This commit is contained in:
parent
6a55da34b9
commit
a85a080856
53 changed files with 0 additions and 559 deletions
22
retriever/templates/settings.tpl
Normal file
22
retriever/templates/settings.tpl
Normal file
|
@ -0,0 +1,22 @@
|
|||
{{*
|
||||
* AUTOMATICALLY GENERATED TEMPLATE
|
||||
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
|
||||
*
|
||||
*}}
|
||||
<div class="settings-block">
|
||||
<h3>{{$title}}</h3>
|
||||
<p>
|
||||
<a href="{{$help}}">Get Help</a>
|
||||
</p>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>{{$all_photos_t}}:</td>
|
||||
<td><input class="checkbox" type="checkbox" name="all_photos" {{$all_photos}}></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><input type="submit" value="{{$submit}}"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue