List Manager Forum

Can the Edit Icons display on the left side of the table?

User moon_1090 2013-05-30 23:58:51

Can the Detail / Delete / Edit icons display on the left of the list view table, instead of the far right? I looked at the modules/mod_listmanager/assets/css/default.css file, but I don't know enough CSS, etc. to know how to modify that file or to override in a custom.css file

Moonsoft support 2013-05-31 09:20:27

Hello,
the icons with the options are located at the right side, but they can't be moved because they are inside the table, it's not a css issue, there some changes at the js in charge of building the table involved. In case you want to give it a try, the table headers and data are generated at this file:

mod_listmanager\assets\js\listmanager.js


functions printHeader/printData


in order to change the option column postion some parts of the code should be moved. If you need us to make a custom version for you including this code change, please contact again using helpdesk and we can give you a quote, it's not a mayor change.

Thank you, best regards

User moon_1090 2013-06-01 19:10:42

I can modify the printData function to print the icons on the far left, but after trying some changes to printHeader, I cannot print a matching header (when the icons are on the far right, the header is empty), so the normal header headings are too far to the left: header 1 matches the icons, header 2 matches the first column instead of the 2nd column, etc. Changing the padding does not help.

I do not understand the printHeader function or JavaScript well enough to print a titled or empty header on the far left to match the icons if the icons are on the left.

I may need a quote to have Moonsoft modify that.

Moonsoft support 2013-06-02 12:39:38

Hello,
if you already have the icon column placed at the first column, then you only have to move the empty header to the first column as well to have every content matching its header. Inside the printheader function you have this section of code:

if (!this.options.viewonly){
..
..
..
}

If you move it before the other headers ( this.headers line), you will be printing the empty header before the others, that should do the work.

Regards

...
Support/development

Perfect for small code changes or to correct any bug at your site

Buy now!
...
Support/development 40 hours

With the peace of mind of having a professional team at your service (20% discount)

Buy now!