From: Arthaey A. <ar...@gm...> - 2004-07-30 10:13:48
|
Another comment/fix for PluginManager: In the function _generateColheadings, the foreach loop should be pushing HTML::th, not HTML::td. The table that PluginManager generates is rather crowded because of all the default values listed in the last column. Is there a better way to add cellpadding than to hardcode it into this table? I don't want all class="pagelist" tables to have this padding, since they usually aren't this crowded. -- AA |