diff --git a/modules/data/webadmin/tmpl/settings.tmpl b/modules/data/webadmin/tmpl/settings.tmpl index b1b8064f..9391f9c3 100644 --- a/modules/data/webadmin/tmpl/settings.tmpl +++ b/modules/data/webadmin/tmpl/settings.tmpl @@ -6,64 +6,66 @@
-
-
-
Port
-
BindHost
-
SSL
-
IPv4
-
IPv6
-
IRC
-
Web
- -
- -
-
-
-
-
checked="checked"/>
-
-
-
checked="checked"/>
-
-
-
checked="checked"/>
-
-
-
checked="checked"/>
-
-
-
checked="checked"/>
-
-
- -
- - - - - - -
- -
-
- -
+ + + + + + + + + + + + + + + + + + + + + + + + + + -
-
-
-
-
-
-
-
+ + + + + + + + - - + +
PortBindHostSSLIPv4IPv6IRCWeb
+
checked="checked"/>
+
+
checked="checked"/>
+
+
checked="checked"/>
+
+
checked="checked"/>
+
+
checked="checked"/>
+
+ +
+ + + + + + +
+ +
diff --git a/webskins/_default_/pub/_default_.css b/webskins/_default_/pub/_default_.css index 30c06fe0..6282c77e 100644 --- a/webskins/_default_/pub/_default_.css +++ b/webskins/_default_/pub/_default_.css @@ -364,124 +364,4 @@ td { .textsection p { margin-bottom: 0.7em; } - -.listeners { - display: table -} - -.listeners_header { - display: table-row -} - -.listeners_header1 { - display: table-cell -} - -.listener_show { - display: table-row -} - -.listener_show_port { - display: table-cell -} - -.listener_show_host { - display: table-cell -} - -.listener_show_ssl { - display: table-cell -} - -.listener_show_ipv4 { - display: table-cell -} - -.listener_show_ipv6 { - display: table-cell -} - -.listener_show_irc { - display: table-cell -} - -.listener_show_web { - display: table-cell -} - -.listener_show_delete { - display: table-cell -} - -.listener_add { - display: table-row -} - -.listener_add_port { - display: table-cell -} - -.listener_add_host { - display: table-cell -} - -.listener_add_ssl { - display: table-cell -} - -.listener_add_ipv4 { - display: table-cell -} - -.listener_add_ipv6 { - display: table-cell -} - -.listener_add_irc { - display: table-cell -} - -.listener_add_web { - display: table-cell -} - -.listener_add_submit { - display: table-cell -} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -