mambax7/cardealer

View on GitHub

Showing 664 of 664 total issues

Line exceeds 120 characters; contains 176 characters
Open

        $imgtray->addElement(new \XoopsFormLabel('', "<br><img src='" . XOOPS_URL . '/' . $uploadDir . '/' . $picture . "' name='image_picture' id='image_picture' alt='' />"));
Severity: Minor
Found in class/Form/PartForm.php by phpcodesniffer

Line exceeds 120 characters; contains 123 characters
Open

        $title = $this->targetObject->isNew() ? sprintf(AM_CARDEALER_WORKORDER_ADD) : sprintf(AM_CARDEALER_WORKORDER_EDIT);
Severity: Minor
Found in class/Form/WorkorderForm.php by phpcodesniffer

Line exceeds 120 characters; contains 150 characters
Open

    $form          .= "<option value='0' " . (false === in_array(0, $options) ? '' : "selected='selected'") . '>' . MB_CARDEALER_ALLCAT . '</option>';
Severity: Minor
Found in blocks/servpart.php by phpcodesniffer

Line exceeds 120 characters; contains 185 characters
Open

                $descEditor = new \XoopsFormEditor(AM_CARDEALER_CUSTOMER_CUSTADDR, $helper->getConfig('cardealerEditorAdmin'), $editorOptions, $nohtml = false, $onfailure = 'textarea');
Severity: Minor
Found in class/Form/CustomerForm.php by phpcodesniffer

Line exceeds 120 characters; contains 184 characters
Open

                $descEditor = new \XoopsFormEditor(AM_CARDEALER_CUSTOMER_CUSTADDR, $helper->getConfig('cardealerEditorUser'), $editorOptions, $nohtml = false, $onfailure = 'textarea');
Severity: Minor
Found in class/Form/CustomerForm.php by phpcodesniffer

Line exceeds 120 characters; contains 123 characters
Open

                $workorder['carnum']    = $vehicleHandler->get($workorderArray[$i]->getVar('carnum'))->getVar('serialnum');
Severity: Minor
Found in workorder.php by phpcodesniffer

Line exceeds 120 characters; contains 200 characters
Open

        $select_view = '<form name="form_switch" id="form_switch" action="' . Request::getString('REQUEST_URI', '', 'SERVER') . '" method="post"><span style="font-weight: bold;">' . $text . '</span>';
Severity: Minor
Found in class/Utility.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 180 characters
Open

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

Line exceeds 120 characters; contains 158 characters
Open

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

Line exceeds 120 characters; contains 125 characters
Open

                $servpartArray['itemnum'] = $serviceHandler->get($servpartTempArray[$i]->getVar('itemnum'))->getVar('title');
Severity: Minor
Found in admin/servpart.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

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

Line exceeds 120 characters; contains 164 characters
Open

define('MI_CARDEALER_SHOW_SAMPLE_BUTTON_DESC', 'If yes, the "Add Sample Data" button will be visible to the Admin. It is Yes as a default for first installation.');
Severity: Minor
Found in language/english/modinfo.php by phpcodesniffer

Line exceeds 120 characters; contains 149 characters
Open

    $form         .= "<option value='0' " . (false === in_array(0, $options) ? '' : "selected='selected'") . '>' . MB_CARDEALER_ALLCAT . '</option>';
Severity: Minor
Found in blocks/service.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

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/servpart.php by phpcodesniffer

Line exceeds 120 characters; contains 149 characters
Open

    $form         .= "<option value='0' " . (false === in_array(0, $options) ? '' : "selected='selected'") . '>' . MB_CARDEALER_ALLCAT . '</option>';
Severity: Minor
Found in blocks/vehicle.php by phpcodesniffer

Line exceeds 120 characters; contains 125 characters
Open

define('_AM_ERROR_NOFRAMEWORKS', 'Error: You don&#39;t use the Frameworks \'admin module\'. Please install this Frameworks');
Severity: Minor
Found in language/english/admin.php by phpcodesniffer

Line exceeds 120 characters; contains 151 characters
Open

    $form           .= "<option value='0' " . (false === in_array(0, $options) ? '' : "selected='selected'") . '>' . MB_CARDEALER_ALLCAT . '</option>';
Severity: Minor
Found in blocks/workorder.php by phpcodesniffer
Severity
Category
Status
Source
Language