mambax7/cardealer

View on GitHub

Showing 664 of 664 total issues

Line exceeds 120 characters; contains 180 characters
Open

                $workorderArray['edit_delete'] = "<a href='workorder.php?op=edit&id=" . $i . "'><img src=" . $pathIcon16 . "/edit.png alt='" . _EDIT . "' title='" . _EDIT . "'></a>
Severity: Minor
Found in admin/workorder.php by phpcodesniffer

Line exceeds 120 characters; contains 153 characters
Open

               <a href='workorder.php?op=delete&id=" . $i . "'><img src=" . $pathIcon16 . "/delete.png alt='" . _DELETE . "' title='" . _DELETE . "'></a>
Severity: Minor
Found in admin/workorder.php by phpcodesniffer

Line exceeds 120 characters; contains 130 characters
Open

        //        redirect_header('../admin/index.php', 1, constant('CO_' . $moduleDirNameUpper . '_' . 'EXPORT_SCHEMA_SUCCESS'));
Severity: Minor
Found in testdata/index.php by phpcodesniffer

Line exceeds 120 characters; contains 170 characters
Open

        $form .= "<option value='" . $id . "' " . (false === in_array($id, $options) ? '' : "selected='selected'") . '>' . $servpartArray[$i]->getVar('id') . '</option>';
Severity: Minor
Found in blocks/servpart.php by phpcodesniffer

Line exceeds 120 characters; contains 224 characters
Open

        $select_view .= '<a href="' . Request::getString('PHP_SELF', '', 'SERVER') . '?start=' . $start . '&sort=' . $form_sort . '&order=desc" /><img src="' . $pathModIcon16 . '/' . $sel2 . '" title="DESC" alt="DESC"></a>';
Severity: Minor
Found in class/Utility.php by phpcodesniffer

Line exceeds 120 characters; contains 128 characters
Open

" . "    <a href='https://xoops.org' rel='external'><img src='{$pathIcon32}/xoopsmicrobutton.gif' alt='XOOPS' title='XOOPS'></a>
Severity: Minor
Found in admin/admin_footer.php by phpcodesniffer

Line exceeds 120 characters; contains 160 characters
Open

                $pagenav = new \XoopsPageNav($servpartCount, $servpartPaginationLimit, $start, 'start', 'op=list' . '&sort=' . $sort . '&order=' . $order . '');
Severity: Minor
Found in admin/servpart.php by phpcodesniffer

Line exceeds 120 characters; contains 125 characters
Open

define('CO_' . $moduleDirNameUpper . '_GDOFF', "<span style='font-weight: bold;'>Disabled</span> (No thumbnails available)");
Severity: Minor
Found in language/english/common.php by phpcodesniffer

Line exceeds 120 characters; contains 135 characters
Open

define('CO_' . $moduleDirNameUpper . '_UPLOADPATHDSC', 'Note. Upload path *MUST* contain the full server path of your upload folder.');
Severity: Minor
Found in language/english/common.php by phpcodesniffer

Line exceeds 120 characters; contains 185 characters
Open

        $form    .= "<option value='" . $itemnum . "' " . (false === in_array($itemnum, $options) ? '' : "selected='selected'") . '>' . $serviceArray[$i]->getVar('title') . '</option>';
Severity: Minor
Found in blocks/service.php by phpcodesniffer

Line exceeds 120 characters; contains 171 characters
Open

            echo $GLOBALS['xoopsTpl']->fetch(XOOPS_ROOT_PATH . '/modules/' . $GLOBALS['xoopsModule']->getVar('dirname') . '/templates/admin/cardealer_admin_customer.tpl');
Severity: Minor
Found in admin/customer.php by phpcodesniffer

Line exceeds 120 characters; contains 176 characters
Open

                $vehicleArray['edit_delete'] = "<a href='vehicle.php?op=edit&id=" . $i . "'><img src=" . $pathIcon16 . "/edit.png alt='" . _EDIT . "' title='" . _EDIT . "'></a>
Severity: Minor
Found in admin/vehicle.php by phpcodesniffer

Line exceeds 120 characters; contains 153 characters
Open

               <a href='workserv.php?op=clone&id=" . $i . "'><img src=" . $pathIcon16 . "/editcopy.png alt='" . _CLONE . "' title='" . _CLONE . "'></a>";
Severity: Minor
Found in admin/workserv.php by phpcodesniffer

Line exceeds 120 characters; contains 146 characters
Open

    $form .= MB_CARDEALER_TITLELENGTH . " : <input name='options[2]' size='5' maxlength='255' value='" . $options[2] . "' type='text' /><br><br>";
Severity: Minor
Found in blocks/part.php by phpcodesniffer

Line exceeds 120 characters; contains 146 characters
Open

    $form .= MB_CARDEALER_TITLELENGTH . " : <input name='options[2]' size='5' maxlength='255' value='" . $options[2] . "' type='text' /><br><br>";
Severity: Minor
Found in blocks/vehicle.php by phpcodesniffer

Line exceeds 120 characters; contains 147 characters
Open

                          ], Request::getUrl('REQUEST_URI', '', 'SERVER'), sprintf(AM_CARDEALER_FORMSUREDEL, $customerObject->getVar('custname')));
Severity: Minor
Found in admin/customer.php by phpcodesniffer

Line exceeds 120 characters; contains 151 characters
Open

            $pagenav = new \XoopsPageNav($partTempRows, $partPaginationLimit, $start, 'start', 'op=list' . '&sort=' . $sort . '&order=' . $order . '');
Severity: Minor
Found in admin/part.php by phpcodesniffer

Line exceeds 120 characters; contains 182 characters
Open

                $partArray['picture'] = "<img src='" . $uploadUrl . $partTempArray[$i]->getVar('picture') . "' name='" . 'name' . "' id=" . 'id' . " alt='' style='max-width:100px'>";
Severity: Minor
Found in admin/part.php by phpcodesniffer

Line exceeds 120 characters; contains 171 characters
Open

                                      = "<a href='part.php?op=edit&partnum=" . $i . "'><img src=" . $pathIcon16 . "/edit.png alt='" . _EDIT . "' title='" . _EDIT . "'></a>
Severity: Minor
Found in admin/part.php by phpcodesniffer

Line exceeds 120 characters; contains 152 characters
Open

                $pagenav = new \XoopsPageNav($partCount, $partPaginationLimit, $start, 'start', 'op=list' . '&sort=' . $sort . '&order=' . $order . '');
Severity: Minor
Found in admin/part.php by phpcodesniffer
Severity
Category
Status
Source
Language