<?php

defined('_JEXEC') || die('=;)');
/**
 * @package    EasyCreator
 * @subpackage Views
 * @author     Nikolai Plath
 * @author     Created on 24-Mar-2010
 * @license    GNU/GPL, see JROOT/LICENSE.php
 */
$projectTypes = EcrProjectHelper::getProjectTypes();
$projectScopes = EcrProjectHelper::getProjectScopes();
$input = JFactory::getApplication()->input;
$task = $input->get('task');
$showCore = $input->get('show_core') == 'show_core' ? true : false;
$checked = $showCore ? ' checked="checked"' : '';
?>
<div class="projectListHeader unregistered">
    <div style="float: right;">
        <input type="checkbox" name="show_core"
               id="show_core" value="show_core" <?php 
echo $checked;
?>
               onchange="submitbutton('<?php 
echo $task;
?>
');"/>
        <label for="show_core" class="inline">
            <i class="img icon16-joomla"></i><?php 
echo jgettext('Show Joomla core projects');
?>