Skip to main content
Topic: Maillist Center>Settings ... change h3 class to .information (Read 1688 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Maillist Center>Settings ... change h3 class to .information

I give up on finding this; being the dullard that I am. Take a look at the images. The second h3 really is out of place and should likely be a .information class. That is what I am attempting to do, change the class from .category_header to .information. Problem is I cannot find that little begger anywhere.

In what file do I need to make this change in? If the 'big cheeses' here like the chance I will do a PR for it.

Thanks,

Lou


Re: Maillist Center>Settings ... change h3 class to .information

Reply #1

Try changing this line:
Code: [Select]
array('title', 'maillist_imap_reason'),
to:
Code: [Select]
array('desc', 'maillist_imap_reason'),
in the file /sources/admin/ManageMaillist.controller.php
Bugs creator.
Features destroyer.
Template killer.

Re: Maillist Center>Settings ... change h3 class to .information

Reply #2

:-[ [head slaps myself]  That is why you are the master and I am the grasshopper.  :)


That is in a controller file. Is this a change that you would like a PR for?

Thanks

ETA: just made the change. That section looks much nice now with the information box.
Last Edit: February 21, 2016, 06:23:05 pm by Lou

Re: Maillist Center>Settings ... change h3 class to .information

Reply #3

lol

I'm pretty sure this was a copy&paste overlook, so yes, it should be fixed. ;)
Either send the PR to 1.0.7 that will later be merged into 1.1, or patch 1.1 and then someone will cherry-pick for 1.0.7 if necessary.
Bugs creator.
Features destroyer.
Template killer.

 

Re: Maillist Center>Settings ... change h3 class to .information

Reply #4

OK .... damage is done.   PR: 2390