diff options
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/new_channel.tpl | 4 | ||||
-rw-r--r-- | view/tpl/smarty3/new_channel.tpl | 4 |
2 files changed, 4 insertions, 4 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" /> 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}}" /> |