mirror of
https://github.com/e107inc/e107.git
synced 2025-07-29 02:40:25 +02:00
Corrected some of the confusion with news-preference labels. Option added to choose what displays in the news list page. $frm->checkboxes now renders field-help correctly.
This commit is contained in:
@@ -345,10 +345,10 @@ $(document).ready(function()
|
||||
});
|
||||
|
||||
// run tips on .field-help
|
||||
$("div.tbox,input,textarea,select,label,.e-tip").each(function(c) {
|
||||
$("div.tbox,div.checkboxes,input,textarea,select,label,.e-tip").each(function(c) {
|
||||
|
||||
var t = $(this).nextAll(".field-help");
|
||||
|
||||
|
||||
var placement = 'right';
|
||||
|
||||
if($(this).is("textarea"))
|
||||
|
Reference in New Issue
Block a user