Danny Colin
e071c8fb02
Add dark mode for selectize
2025-10-05 23:18:27 -04:00
Danny Colin
51ba58bd8a
Clarify selectize-znc-dark.css belongs to ZNC not Selectize's upstream
...
- Rename the file to contain znc in it
- Add a header mentioning that it is part of ZNC codebase
2025-10-05 23:13:42 -04:00
Danny Colin
6ce9543e65
Add missing CSS rule for input submit buttons in a .sectionbody
2025-10-04 23:35:57 -04:00
Danny Colin
86959194c4
Add dark mode support for jQuery UI components
2025-10-04 23:35:22 -04:00
Danny Colin
a6d94db800
Add missing button styling for both light and dark theme
2025-10-04 23:16:52 -04:00
Danny Colin
5671519f9e
use a media query instead of light-dark function
...
We're using a media query with prefers-color-scheme instead of light-dark in
order to support older browser versions
2025-10-04 22:53:36 -04:00
Danny Colin
d1b1c54055
Add a dark mode to the default webskin
2025-10-02 17:34:50 -04:00
njhanley
92d04e6ad9
Allow reordering of channels in webadmin
2020-09-29 19:32:52 -04:00
Gaspard Beernaert
17ec6095d6
Web: remove legacy xhtml syntax ( #1723 )
2020-06-16 23:45:35 +01:00
m4luc0
89af445653
Web: fix small css errors after #1711
2020-04-05 23:38:26 +02:00
m4luc0
c104b14514
Web: fix broken layout after text edit
2020-04-04 14:43:16 +02:00
m4luc0
3e92362986
Web: fix broken layout after text edit
2020-04-04 12:32:18 +02:00
Alexey Sokolov
625d70fa85
Remove Guest string and user IP from web UI
2017-11-24 08:24:12 +00:00
Tyler Spivey
827203ab0e
Improve accessibility of login form
2016-08-23 23:11:33 -07:00
Alexey Sokolov
53fca640df
Web: don't put text of checkboxes on top of each other.
...
It was fine for English, but with other languages labels can be longer.
2016-02-24 22:07:41 +00:00
Alexey Sokolov
4a940a3a3a
Make more core strings translateable
2016-02-24 21:31:38 +00:00
Alexey Sokolov
d09a0a0966
Make some strings in core translateable.
2016-01-31 20:09:19 +00:00
Alexey Sokolov
477a9ddd5a
Make server editor in webadmin more fancy, when JS is enabled
...
See #145
2015-06-03 00:18:17 +01:00
Alexey Sokolov
bb4060ce5e
Add non-minified versions of jQuery-UI and Selectize.
...
Also upgrade selectize to 0.12.1.
Make Debian happy.
2015-04-26 19:36:34 +01:00
Alexey Sokolov
b2b4806320
Merge branch '1.6.x'
2015-04-26 19:23:57 +01:00
Alexey Sokolov
f8d2c32e9a
Add non-minified jQuery's source.
...
jQuery's license (MIT) does *NOT* require this.
But Debian is not happy without it.
2015-04-26 19:21:40 +01:00
Alexey Sokolov
d884ff76c0
Merge branch '1.6.x'
2015-04-06 22:42:25 +01:00
Alexey Sokolov
21834d3aba
Improve breadcrumbs in webadmin.
...
Fix #227
2015-04-06 22:40:55 +01:00
Alexey Sokolov
cc0574b084
Add drag-and-drop to SASL webpage
2015-04-04 10:28:38 +02:00
Thomas Ward
7ad60cf634
Fix CSS for _default_ for Fingerprints section
2015-02-13 15:43:10 -05:00
Alexey Sokolov
bd9450b99e
Webadmin: Add GUI for character encoding
2014-12-21 17:08:41 +00:00
J-P Nurmi
f9baa980a3
Web: make the banner logo a link to home
2014-09-07 20:34:22 +02:00
Vasily Fomin
c927f9d419
Move CSS definition into template file so it can be processed by template engine.
...
This gives us opportunity to handle URI prefixes.
2014-06-10 22:51:14 +02:00
Vasily Fomin
5701889531
Changes icon to the [File:External]( https://commons.wikimedia.org/wiki/File:External.svg )
...
NOTICE: icon license is public domain.
2014-06-10 22:14:25 +02:00
Vasily Fomin
0467b69535
Fixes issue #505 : Module links in webadmin should use _blank.
...
Wikipedia "Icon External Link"
(http://commons.wikimedia.org/wiki/File:Icon_External_Link.png )
is being used as an icon for the external link.
2014-06-10 21:30:37 +02:00
uu1101
26a9d73cba
Set favicon URL to respect the prefix
...
When not specified, browsers tend to send favicon request to
/favicon.ico. This commit tells the browsers to look for it under the
URIPrefix.
2014-02-16 12:45:10 +01:00
uu1101
4376b373d8
Prepend URIPrefix to web interface links
...
Prefix links in templates with URIPrefix and add the input field to the
Listener editor.
The URIPrefix is provided as a top-level template variable. All URIs
have been changed to have the prefix prepended.
2014-02-16 12:45:10 +01:00
Lunatrius
4368c189f7
Fixed double forward slashes and incorrect active module highlighting.
2013-07-01 17:30:32 +02:00
Kyle Fuller
eb59be7905
Use standard HTML table elements instead of custom classes
...
Fixes #169
2012-06-08 13:51:45 +01:00
Alexey Sokolov
5fbf528a49
Fix Save button of global settings in webadmin.
...
In HTML one <form> can't be inside another one...
In XHTML it works...
Thanks to skydrome for reporting this.
Also I tried to fix listeners editor, as they used nested forms too...
But it seems that I messed up the whole table.
Let someone more skilled in HTML fix this broken layout.
At least buttons themselves work now.
2012-04-20 10:48:26 +07:00
Alexey Sokolov
28f6809af8
Webadmin: edit listen ports
2012-03-31 06:48:24 +07:00
Alexey Sokolov
9b3a764a6c
Use XHTML
2012-03-23 11:14:29 +07:00
Alexey Sokolov
b46231b12d
Let lang to be the same as xml:lang in web.
2012-03-23 01:17:29 +07:00
Alexey Sokolov
fb2b5193bc
Show link to http://znc.in from web
2012-03-22 04:27:26 +07:00
Kyle Fuller
7beb7172d6
Set a valid HTML5 doctype before we use HTML5 features
...
It isn't valid HTML5 to use maxlength with input[type="number"]
2012-03-21 17:32:29 +00:00
Kyle Fuller
fc8e789b08
Don't show network modules title if we don't have any network modules
2012-02-19 18:44:54 +00:00
Kyle Fuller
e08d53dcd5
Show network modules on the web interface menu
...
Closes #121
2012-02-13 23:58:32 +00:00
Kyle Fuller
b1ed9c9b74
Add methods to CModule to get the web path
...
Add these values to the template and use them when linking to any module
2012-02-09 17:07:28 +00:00
Kyle Fuller
b1593238d5
Make the URL's for web modules include the module type ( #121 )
2012-02-09 14:19:26 +00:00
darthgandalf
796a9d1dbf
Remove advice to edit znc.conf manually from web interface.
...
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2186 726aef4b-f618-498e-8847-2d620e286838
2010-12-18 04:18:54 +00:00
cflakes
b00bbdfbec
Made <th> usuable in all skins. The new policy is to use <thead>(<td>...</td>)+</thead> for horizontal headers and <th> for vertical ones.
...
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2062 726aef4b-f618-498e-8847-2d620e286838
2010-07-04 17:44:03 +00:00
cflakes
1110d2e1ac
WebMods: Converted some CRLFs to LFs, changed <td> into <th> in webadmin's traffic.tmpl. "Patches" by zynox, thanks.
...
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2061 726aef4b-f618-498e-8847-2d620e286838
2010-07-04 17:18:59 +00:00
psychon
01453c533b
Remove useless help page on webskins
...
Didn't do anything and certainly wasn't helpful at all.
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2002 726aef4b-f618-498e-8847-2d620e286838
2010-05-21 16:30:54 +00:00
cflakes
08463bedac
Make webadmin show whether a Listener/port accepts IRC and/or HTTP connections.
...
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1974 726aef4b-f618-498e-8847-2d620e286838
2010-05-09 19:08:41 +00:00
cflakes
364ad3e4fb
Fix revision 1949... the SORT thing obviously needs to go into <?LOOP?> and not <?IF?> OH HAI BRIAN
...
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1951 726aef4b-f618-498e-8847-2d620e286838
2010-04-28 23:16:00 +00:00