예제 #1
0
파일: form.php 프로젝트: beingsane/mysite
?>
" />
								</td>
							</tr>
                            <tr>
                                <td valign="top" class="key">
                                    <?php 
echo JText::_('Menu');
?>
                                </td>
                                <td>
                                    <?php 
// TODO Make this filter the Parent list below
?>
                                    <?php 
echo MysiteSelect::menutype($this->row->get('menutype'), 'menutype');
?>
                                </td>
                            </tr>
                            <tr>
                                <td valign="top" class="key">
                                    <?php 
echo JText::_('Parent');
?>
                                </td>
                                <td>
                                    <?php 
echo MysiteSelect::item($this->row->get('parent'), 'parent', '', '', true);
?>
                                </td>
                            </tr>
예제 #2
0
?>
:</span> <input id="filter_id_to" name="filter_id_to" value="<?php 
echo @$state->filter_id_to;
?>
" size="5" class="input" />
                        </div>
                    </div>
                </th>
                <th style="text-align: left;">
                    <?php 
echo MysiteSelect::item(@$state->filter_parent, 'filter_parent', $attribs, 'parent', true, true);
?>
                </th>
                <th>
                    <?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');
?>