コード例 #1
0
ファイル: default.php プロジェクト: ranrolls/ras-full-portal
                        <input type="radio" name="allow_encoding" id="allow_encoding2" value="2"<?php 
        echo isset($this->element->options->allow_raw) && $this->element->options->allow_raw ? ' checked="checked"' : '';
        ?>
/> <label for="allow_encoding2"><?php 
        echo JText::_('COM_CONTENTBUILDER_RAW');
        ?>
</label>
                    </td>
               </tr>
        </table>
    </fieldset>    
    <input type="hidden" name="field_type" value="hidden" />
<?php 
        break;
}
echo $cbcompat->endPanel();
if ($this->element->type != 'captcha') {
    echo $cbcompat->startPanel(JText::_('COM_CONTENTBUILDER_ELEMENT_OPTIONS_SCRIPTS'), "tab1");
    ?>
    <h3><?php 
    echo htmlentities($this->element->label, ENT_QUOTES, 'UTF-8');
    ?>
</h3>
    <?php 
    if ($is_plugin && $the_item['show_validation_settings'] || !$is_plugin) {
        ?>
    <fieldset class="adminform">
        <legend><?php 
        echo JText::_('COM_CONTENTBUILDER_ELEMENT_VALIDATION');
        ?>
 (PHP)</legend>