Okay, in that case all I need is to add
into line 764.
It does make a difference to me. I use a fluid template that stretches to the width of the window, and the list items don't stretch to 100% unless I add something into line 764. Perhaps it's a quirk with IE browser.
Here's a few more bugs I've noticed:
File studieslist/tmpl/default.php
Lines 874-892
I've noticed that the two icons for Text and PDF wrap one over the other. So i've changed the code to stick the PDF icon into its own TD cell:
params->get('show_full_text') > 0) { ?>
id ); ?>
params->get('tooltip') >0) { ?>
get('text_image');?>\" alt=\"\" width=\"params->get('imagew');?>\" height=\"params->get('imageh');?>\" border=\"0\" >params->get('tooltip') >0) { ?>
params->get('show_pdf_text') > 0) { ?>
id . '&format=pdf' ); ?>
Also moved the TDs inside the if statements.
------------
File mod_biblestudy/tmpl/_study.php
Lines 160, 174, 188, 202
The 8th option in the switch-case statement is \"series_text\" but when I set the module parameters in Admin the 8th option is \"Don't show\".
Thanks for all the work on this component. I'm revamping my church website and your work has saved me a lot of time and effort. A global ministry!
Doug