Beispiel #1
0
?>
											<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::plugins($this->getModel()->getState('plugin'), 'plugin', array('onchange' => 'this.form.submit();', 'class' => 'input-medium'));
?>
								</td>

								<td><?php 
echo SelectControlHelper::ruletypes($this->getModel()->getState('ruletype'), 'ruletype', array('onchange' => 'this.form.submit();', 'class' => 'input-medium'));
?>
								</td>

								<td><?php 
echo SelectControlHelper::channels($this->getModel()->getState('channel'), 'channel', array('onchange' => 'this.form.submit();', 'class' => 'input-medium'));
?>
								</td>

								<?php 
if ($hasAjaxOrderingSupport === false) {
Beispiel #2
0
echo SelectControlHelper::channels($this->item->channel_id, 'channel_id', array('class' => 'input required', 'required' => 'required'));
?>
							</div>
						</div>

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

						<div class="control-group">
							<label for="ref_id" class="control-label required" rel="tooltip" data-original-title="<?php 
echo JText::_('COM_AUTOTWEET_POST_REFERENCE_DESC');
?>
"><?php 
echo JText::_('COM_AUTOTWEET_POST_REFERENCE');
?>
 <span class="star">&#160;*</span>
							</label>
							<div class="controls">
								<input type="text" name="ref_id" id="ref_id" value="<?php