e107inc/e107

View on GitHub
e107_plugins/tinymce4/plugins/e107/dialog.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

            $text .= "</div>";

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

        $text .= "</table>

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

            $text .= "\n";

Variable $text is undeclared
Open

        return $text;

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

            $text .= '<span class="badge'.$classBadge.'">'.$type.'</span>';

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

        $text .= "<div  class='area'>";

Variable $text is undeclared
Open

        return $text;

Argument 4 (options) is array{label:string} but \e_form::radio() takes null defined at /code/e107_handlers/form_handler.php:2942
Open

            $butSelect .= $frm->radio('buttonType', $type, false, array('label'=>$label));

Variable $text is undeclared
Open

        return $text;      

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

                $text .= "<a href='#' class='bbcodeSelect' style='cursor:pointer'>[".$bb."][/".$bb."]</a>";

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

        $text .= "<ul class='glyphicons well clearfix'>";

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

            $text .= "<tr><td>".$plugin."</td>

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

        $text .= "</ul>";    

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

        $text .= $frm->button('bbcodeInsert','go','other','Insert');

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

            $text .= '<div class="area"><span class="label'.$classLabel.'">'.$type.'</span>&nbsp;';

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

        $text .= "</div>";

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

            $text .= '<li><i class="'.$ic.'"></i> '.$ic.'</li>';

Variable $value is undeclared
Open

            <td><p>".$frm->text('buttonText',$value,50)."</p></td>

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

        $text .= "

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

            $text .= "</td>

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

        $text .= "<div class='inline-form'>Color: ".$frm->select('glyph-color',$sel)."     Custom: ".$frm->text('glyph-custom','').$frm->button('glyph-save','Go')."</div>";    

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

        $text .= $frm->text('bbcodeValue','',false,'size=xlarge');

Argument 4 (options) is array{label:'Default'|'Large'|'Mini'|'Small'} but \e_form::radio() takes null defined at /code/e107_handlers/form_handler.php:2942
Open

            $butSize .= $frm->radio('buttonSize', $size, $selected, array('label'=>$label));    

There are no issues that match your filters.

Category
Status