From 3fbcb24e78bfcbe2290cabd1a84627a96289d724 Mon Sep 17 00:00:00 2001 From: cflakes Date: Tue, 30 Mar 2010 09:59:37 +0000 Subject: [PATCH] Fix (hide) "Add Channel" link while creating new users. Regression from porting webadmin to webmods. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1854 726aef4b-f618-498e-8847-2d620e286838 --- modules/www/webadmin/add_edit_user.tmpl | 8 ++++++-- webskins/_default_/pub/main.css | 4 ++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/modules/www/webadmin/add_edit_user.tmpl b/modules/www/webadmin/add_edit_user.tmpl index c33df9f8..ec7ebe98 100644 --- a/modules/www/webadmin/add_edit_user.tmpl +++ b/modules/www/webadmin/add_edit_user.tmpl @@ -148,9 +148,13 @@ - + -
- Add a Channel -
+ + You will be able to add + modify channels here after you created the user. + + - Add a Channel - + diff --git a/webskins/_default_/pub/main.css b/webskins/_default_/pub/main.css index 1a328ec0..5208f309 100644 --- a/webskins/_default_/pub/main.css +++ b/webskins/_default_/pub/main.css @@ -56,6 +56,10 @@ table.section table.data { margin: 10 auto; } +table td.tdbottom { + text-align: center; +} + /* !TABLES */ /* FORMS */