echo arras_form_dropdown('arras-cat-news[]', arras_get_terms_list(arras_get_option('news_tax')), arras_get_option('news_cat'), 'class="multiple" multiple="multiple"');
?>
<br /><?php 
_e('Selected categories will be shown below the featured section in the index page.', 'arras');
?>
</td>
</tr>

<tr valign="top">
<th scope="row"><label for="arras-layout-index-newsdisplay"><?php 
_e('Tapestry (Display Type)', 'arras');
?>
</label></th>
<td>
<?php 
echo arras_form_dropdown('arras-layout-index-newsdisplay', arras_get_tapestries_select(), arras_get_option('news_display'));
?>
</td>
</tr>

<tr valign="top">
<th scope="row"><label for="arras-layout-index-count"><?php 
_e('News Count', 'arras');
?>
</label></th>
<td>
<?php 
echo arras_form_input(array('name' => 'arras-layout-index-count', 'id' => 'arras-layout-index-count', 'size' => '5', 'value' => arras_get_option('index_count'), 'maxlength' => 2));
?>
 <?php 
_e('posts', 'arras');
</table>

<h3><?php 
_e('Archive / Search', 'arras');
?>
</h3>
<table class="form-table">

<tr valign="top">
<th scope="row"><label for="arras-layout-archive-newsdisplay"><?php 
_e('Tapestry (Display Type)', 'arras');
?>
</label></th>
<td>
<?php 
echo arras_form_dropdown('arras-layout-archive-newsdisplay', arras_get_tapestries_select(), arras_get_option('archive_display'));
?>
</td>
</tr>

</table>

<h3><?php 
_e('Single Post', 'arras');
?>
</h3>
<table class="form-table">

<tr valign="top">
<th scope="row"><?php 
_e('Display in Single Posts', 'arras');