mambax7/cardealer

View on GitHub

Showing 664 of 664 total issues

Line exceeds 120 characters; contains 125 characters
Open

define('_AM_ERROR_NOFRAMEWORKS', 'Error: You don'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 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 156 characters
Open

               <a href='service.php?op=delete&itemnum=" . $i . "'><img src=" . $pathIcon16 . "/delete.png alt='" . _DELETE . "' title='" . _DELETE . "'></a>
Severity: Minor
Found in admin/service.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 147 characters
Open

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

Line exceeds 120 characters; contains 131 characters
Open

                $workorderArray['custnum'] = $customerHandler->get($workorderTempArray[$i]->getVar('custnum'))->getVar('custname');
Severity: Minor
Found in admin/workorder.php by phpcodesniffer

Line exceeds 120 characters; contains 137 characters
Open

        $workorder_id_select = new \XoopsFormSelect(AM_CARDEALER_WORKSERV_ORDERNUM, 'ordernum', $this->targetObject->getVar('ordernum'));
Severity: Minor
Found in class/Form/WorkservForm.php by phpcodesniffer

Line exceeds 120 characters; contains 164 characters
Open

                    if (preg_match('/^<(\s*.+?\/\s*|\s*(img|br|input|hr|area|base|basefont|col|frame|isindex|link|meta|param)(\s.+?)?)>$/is', $line_matchings[1])) {
Severity: Minor
Found in class/Utility.php by phpcodesniffer

Line exceeds 120 characters; contains 141 characters
Open

                          ], Request::getUrl('REQUEST_URI', '', 'SERVER'), sprintf(AM_CARDEALER_FORMSUREDEL, $servpartObject->getVar('id')));
Severity: Minor
Found in admin/servpart.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 182 characters
Open

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

Line exceeds 120 characters; contains 223 characters
Open

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

Line exceeds 120 characters; contains 160 characters
Open

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

Line exceeds 120 characters; contains 167 characters
Open

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

Line exceeds 120 characters; contains 152 characters
Open

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

Line exceeds 120 characters; contains 157 characters
Open

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

Line exceeds 120 characters; contains 163 characters
Open

    //    $adminObject->addItemButton(constant('CO_' . $moduleDirNameUpper . '_' . 'EXPORT_SCHEMA'), '__DIR__ . /../../testdata/index.php?op=exportschema', 'add');
Severity: Minor
Found in admin/index.php by phpcodesniffer

Line exceeds 120 characters; contains 151 characters
Open

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

Line exceeds 120 characters; contains 162 characters
Open

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