2009-07-04 16:16:14 +00:00
|
|
|
<div class="wrap">
|
|
|
|
<h2>ComicPress Config</h2>
|
|
|
|
<form method="post">
|
|
|
|
<input type="hidden" name="cp[_nonce]" value="<?php echo $nonce ?>" />
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<th scope="row">Master Comic Category</th>
|
|
|
|
<td>
|
2009-07-05 19:46:32 +00:00
|
|
|
<select name="cp[comic_category_id]">
|
|
|
|
<?php echo $this->create_category_options($root_categories, $this->comicpress_options['comicpress_category_id']) ?>
|
2009-07-04 16:16:14 +00:00
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</form>
|
|
|
|
</div>
|