]> git.mxchange.org Git - friendica-addons.git/blobdiff - uhremotestorage/view/smarty3/settings.tpl
update addons to support Smarty3
[friendica-addons.git] / uhremotestorage / view / smarty3 / settings.tpl
diff --git a/uhremotestorage/view/smarty3/settings.tpl b/uhremotestorage/view/smarty3/settings.tpl
new file mode 100644 (file)
index 0000000..217f069
--- /dev/null
@@ -0,0 +1,9 @@
+<div class="settings-block">
+       <h3>{{$title}}</h3>
+       <p>{{$desc}}</p>
+       {{include file="file:{{$field_input}}" field=$url}}
+       {{include file="file:{{$field_input}}" field=$auth}}
+       {{include file="file:{{$field_select}}" field=$api}}
+       <div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div>  
+
+</div>