diff options
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" /> |