]> git.mxchange.org Git - friendica-addons.git/blobdiff - retriever/templates/settings.tpl
Additional work for PR 3778
[friendica-addons.git] / retriever / templates / settings.tpl
index 3bc71559f285f63a927c7493304263a7fa9d86ea..8bfe8db04096a57a291129083aec557a96ab8ff3 100644 (file)
@@ -1,22 +1,9 @@
-{{*
- *     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>
+{{include file="field_checkbox.tpl" field=$allphotos}}
+{{include file="field_checkbox.tpl" field=$oembed}}
+  <input type="submit" value="{{$submit}}">
 </div>