iliajie
15c81e8ace
Fix wrong sting transfer
2023-05-09 22:41:29 +03:00
iliajie
3683c0e06c
Add support for multiple paginations in a single page
2023-05-09 19:53:15 +03:00
iliajie
8c15fc9fdb
Fix escapes ; add support to display items on page
...
e.g.: Showing 43 to 64 of 83 items on page ⏴ 3 of 4 pages ▸
2023-05-09 13:15:33 +03:00
iliajie
6310521982
Add support for listing jail blocks with pagination 2/2
2023-05-08 23:56:04 +03:00
iliajie
e260a96d93
Add API to use theme dependent code for page refresh
2023-05-06 12:54:13 +03:00
iliajie
7ea1236eb6
Add support for passing HTML attributes and classes to ui_table_row sub
2023-04-06 16:16:58 +03:00
iliajie
5c26bf4de3
Fix to prevent forcing using tables in tabs
2023-01-07 19:59:10 +02:00
iliajie
760d4392ed
Print bottom update button only if not in viewport https://github.com/webmin/authentic-theme/issues/1605#issue-1298478251
2022-07-08 12:31:26 +03:00
Ilia Rostovtsev
f69fa81e59
Fix to get safely using wrapper sub 2/2
2021-09-28 16:30:05 +03:00
Ilia Rostovtsev
50087e9dbe
Revert "Fix ongoing issues with proxy prefixes in status collection, choosers 1/2"
...
This reverts commit d59eb79542 .
2021-09-27 15:12:20 +03:00
Ilia Rostovtsev
ab59df1a85
Regular tooltip (ui_help) doesn't support HTML
2021-09-27 13:26:42 +03:00
Ilia Rostovtsev
d59eb79542
Fix ongoing issues with proxy prefixes in status collection, choosers 1/2
2021-09-26 19:45:47 +03:00
Ilia Rostovtsev
e7deccae71
Update class name to conventional
2021-03-06 15:35:24 +03:00
Ilia Rostovtsev
ab3597bf42
Add ui_help bubble tooltip UI API
...
1461a60f66
2021-03-05 16:19:45 +03:00
Ilia Rostovtsev
a24416e92d
Fix ui_text_color to be unambiguous
2021-02-13 16:56:42 +03:00
Ilia Rostovtsev
d4e8a35a3e
Fix binary detection
2020-12-20 19:29:11 +03:00
Ilia Rostovtsev
22c5c596ce
Add complementary UI API for "read_file_contents_limit" sub
2020-12-18 16:50:24 +03:00
Ilia Rostovtsev
9ed2c11389
Fix escaping data for new collapse UI widget
2020-11-29 22:31:57 +03:00
Ilia Rostovtsev
3f8991ce04
Fix UI collapse support options (including open on start) a766a348f0 (commitcomment-44636896)
2020-11-29 21:48:51 +03:00
Ilia Rostovtsev
a766a348f0
Utilize usage of native HTML5 accordions ba6564e67b
2020-11-29 18:51:28 +03:00
Ilia Rostovtsev
3e60854861
Add double line break API
2020-09-02 13:21:08 +03:00
Ilia Rostovtsev
6430a0ec45
Revert "Check for context in addition"
...
This reverts commit f1d7deb307 .
2020-08-11 22:15:43 +03:00
Ilia Rostovtsev
f1d7deb307
Check for context in addition
...
This fix is made to make Virtualmin/Edit Users/Edit User page, and Other user permissions tab and its multi-selects work. The underlying problem, is that `ui_multi_select_javascript` being called beforehand by `virtual_feature` from `virtualmin-htpasswd::mailbox_inputs`, leaving the actual page without needed JS function, making it fail in all themes. Perhaps, it shouldn't be done by `virtual_feature` and this patch is just a work-around of the actual problem.
2020-05-23 13:51:34 +03:00
Ilia Rostovtsev
562dd4bf26
Allow passing class name for ui_text_color sub
2020-05-20 23:16:34 +03:00
Ilia Rostovtsev
a7b4847480
Rename sub name to be more intuitive
2020-01-18 14:29:40 +03:00
Jamie Cameron
3e20e3c9f8
Add function for selecting multiple users
2019-12-15 09:51:43 -08:00
Ilia Rostovtsev
f695820b4b
Fix missing semicolon
2019-03-16 12:55:39 +03:00
Ilia Rostovtsev
f2630b366c
Fix to use HTML entity for left/right
2019-03-16 12:54:18 +03:00
Ilia Rostovtsev
d40e53315b
Add UI lib for adding text color
2019-03-09 18:08:39 +03:00
Jamie Cameron
664802ac56
Fix unicode char for left/right
2018-11-19 14:51:37 -08:00
Jamie Cameron
d328c86360
Add new API for a link button
2018-11-13 15:05:34 +01:00
Jamie Cameron
b5031661fe
Add option to use a select list instead of radio buttons
2018-01-21 15:18:13 -08:00
Jamie Cameron
e8a81bbca4
Add function for getting this system's URL
2018-01-05 14:59:57 -08:00
Jamie Cameron
a6d174fa3c
Fix hidden opener in old old theme https://sourceforge.net/p/webadmin/bugs/4989/
2017-12-15 22:44:01 -08:00
Joe Cooper
677e1436ea
De-uglify multiselect move arrows with fUnicode!
2017-11-29 14:37:09 -06:00
yangfl
0f9fb77369
Fix typo
2017-11-08 16:43:37 +08:00
Jamie Cameron
23847df2a2
Remove un-necessary extra nested tables
2017-07-30 12:23:28 -07:00
Jamie Cameron
e7d086442c
Fix incorrect quotes https://sourceforge.net/p/webadmin/bugs/4982/
2017-06-30 23:18:49 -07:00
Joe cooper
f1c000d1e5
When in doubt, nest more tables
2017-05-30 21:12:53 -05:00
Joe cooper
4f564b9e2a
Use escaped ampersand
2017-05-30 20:36:12 -05:00
Joe cooper
483a9a7c5f
One last literal quoted
2017-05-30 20:13:36 -05:00
Joe cooper
7e75fdfa16
More validation fixes
2017-05-30 20:08:34 -05:00
Ilia Rostovtsev
55d98674b1
When there is no value we need to return 0 but not empty
...
As reported here, it's true:
https://github.com/qooob/authentic-theme/issues/726
2017-04-25 10:56:58 +03:00
Ilia Rostovtsev
e9dc1726ae
Let a function to accept non numeric value
...
In case the way it is now, there is no use in custom values for radio buttons. For example it will never let it set to `false` or `true` (as a string), thus always passing an integer to the `ui_radio()`.
2017-03-18 17:16:20 +03:00
Jamie Cameron
e0731515d7
Use post for buttons row to prevent double-submit https://github.com/webmin/webmin/issues/302
2016-04-09 13:51:37 -07:00
Jamie Cameron
997b33e5fb
module_name cannot be used in library code https://sourceforge.net/p/webadmin/bugs/4730/
2016-04-06 22:21:38 -07:00
Jamie Cameron
7ba7a75df1
Support setting attributes for the td
2016-01-30 15:21:15 -08:00
Jamie Cameron
4265e07b4e
Document new flag
2016-01-24 10:04:22 -08:00
Jamie Cameron
fb842fbeda
Allow multiple uploads
2016-01-23 14:40:20 -08:00
Jamie Cameron
82bb4284ba
Fix call to theme override https://sourceforge.net/p/webadmin/bugs/4689/
2015-12-17 22:19:26 -08:00