From dd67b21597b68eaf9210073c49c552190a1d483c Mon Sep 17 00:00:00 2001 From: cflakes Date: Sun, 4 Apr 2010 14:11:22 +0000 Subject: [PATCH] Re-add lost options, fix some space, adjust some captions. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1875 726aef4b-f618-498e-8847-2d620e286838 --- modules/www/webadmin/add_edit_user.tmpl | 37 +++++++++++++++++++----- modules/www/webadmin/settings.tmpl | 2 +- webskins/dark-clouds/pub/dark-clouds.css | 11 +++---- 3 files changed, 35 insertions(+), 15 deletions(-) diff --git a/modules/www/webadmin/add_edit_user.tmpl b/modules/www/webadmin/add_edit_user.tmpl index 25a7e72a..447d0b02 100644 --- a/modules/www/webadmin/add_edit_user.tmpl +++ b/modules/www/webadmin/add_edit_user.tmpl @@ -23,7 +23,7 @@
-
Confirm Password:
+
Confirm password:
@@ -47,11 +47,11 @@
-
Nick:
+
Nickname:
-
AltNick:
+
Alt. Nickname:
@@ -65,24 +65,24 @@
-
RealName:
+
Realname:
-
+
VHost:
-
+
-
QuitMsg:
+
Quit Message:
@@ -95,6 +95,14 @@
One server per line, host [+]port[ password]
+ +
+
Active:
+
checked="checked" /> +
+
+
+
@@ -238,6 +246,21 @@
One reply per line. Example: TIME Buy a watch! +
+
Skin:
+
+ 1 ?> + + + No other skins found + +
+
diff --git a/modules/www/webadmin/settings.tmpl b/modules/www/webadmin/settings.tmpl index 683f00ed..fc59eac1 100644 --- a/modules/www/webadmin/settings.tmpl +++ b/modules/www/webadmin/settings.tmpl @@ -47,7 +47,7 @@
diff --git a/webskins/dark-clouds/pub/dark-clouds.css b/webskins/dark-clouds/pub/dark-clouds.css index b68929f1..a0362072 100644 --- a/webskins/dark-clouds/pub/dark-clouds.css +++ b/webskins/dark-clouds/pub/dark-clouds.css @@ -62,16 +62,13 @@ h3 { .subsection { clear: both; border-top: 1px solid #000; - margin: 0 0 1em 0; - padding: 8px 10px 0 8px; + margin: 0; + padding: 8px 10px 5px 8px; } .subsection div { display: inline-block; -} - -.subsection div { - padding: 3px 0 0 0; + padding-bottom: 3px; } .subsection .inputlabel { @@ -81,7 +78,7 @@ h3 { .subsection .info { display: block; - margin-top: 3px; + margin: 5px 0 2px 0; font-size: 80%; }