/**
 * @package     Extly.Components
 * @subpackage  com_autotweet - A powerful social content platform to manage multiple social networks.
 *
 * @author      Prieco S.A. <*****@*****.**>
 * @copyright   Copyright (C) 2007 - 2015 Prieco, S.A. All rights reserved.
 * @license     http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL
 * @link        http://www.extly.com http://support.extly.com
 */
// No direct access
defined('_JEXEC') or die('Restricted access');
?>
<div id="publishing" class="tab-pane fade">

<?php 
echo EHtml::userControl($this->item->xtform->get('default_author'), 'xtform[default_author]', 'COM_AUTOTWEET_VIEW_FEED_DEFAULT_AUTHOR', 'COM_AUTOTWEET_VIEW_FEED_DEFAULT_AUTHOR_DESC', null, 'required');
?>

	<div class="control-group">
		<label for="xtformsave_author" class="control-label required" rel="tooltip" data-original-title="<?php 
echo JText::_('COM_AUTOTWEET_VIEW_FEED_SAVE_AUTHOR_DESC');
?>
"> <?php 
echo JText::_('COM_AUTOTWEET_VIEW_FEED_SAVE_AUTHOR');
?>
		</label>
		<div class="controls">
			<?php 
echo SelectControlHelper::saveauthors($this->item->xtform->get('save_author'), 'xtform[save_author]', array('class' => 'required'));
?>
		</div>