Exemplo n.º 1
0
echo JRoute::_(@$form['action'] . $tmpl);
?>
" method="post" name="adminForm" enctype="multipart/form-data">

    <?php 
echo TiendaGrid::pagetooltip(JRequest::getVar('view'));
?>
    
    <table>
        <tr>
            <td align="left" width="100%">
                <?php 
$attribs = array('class' => 'inputbox', 'size' => '1', 'onchange' => "document.getElementById('task').value=this.options[this.selectedIndex].value; document.adminForm.submit();");
?>
                <?php 
echo TiendaSelect::addressaction('', 'apply_action', $attribs, 'apply_action', true, false, 'COM_TIENDA_SELECT_ACTION');
?>
            </td>
            <td nowrap="nowrap">
                <a href="<?php 
echo JRoute::_("index.php?option=com_tienda&view=addresses&task=edit" . $tmpl);
?>
">
                    <?php 
echo JText::_('COM_TIENDA_ENTER_A_NEW_ADDRESS');
?>
                </a>
            </td>
        </tr>
    </table>