diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-02-06 20:30:24 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-02-06 20:30:24 +0100 |
commit | e9a27393b8f1c499f2e69bfb551f9c4973d88ca7 (patch) | |
tree | b633213d4975d704b1e08bc2c2f55196946e27cd /view | |
parent | 5d12c56510dcd13ecf5182452e94183ce1b703b9 (diff) | |
parent | 00cfc4be44fdb5c3d6d9a7f78d4a1726708bdc6e (diff) | |
download | volse-hubzilla-e9a27393b8f1c499f2e69bfb551f9c4973d88ca7.tar.gz volse-hubzilla-e9a27393b8f1c499f2e69bfb551f9c4973d88ca7.tar.bz2 volse-hubzilla-e9a27393b8f1c499f2e69bfb551f9c4973d88ca7.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/channel_import.tpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/view/tpl/channel_import.tpl b/view/tpl/channel_import.tpl index 0260bf778..2028d6181 100755 --- a/view/tpl/channel_import.tpl +++ b/view/tpl/channel_import.tpl @@ -26,18 +26,15 @@ <label for="import-posts" id="label-import-posts">{{$label_import_posts}}</label> <div id="import-posts-end" class="import-field-end"></div> - <div id="import-common-desc" class="descriptive-paragraph">{{$common}}</div> <input type="checkbox" name="make_primary" id="import-make-primary" value="1" /> <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> |