コード例 #1
0
ファイル: form.php プロジェクト: ranrolls/ras-full-portal
        Joomla.listItemTask = listItemTask;
    }
</script>
<style type="text/css">
    label { display: inline; }
</style>
<?php 
$cbcompat = new CBCompat();
$cbcompat->initPane(array('tab0' => JText::_('COM_CONTENTBUILDER_STORAGE')));
?>
<form action="index.php" method="post" name="adminForm" id="adminForm" enctype="multipart/form-data">
<div class="col100" style="margin-left: 20px;">

<?php 
echo $cbcompat->startPane("view-pane");
echo $cbcompat->startPanel(JText::_('COM_CONTENTBUILDER_STORAGE'), "tab0");
?>

    <table width="100%">
    <tr>
        <td width="200" valign="top">
            
            <fieldset class="adminform">
                <legend><?php 
echo JText::_('COM_CONTENTBUILDER_STORAGE_DETAILS');
?>
</legend>
                <table class="admintable" width="100%">
                <tr>
                    <td width="100" align="right" class="key">
                        <label for="name">
コード例 #2
0
ファイル: default.php プロジェクト: ranrolls/ras-full-portal
    </select>
    <button onclick="document.getElementById('task').value='save';"><?php 
echo JText::_('COM_CONTENTBUILDER_SAVE');
?>
</button>
    <!--<button onclick="parent.document.getElementById('sbox-window').close();return false;"><?php 
echo JText::_('COM_CONTENTBUILDER_CANCEL');
?>
</button>-->
    
    <hr/>
    
<div class="col100">
<?php 
echo $cbcompat->startPane("view-pane");
echo $cbcompat->startPanel(JText::_('COM_CONTENTBUILDER_ELEMENT_OPTIONS'), "tab0");
?>
<h3><?php 
echo htmlentities($this->element->label, ENT_QUOTES, 'UTF-8');
?>
</h3>
<?php 
switch ($this->element->type) {
    case is_array($the_item) && in_array($this->element->type, $plugins):
        $is_plugin = true;
        ?>
    <fieldset class="adminform">
        <legend><?php 
        echo $the_item['element_type'];
        ?>
</legend>
コード例 #3
0
ファイル: form.php プロジェクト: ranrolls/ras-full-portal
        margin-bottom: 9px;
    }
</style>
<style type="text/css">
    label { display: inline; }
</style>
<?php 
$cbcompat = new CBCompat();
echo $cbcompat->initPane(array('tab0' => JText::_('COM_CONTENTBUILDER_VIEW'), 'tab1' => JText::_('COM_CONTENTBUILDER_LIST_STATES'), 'tab2' => JText::_('COM_CONTENTBUILDER_LIST_INTRO_TEXT'), 'tab3' => JText::_('COM_CONTENTBUILDER_DETAILS_TEMPLATE'), 'tab4' => JText::_('COM_CONTENTBUILDER_DETAILS_PREPARE'), 'tab5' => JText::_('COM_CONTENTBUILDER_EDITABLE_TEMPLATE'), 'tab6' => JText::_('COM_CONTENTBUILDER_EDITABLE_PREPARE'), 'tab7' => JText::_('COM_CONTENTBUILDER_EMAIL_TEMPLATES'), 'tab8' => JText::_('COM_CONTENTBUILDER_PERMISSIONS')));
?>
<form action="index.php" method="post" name="adminForm" id="adminForm">
<div class="col100 row-fluid" style="margin-left: 20px;">

<?php 
echo $cbcompat->startPane("view-pane");
echo $cbcompat->startPanel(JText::_('COM_CONTENTBUILDER_VIEW'), "tab0");
?>

    <table width="100%">
    <tr>
        <td valign="top">
            
            <fieldset class="adminform">
                
                <label for="name">
                    <span class="editlinktip hasTip" title="<?php 
echo JText::_('COM_CONTENTBUILDER_VIEW_NAME_TIP');
?>
" ><b><?php 
echo JText::_('COM_CONTENTBUILDER_NAME');
?>