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).
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user