diff options
author | Paolo Tacconi <p.tacconi@giunti.it> | 2014-09-26 14:40:22 +0200 |
---|---|---|
committer | Paolo Tacconi <p.tacconi@giunti.it> | 2014-09-26 14:40:22 +0200 |
commit | eaf96f987a5f22a54fdbb4cedef52b0159a37ad0 (patch) | |
tree | f1fce3898b757e3a29e928cc1afe724edb620471 /view/tpl/channel_import.tpl | |
parent | 6324a07dd8b17db5da0ce66c99fb69e2f3ec49e1 (diff) | |
parent | 574c4845b711c9ebf53efb2a0fe846f5aea46e87 (diff) | |
download | volse-hubzilla-eaf96f987a5f22a54fdbb4cedef52b0159a37ad0.tar.gz volse-hubzilla-eaf96f987a5f22a54fdbb4cedef52b0159a37ad0.tar.bz2 volse-hubzilla-eaf96f987a5f22a54fdbb4cedef52b0159a37ad0.zip |
Rebase from upstream
Diffstat (limited to 'view/tpl/channel_import.tpl')
-rwxr-xr-x | view/tpl/channel_import.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/tpl/channel_import.tpl b/view/tpl/channel_import.tpl index f7635ea52..f76594934 100755 --- a/view/tpl/channel_import.tpl +++ b/view/tpl/channel_import.tpl @@ -22,6 +22,11 @@ <input type="password" name="password" id="import-old-pass" class="import-input" value="{{$pass}}" /> <div id="import-old-pass-end" class="import-field-end"></div> + <input type="checkbox" name="import_posts" id="import-posts" value="1" /> + <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" /> |