diff options
Diffstat (limited to 'view/tpl/channel_import.tpl')
-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> |