jdlmarsh
Karma: 0
|
3.4 beta 2 fix needed to search box - 2005/12/22 19:54
Sorry if this not the correct way to report a bug/fix for it, but the class remositorySearchBoxHTML needs the same fix as remositorySearchResultsHTML i.e.
| Code: |
?>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<?php
|
added after the call to generalHeaderHTML, because as released it screws up the overall table structure (and your template if it's table-based).
Best wishes,
John
|