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 @@
- |
+ |
IF !ChannelLoop ?>
- - Add a Channel -
+ IF !Edit ?>
+ You will be able to add + modify channels here after you created the user.
+ ELSE ?>
+ - Add a Channel -
+ ENDIF ?>
ELSE ?>
IF Edit ?>
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 */
|