Exemplo n.º 1
0
							</th>
							<td>
								<?php 
echo MysiteSelect::changefrequency($this->row->get('change_frequency', '0'), 'change_frequency', null, 'change_frequency', true, 'Change Frequency');
?>
							</td>
						</tr>
						<tr>
			            	<th style="width: 25%;">
								<?php 
echo JText::_('Default priority value');
?>
							</th>
							<td>
								<?php 
echo MysiteSelect::priorities($this->row->get('priority', '0'), 'priority', null, 'priority', true, 'Priority');
?>
							</td>
						</tr>
						
					</tbody>
					</table>
					
					<?php 
echo $this->sliders->endPanel();
$legend = JText::_("Other Settings");
echo $this->sliders->startPanel(JText::_($legend), 'others');
?>
					
					<table class="adminlist">
					<tbody>
Exemplo n.º 2
0
                    <?php 
echo MysiteSelect::menutype(@$state->filter_menutype, 'filter_menutype', $attribs, 'menutype', true, 'Menu type');
?>
                </th>
                <th>
                    <input id="filter_itemid" name="filter_itemid" value="<?php 
echo @$state->filter_itemid;
?>
" size="15"/>
                </th>
                <th>
                
                </th>
                <th>
                    <?php 
echo MysiteSelect::booleans(@$state->filter_enabled, 'filter_enabled', $attribs, 'enabled', true, 'Enabled State');
?>
                </th>
            </tr>
            <tr>
                <th colspan="20" style="font-weight: normal;">
                    <div style="float: right; padding: 5px;"><?php 
echo @$this->pagination->getResultsCounter();
?>
</div>
                    <div style="float: left;"><?php 
echo @$this->pagination->getListFooter();
?>
</div>
                </th>
            </tr>
Exemplo n.º 3
0
								</td>
								<td>
									<?php 
echo MysiteSelect::changefrequencyWithDefault($this->row->get('change_frequency', '0'), 'change_frequency', null, 'change_frequency', true, 'Change Frequency');
?>
								</td>
							</tr>
							<tr>
								<td valign="top" class="key">
									<?php 
echo JText::_('Default priority value');
?>
								</td>
								<td>
									<?php 
echo MysiteSelect::prioritiesWithDefault($this->row->get('priority', '0'), 'priority', null, 'priority', false, 'Priority');
?>
								</td>
							</tr>
								
							<!--	
							<tr>
								<td valign="top" class="key">
									<?php 
echo JText::_('Ordering');
?>
:
								</td>
								<td>
									<?php 
echo $this->lists['ordering'];
Exemplo n.º 4
0
?>
</button>
                <button onclick="mysiteResetFormFilters(this.form);"><?php 
echo JText::_('Reset');
?>
</button>
            </td>
            <td nowrap="nowrap">
                <?php 
$attribs = array('class' => 'inputbox', 'size' => '1', 'onchange' => 'document.adminForm.submit();');
?>
                <?php 
echo MysiteSelect::booleans(@$state->filter_enabled, 'filter_enabled', $attribs, 'enabled', true, 'Enabled State');
?>
                <?php 
echo MysiteSelect::levellimit(@$state->filter_levellimit, 'filter_levellimit', $attribs, 'levellimit', true, 'Level Limit');
?>
            </td>
        </tr>
    </table>

	<table class="adminlist" style="clear: both;">
		<thead>
            <tr>
                <th style="width: 5px;">
                	<?php 
echo JText::_("Num");
?>
                </th>
                <th style="width: 20px;">
                	<input type="checkbox" name="toggle" value="" onclick="checkAll(<?php