diff options
Diffstat (limited to 'view/tpl/smarty3/new_channel.tpl')
-rw-r--r-- | view/tpl/smarty3/new_channel.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/smarty3/new_channel.tpl b/view/tpl/smarty3/new_channel.tpl index c76eaf04e..a7aa44991 100644 --- a/view/tpl/smarty3/new_channel.tpl +++ b/view/tpl/smarty3/new_channel.tpl @@ -24,8 +24,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}}" /> |