diff options
| author | DukePyrolator <DukePyrolator@anope.org> | 2013-09-03 04:37:09 +0200 |
|---|---|---|
| committer | DukePyrolator <DukePyrolator@anope.org> | 2013-09-03 04:37:09 +0200 |
| commit | 404debf78925f86e94cfd71334433bc1eb423115 (patch) | |
| tree | 6388a371c610d67dbee46bd7a898bb18359765e8 /modules/extra/webcpanel/templates/default/chanserv/drop.html | |
| parent | 752a5ca1b7d89044728a045622b3f3db5fb94f7e (diff) | |
updated the chanserv section in webcpanel
Diffstat (limited to 'modules/extra/webcpanel/templates/default/chanserv/drop.html')
| -rw-r--r-- | modules/extra/webcpanel/templates/default/chanserv/drop.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/extra/webcpanel/templates/default/chanserv/drop.html b/modules/extra/webcpanel/templates/default/chanserv/drop.html index 1b7e788d0..23cb42a1e 100644 --- a/modules/extra/webcpanel/templates/default/chanserv/drop.html +++ b/modules/extra/webcpanel/templates/default/chanserv/drop.html @@ -1,4 +1,5 @@ {INCLUDE header.html} +{INCLUDE chanserv/chanlist.html} <div class="panel-heading">Channels you can drop</div> <div class="panel-body"> {FOR M IN MESSAGES} @@ -7,11 +8,6 @@ </div> {END FOR} - <div class="scroll"> - {FOR CH,ECH IN CHANNEL_NAMES,ESCAPED_CHANNEL_NAMES} - <a href="/chanserv/drop?channel={ECH}">{CH}</a></br> - {END FOR} - </div> {IF EXISTS CHANNEL_DROP} <div class="alert alert-danger" style="margin-top: 15px; margin-bottom: 0; padding-bottom: 0;"> <h4>Drop Channel <strong>{CHANNEL_DROP}</strong>?</h4> |
