From dced01fc246b9b795842ff38136d338dc62ae26e Mon Sep 17 00:00:00 2001 From: MatthewM Date: Sat, 15 Dec 2012 01:14:52 -0500 Subject: [PATCH] Added a large scroll box for the chanserv main page --- modules/extra/webcpanel/templates/default/chanserv/main.html | 2 ++ modules/extra/webcpanel/templates/default/style.css | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/modules/extra/webcpanel/templates/default/chanserv/main.html b/modules/extra/webcpanel/templates/default/chanserv/main.html index 99fec7d75..dd9288f00 100644 --- a/modules/extra/webcpanel/templates/default/chanserv/main.html +++ b/modules/extra/webcpanel/templates/default/chanserv/main.html @@ -1,6 +1,8 @@ {INCLUDE header.html} Channels you have access in:
+
{FOR CH,ECH IN CHANNEL_NAMES,ESCAPED_CHANNEL_NAMES} {CH}
{END FOR} +
{INCLUDE footer.html} diff --git a/modules/extra/webcpanel/templates/default/style.css b/modules/extra/webcpanel/templates/default/style.css index 7934e4850..65715faca 100644 --- a/modules/extra/webcpanel/templates/default/style.css +++ b/modules/extra/webcpanel/templates/default/style.css @@ -101,6 +101,11 @@ body { height: 125px; } +.cinfo { + overflow-x: scroll; + height: 450px; +} + .akillR1 { width: 80px; text-align: left;