Exemplo n.º 1
0
									<a class="xtd-btn-reset"><small><?php 
echo JText::_('COM_AUTOTWEET_RESET');
?>
</small></a>
								</td>
								<td><?php 
echo SelectControlHelper::channeltypes($this->getModel()->getState('channeltype'), 'channeltype', array('onchange' => 'this.form.submit();', 'class' => 'input-medium'));
?>
								</td>
								<?php 
if ($hasAjaxOrderingSupport === false) {
    echo '<td></td>';
}
echo '<td>' . EHtmlSelect::yesNo($this->getModel()->getState('published', 1), 'published', array('onchange-submit' => 'true', 'class' => 'btn-mini')) . '</td>';
if (AUTOTWEETNG_JOOCIAL) {
    echo '<td>' . SelectControlHelper::scope($this->getModel()->getState('scope', 'S'), 'scope', array('onchange-submit' => 'true', 'class' => 'btn-mini')) . '<td>';
}
?>
								<td>
								</td>
							</tr>
						</thead>
						<tfoot>
							<tr>
								<td colspan="20"><?php 
EHtml::renderPagination($this);
?>
								</td>
							</tr>
						</tfoot>
						<tbody>