Hi,
Is there a way to disable the Mass Update panel from each module? I edited the ListView.php and altered the following:
$params = array('massupdate' => true);
to
$params = array('massupdate' => false);
And the panel did not get displayed anymore, however there was a Jscript error as follows:
theForm has no properties
and it pointed to this line of code - if(typeof theForm.uid.value != 'undefined' && theForm.uid.value != "") {
Although the panel was removed I'm not comfortable with the Jscript error appearing, also the error only appears in Firefox, IE doesn't seem bothered by it.
Does anybody know of a different way to disable the Mass Update panel? Preferrably via the admin interface. I'm using the OpenSource 4.5.1h
I could fiddle with the code and sort my problem out, but was wondering if there was a simpler way.
Thanks
Regards
Steve


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks