XoopsModules25x/xfguestbook

View on GitHub
admin/img_manager.php

Summary

Maintainability
A
0 mins
Test Coverage

Line exceeds 120 characters; contains 178 characters
Open

                    echo "<tr class='$class'><td align='center'><input type='checkbox' name='imglist_id[]' id='imglist_id[]' value='" . $one_img . '\' checked=\'checked\'></td>';
Severity: Minor
Found in admin/img_manager.php by phpcodesniffer

Line exceeds 120 characters; contains 122 characters
Open

            echo "<td ><input type='hidden' name='op' value='delete'><input type='submit' value='" . _DELETE . '\'></td>';
Severity: Minor
Found in admin/img_manager.php by phpcodesniffer

Line exceeds 120 characters; contains 127 characters
Open

                    echo '<td><img src = "' . XOOPS_UPLOAD_URL . '/' . $xoopsModule->getVar('dirname') . '/' . $one_img . '">';
Severity: Minor
Found in admin/img_manager.php by phpcodesniffer

Line exceeds 120 characters; contains 175 characters
Open

            <th align='center'><input type='checkbox' name='imglist_checkall' id='imglist_checkall' ' checked onclick='xoopsCheckAll(\"imglist\", \"imglist_checkall\");'></th>
Severity: Minor
Found in admin/img_manager.php by phpcodesniffer

Line exceeds 120 characters; contains 139 characters
Open

            echo "<form action='img_manager.php' method='post' name='imglist' id='imglist'><input type='hidden' name='op' value='delete'>";
Severity: Minor
Found in admin/img_manager.php by phpcodesniffer

There are no issues that match your filters.

Category
Status