mirror of
https://github.com/e107inc/e107.git
synced 2025-07-29 02:40:25 +02:00
Tool-tip placement options added to admin prefs. (Applies to Admin-ui areas only)
Admin styling tweaks.
This commit is contained in:
@@ -87,7 +87,7 @@ var e107 = e107 || {'settings': {}, 'behaviors': {}};
|
||||
e107.behaviors.fieldHelpTooltip = {
|
||||
attach: function (context, settings)
|
||||
{
|
||||
var selector = 'div.tbox,div.checkboxes,input,textarea,select,label,.e-tip,div.form-control';
|
||||
var selector = '.admin-ui-help-tip,div.tbox,div.checkboxes,input,textarea,select,label,.e-tip,div.form-control';
|
||||
|
||||
$(context).find(selector).once('field-help-tooltip').each(function ()
|
||||
{
|
||||
|
Reference in New Issue
Block a user