| @@ -114,14 +114,16 @@ | ||
| 114 | 114 | </p> |
| 115 | 115 | </div> |
| 116 | 116 | |
| 117 | 117 | <ul id="category-tabs"> |
| 118 | - <li class="ui-tabs-selected"><a href="#categories-all" tabindex="3"><?php _e( 'All posts' ); ?></a> | |
| 118 | + <?php /* ui-tabs-selected in WP 2.7 CSS = tabs in WP 2.8 CSS. Thank you, o brilliant wordsmiths of the WordPress 2.8 stylesheet... */ ?> | |
| 119 | + <li class="ui-tabs-selected tabs"><a href="#categories-all" tabindex="3"><?php _e( 'All posts' ); ?></a> | |
| 119 | 120 | <p style="font-size:smaller;font-style:bold;margin:0">Give <?php print $object; ?> these categories</p> |
| 120 | 121 | </li> |
| 121 | 122 | </ul> |
| 122 | 123 | |
| 123 | -<div id="categories-all" class="ui-tabs-panel"> | |
| 124 | +<?php /* ui-tabs-panel in WP 2.7 CSS = tabs-panel in WP 2.8 CSS. Thank you, o brilliant wordsmiths of the WordPress 2.8 stylesheet... */ ?> | |
| 125 | +<div id="categories-all" class="ui-tabs-panel tabs-panel"> | |
| 124 | 126 | <ul id="categorychecklist" class="list:category categorychecklist form-no-clear"> |
| 125 | 127 | <?php fwp_category_checklist(NULL, false, $checked) ?> |
| 126 | 128 | </ul> |
| 127 | 129 | </div> |