if (isset($cpt['query_var']['string'])) {
    echo esc_attr($cpt['query_var']['string']);
}
?>
">
							</td>
						</tr>
						<tr valign="top">
							<th scope="row"><?php 
_e('can_export', 'cptg');
?>
</th>
							<td>
								<select name="input_cpt[can_export]">
									<?php 
echo_boolean_options(isset($cpt['can_export']) ? $cpt['can_export'] : 1);
?>
								</select> <?php 
_e('(Default: true)', 'cptg');
?>
							</td>
						</tr>
					</table>
				</div>
			</div>
	
		</div>
	
	</div>

	<p class="submit">
										</select> <?php 
_e('(Default: false)', 'cptg');
?>
									</li>
								</ul>
							</td>
						</tr>
						<tr valign="top">
							<th scope="row"><?php 
_e('sort');
?>
</th>
							<td>
								<select name="input_tax[sort]">
									<?php 
echo_boolean_options(isset($tax['sort']) ? $tax['sort'] : 0);
?>
								</select> <?php 
_e('(Default: false)', 'cptg');
?>
							</td>
						</tr>
					</table>
				</div>
			</div>
			
		</div>

	</div>

	<p class="submit">