• Resolved jasperdemann

    (@jasperdemann)


    Hi

    I have a suggestion, which I think will make life just a little easier for iThemes users who have enabled the email scan report feature.

    I’m in the early stages of building a site, so I’m almost constantly activating, testing and deleting plugins and files.
    When I receive my email report, it takes me an age to check through it because the entries in the ‘File’ column are all centralised.
    If they were moved toline up with the left margin, I could just set my mouse to scroll down automatically, and because all the files with the same name at the beginning would be lined up, it would be easy to spot something that’s different/shouldn’t be there.

    At the moment, if I have hundreds of files to look through, my eyes are darting left to right to left, like a deranged WW2 sniper!

    Jasper

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support chandelierrr

    (@shanedelierrr)

    Hi @jasperdemann, we appreciate your suggestions to make the File Change email notification more user-friendly. I’ll submit this to our team as a feature request, but please note that I can’t guarantee when or if this will be implemented. Your feedback and ideas are valuable to us, and thank you for approaching this proactively!

    Hi @shanedelierrr,

    I’ve been looking into this and I think it’s actually a bug. I noticed the data in the first column (File) is rendered using a <th> instead of a <td> html tag.

    The text in?<th>?elements are bold and centered by default.
    The text in <td> elements are regular and left-aligned by default.

    So IMHO to fix this issue the following line in the core/lib/class-itsec-mail.php file should be changed:

    454? $style?.=?'font-style:italic;';

    into:

    454 ?$style?.=?'font-style:italic;text-align: left;';

    Untested. But trust me I’ve done the math ??

    Thread Starter jasperdemann

    (@jasperdemann)

    Thank you, @shanedelierrr, and good work, @nlpro!

    • This reply was modified 1 year, 1 month ago by jasperdemann.
    • This reply was modified 1 year, 1 month ago by jasperdemann.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘File scan report – make it easier to read’ is closed to new replies.