forked from friendica/friendica-addons
23 lines
501 B
Smarty
23 lines
501 B
Smarty
|
{{*
|
||
|
* 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>
|