<fieldset class="options">
<legend><?php _e('Formatting') ?></legend>
<table class="editform" width="100%" cellspacing="2" cellpadding="5">
<tr>
	<th width="33%" scope="row"><?php _e('Before Link:') ?></th>
	<td width="67%"><input type="text" name="text_before_link" size="45" value="&lt;li&gt;" /></td>
</tr>
<tr>
<th scope="row"><?php _e('Between Link and Description:') ?></th>
<td><input type="text" name="text_after_link" size="45" value="&lt;br /&gt;" /></td>
</tr>
<tr>
<th scope="row"><?php _e('After Link:') ?></th>
<td><input type="text" name="text_after_all" size="45" value="&lt;/li&gt;"/></td>
</tr>
</table>
</fieldset>
<p class="submit"><input type="submit" name="submit" value="<?php _e('Add Category &raquo;') ?>" /></p>
  </form>
</div>
<div class="wrap">
    <h3><?php _e('Note:') ?></h3>
	<p><?php printf(__('Deleting a link category does not delete links from that category.<br />It will just set them back to the default category <strong>%s</strong>.'), get_linkcatname(1)) ?></p>
</div>
<?php
    break;
  } // end default
} // end case
?>
<?php include('admin-footer.php'); ?>
<legend><?php _e('Formatting') ?></legend>
<table class="editform" width="100%" cellspacing="2" cellpadding="5">
<tr>
	<th width="33%" scope="row"><?php _e('Before Link:') ?></th>
	<td width="67%"><input type="text" name="text_before_link" size="45" value="&lt;li&gt;" /></td>
</tr>
<tr>
<th scope="row"><?php _e('Between Link and Description:') ?></th>
<td><input type="text" name="text_after_link" size="45" value="&lt;br /&gt;" /></td>
</tr>
<tr>
<th scope="row"><?php _e('After Link:') ?></th>
<td><input type="text" name="text_after_all" size="45" value="&lt;/li&gt;"/></td>
</tr>
</table>
</fieldset>
<p class="submit"><input type="submit" name="submit" value="<?php _e('Add Category &raquo;') ?>" /></p>
  </form>
</div>
<div class="wrap">
    <h3><?php _e('Note:') ?></h3>
    <?php printf(__('<p>Deleting a link category does not delete links from that category.<br />
    It will just set them back to the default category <b>%s</b>.'), get_linkcatname(1)) ?>
    </p>
</div>
<?php
    break;
  } // end default
} // end case
?>
<?php include('admin-footer.php'); ?>
        <td><input type="text" name="list_limit" size="5" value=""/> (<?php 
        echo _LANG_WLC_EPAGE_EMPTY;
        ?>
)</td>
      </tr>
      <tr>
        <td align="center" colspan="2"><input type="submit" name="submit" value="<?php 
        echo _LANG_WLC_ADDBUTTON_TEXT;
        ?>
" /></td>
      </tr>
    </table>
  </form>
</div>
<div class="wrap">
    <h2>Note:</h2>
    <p><?php 
        echo _LANG_WLC_EPAGE_NOTE;
        ?>
<b><?php 
        echo get_linkcatname(1);
        ?>
</b>.
    </p>
</div>
<?php 
        break;
        // end default
}
// end case
include 'admin-footer.php';
<tr>
<th scope="row"><?php 
        _e('After Link:');
        ?>
</th>
<td><input type="text" name="text_after_all" size="45" value="&lt;/li&gt;"/></td>
</tr>
</table>
</fieldset>
<p class="submit"><input type="submit" name="submit" value="<?php 
        _e('Add Category &raquo;');
        ?>
" /></p>
</form>
</div>
<div class="wrap">
	<h3><?php 
        _e('Note:');
        ?>
</h3>
	<?php 
        printf(__('<p>Deleting a link category does not delete links from that category.<br />It will just set them back to the default category <b>%s</b>.'), get_linkcatname(1));
        ?>
</p>
</div>
<?php 
        break;
        // end default
}
// end case
include 'admin-footer.php';