예제 #1
0
echo $this->pane->startPanel(JText::_('Variables filtering'), 'varfilter');
?>

        <div id="filterdiv">
        <?php 
JoomSEF::OnlyPaidVersion();
?>
        </div>
        
        <?php 
echo $this->pane->endPanel();
if (is_array($this->extension->texts) && count($this->extension->texts) > 0) {
    echo $this->pane->startPanel(JText::_('Default texts'), 'defaulttexts');
    echo JText::_('DESC_DEFAULT_TEXTS');
    if (SEFTools::JoomFishInstalled()) {
        $langId = SEFTools::getLangId();
        $url = 'index.php?option=com_joomfish&amp;task=translate.overview&amp;catid=sefexttexts&amp;select_language_id=' . $langId . '&amp;jsextension_filter_value=' . $this->extension->option;
        echo '<br />' . sprintf(JText::_('DESC_DEFAULT_TEXTS_TRANSLATION'), '<a href="' . $url . '">JoomFish</a>');
    }
    ?>
            <table class="admintable">
                <tr>
                    <th><?php 
    echo JText::_('Text name');
    ?>
</th>
                    <th><?php 
    echo JText::_('Text value');
    ?>
</th>
                </tr>