diff options
author | friendica <info@friendica.com> | 2013-02-19 19:08:04 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-19 19:08:04 -0800 |
commit | ef360f0a5ce9b422642a395d1cbd62dac8dda973 (patch) | |
tree | 23557d394f5e3ad953ae982a1cda260d22184c3f /view/tpl/new_channel.tpl | |
parent | 24eac8c65614a71ac1ec0ffec8bcf877c1fa0355 (diff) | |
download | volse-hubzilla-ef360f0a5ce9b422642a395d1cbd62dac8dda973.tar.gz volse-hubzilla-ef360f0a5ce9b422642a395d1cbd62dac8dda973.tar.bz2 volse-hubzilla-ef360f0a5ce9b422642a395d1cbd62dac8dda973.zip |
dang - this is almost testable. Still have to figure out the best way to deal with the profile photo. Otherwise if you're really brave you could give it a go and see what happens. The worst that could happen is that it destroys the universe. Not a big deal. More likely you could end up with a bunch of imported things that have to be cleaned up. Less likely but entirely possible is that nothing useful will happen at all and it'll white screen.
Diffstat (limited to 'view/tpl/new_channel.tpl')
-rw-r--r-- | view/tpl/new_channel.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/new_channel.tpl b/view/tpl/new_channel.tpl index f83bc3a11..0ea764621 100644 --- a/view/tpl/new_channel.tpl +++ b/view/tpl/new_channel.tpl @@ -19,8 +19,8 @@ <div id="newchannel-nick-desc" class="descriptive-paragraph">$nick_desc</div> - <input type="checkbox" name="import" id="newchannel-import" value="1" /> - <label for="newchannel-import" id="label-newchannel-import">$label_import</label> + <div id="newchannel-import-link" class="descriptive-paragraph" >$label_import</div> + <div id="newchannel-import-end" class="newchannel-field-end"></div> <input type="submit" name="submit" id="newchannel-submit-button" value="$submit" /> |