We have need of further customizing the display of the autologout dialog. Since it uses jQueryUI dialog (props there btw!), we can add an additional class to the options so we can control presentation in the theme layer.

Comments

dellintosh’s picture

StatusFileSize
new358 bytes

The attached (one line) patch adds an additional dialogClass to the jQuery UI dialog.

johnennew’s picture

Version: 6.x-4.0 » 7.x-4.x-dev
Status: Active » Fixed

Thanks for this - I've applied to the 6.x-4.x and 7.x-4.x branches.
Rgds!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit f29392f on 7.x-4.x, 8.x-1.x by ceng:
    Issue #1243938 by dellintosh: Added class to the dialog for easy theming