aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-01-09 14:37:56 -0800
committerzotlabs <mike@macgirvin.com>2017-01-09 14:37:56 -0800
commita6272fcf769c3fc7c3834b3183dfbe25ec738550 (patch)
treeb72e480213ace2bc47e5c252ef4ff0688c99ed14 /view
parent91e0733e8ef0640df20c18e91c61564458b091d1 (diff)
downloadvolse-hubzilla-a6272fcf769c3fc7c3834b3183dfbe25ec738550.tar.gz
volse-hubzilla-a6272fcf769c3fc7c3834b3183dfbe25ec738550.tar.bz2
volse-hubzilla-a6272fcf769c3fc7c3834b3183dfbe25ec738550.zip
channel move stuff (disabled currently because not yet complete)
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/channel_import.tpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/view/tpl/channel_import.tpl b/view/tpl/channel_import.tpl
index 6974e4d30..0260bf778 100755
--- a/view/tpl/channel_import.tpl
+++ b/view/tpl/channel_import.tpl
@@ -33,6 +33,12 @@
<label for="import-make-primary" id="label-import-make-primary">{{$label_import_primary}}</label>
<div id="import-make-primary-end" class="import-field-end"></div>
+ {{if $allow_move}}
+ <input type="checkbox" name="moving" id="import-moving" value="1" />
+ <label for="import-moving" id="label-import-moving">{{$label_import_moving}}</label>
+ <div id="import-moving-end" class="import-field-end"></div>
+ {{/if}}
+
<input type="submit" name="submit" id="import-submit-button" value="{{$submit}}" />
<div id="import-submit-end" class="import-field-end"></div>