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
Jamie Cameron
b0ecbaf63e
Auto-scroll unbuffered pages
2015-12-03 20:01:40 -08:00
Joe Cooper
1c2bdf0f0c
Typo
2015-01-30 18:09:38 -06:00
Jamie Cameron
dc4ea2a94d
Complete support for showing warnings on right frame
2014-12-17 14:54:09 -08:00
Jamie Cameron
a5db316751
Add <td> to cover rest of table wen ending early http://virtualmin.com/node/34341
2014-09-26 13:11:58 -07:00
Jamie Cameron
e4a7bc76f7
Add a label tag linking a field description with the input
2014-08-23 23:46:53 -07:00
Jamie Cameron
861d49b9ab
Don't set value tag if there is none
2014-08-23 10:46:06 -07:00
Joe Cooper
9b90b3e57a
ui_img function added
2014-08-08 02:34:24 -05:00
Piotr Pawłow
45ae795871
Use html_escape to quote ui_textbox name / value HTML attributes
2014-07-07 12:10:36 +02:00
Jamie Cameron
c171cd51e4
Add buttons to move cron jobs to the top and bottom
2014-06-09 20:41:40 -07:00
Jamie Cameron
516f7838cc
Add space after radio button
2014-05-24 20:34:03 -07:00
Jamie Cameron
5e8b41a8ce
put back space between radio buttons and labels
2014-01-01 23:28:36 -08:00
Nawawi Jamili
4deebe78ea
replace javascript with tags, to more reasonable
2013-12-19 02:15:48 +08:00
Nawawi Jamili
f5862790cd
Add option to skip generated javascript for ui_opt_textbox
2013-12-13 20:19:57 +08:00
Jamie Cameron
fe4557e1e7
Make ui_date_input themeable http://sourceforge.net/p/webadmin/bugs/4331/
2013-12-11 11:46:01 -08:00
Nawawi Jamili
969fc4c0a9
set default valign
2013-12-09 21:07:53 +08:00
Nawawi Jamili
42742b99ef
add item tags for flexibility
2013-12-08 20:25:42 +08:00
Nawawi Jamili
8e8b92ab7c
span.ui_data misplaced
2013-12-08 20:05:43 +08:00
Nawawi Jamili
68987e4a88
cleanup
2013-12-08 19:45:14 +08:00
Nawawi Jamili
594c703cfc
remove unnecessary space
2013-12-08 18:23:42 +08:00
Nawawi Jamili
3962cb8276
add ui_button class
2013-12-08 18:15:47 +08:00
Nawawi Jamili
1369d7f4cd
replace class -> type, avoid confusing with css class
2013-12-08 18:13:17 +08:00
Joe Cooper
e8a81d2163
Add ui_link function to ui-lib, so it can be overriden in a theme to force
...
inclusion of the module path usin get_module_name (mandatory for all AJAX
single page app themes).
2013-12-08 03:35:44 -06:00
Nawawi Jamili
59231c226b
html cleanup: standardized
2013-12-05 14:28:03 +08:00
Nawawi Jamili
99004a321e
add ui_hr class+tags -> ui-lib.pl
2013-12-05 14:07:11 +08:00