1
0
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:
Cameron
2015-06-11 19:44:39 -07:00
parent f91a6baa2b
commit e5c768a532
5 changed files with 60 additions and 30 deletions

View File

@@ -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"))