diff options
author | friendica <info@friendica.com> | 2014-02-24 20:46:52 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-24 20:46:52 -0800 |
commit | 2becbae4022f6c418aa455e7477c00560bcd8b41 (patch) | |
tree | 88bc6a32ec995c0ce2abb20d6f64cfaa12d2800a /view/tpl | |
parent | fdb25f3450a636b28aa640d096ae4feed308086e (diff) | |
download | volse-hubzilla-2becbae4022f6c418aa455e7477c00560bcd8b41.tar.gz volse-hubzilla-2becbae4022f6c418aa455e7477c00560bcd8b41.tar.bz2 volse-hubzilla-2becbae4022f6c418aa455e7477c00560bcd8b41.zip |
remote "add bookmark" - like rpost but saves a bookmark from a remote hub into one of your own bookmark folders (or a new one if desired).
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/rbmark.tpl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/view/tpl/rbmark.tpl b/view/tpl/rbmark.tpl new file mode 100644 index 000000000..bead1de2f --- /dev/null +++ b/view/tpl/rbmark.tpl @@ -0,0 +1,16 @@ +<h3>{{$header}}</h3> + + +<form action="rbmark" method="post" > + +<input type="hidden" name="private" value="{{$private}}" /> +<input type="hidden" name="ischat" value="{{$ischat}}" /> + +{{include file="field_input.tpl" field=$url}} +{{include file="field_input.tpl" field=$title}} +{{include file="field_select.tpl" field=$menus}} +{{include file="field_input.tpl" field=$menu_name}} + +<input type="submit" name="submit" value="{{$submit}}" /> + +</form> |