List manip improvements from mdawaffe. fixes #2633

git-svn-id: https://develop.svn.wordpress.org/trunk@3684 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2006-04-04 00:16:27 +00:00
parent e14b0fc456
commit 07a12ad2b1
8 changed files with 28 additions and 24 deletions

View File

@@ -40,7 +40,8 @@ function xfn_check($class, $value = '', $type = 'check') {
<h3 class="dbx-handle"><?php _e('Categories') ?></h3>
<div class="dbx-content">
<p id="jaxcat"></p>
<div id="categorychecklist"><?php dropdown_categories(get_settings('default_link_category')); ?></div></div>
<ul id="categorychecklist"><?php dropdown_categories(get_settings('default_link_category')); ?></ul>
</div>
</fieldset>
<fieldset class="dbx-box">
@@ -250,4 +251,4 @@ function xfn_check($class, $value = '', $type = 'check') {
<?php endif; ?>
</div>
</form>
</div>
</div>