示例#1
0
}
?>
                
        </td>
    </tr>
    <?php 
if ($showDisableButton) {
    ?>
    <tr>
        <td><?php 
    $FPCM_LANG->write('GLOBAL_DISABLE');
    ?>
:</td>
        <td>
            <?php 
    \fpcm\model\view\helper::boolSelect('disabled', $author->getDisabled());
    ?>
              
        </td>
    </tr>
    <?php 
}
?>
</table>            

<?php 
if (!isset($externalSave)) {
    ?>
<div class="<?php 
    \fpcm\model\view\helper::buttonsContainerClass();
    ?>