Exemplo n.º 1
0
echo JText::_('COM_AUTOTWEET_VIEW_CHANNEL_SELECTCHANNEL_TITLE');
?>
						</legend>

						<div class="control-group">
							<label for="channeltype_id" class="control-label required" rel="tooltip" data-original-title="<?php 
echo JText::_('COM_AUTOTWEET_VIEW_CHANNEL_SELECTCHANNEL_DESC');
?>
"> <?php 
echo JText::_('COM_AUTOTWEET_VIEW_TYPE_TITLE');
?>
 <span class="star">&#160;*</span>
							</label>
							<div class="controls">
								<?php 
echo SelectControlHelper::channeltypes($this->item->channeltype_id, 'channeltype_id', array('class' => 'required'));
?>
							</div>
						</div>

					</fieldset>

					<fieldset class="details">

						<legend>
							<?php 
echo JText::_('COM_AUTOTWEET_VIEW_CHANNEL_CHANNELDATA_TITLE');
?>
						</legend>
<?php 
echo EHtml::requiredTextControl($this->item->get('name'), 'name', 'COM_AUTOTWEET_VIEW_CHANNEL_NAME_TITLE', 'COM_AUTOTWEET_VIEW_CHANNEL_NAME_DESC', null, 64);
Exemplo n.º 2
0
echo JText::_('COM_AUTOTWEET_FILTER_SUBMIT');
?>
											<img src="<?php 
echo $this->get('blankImage');
?>
" height="20">
										</button>
									</div>

									<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>