XoopsModules25x/contact

View on GitHub

Showing 495 of 495 total issues

Line exceeds 120 characters; contains 179 characters
Open

define('_MI_CONTACT_DEFAULT_DESC', 'Hier können die Kontaktdaten angegeben werden, die zusätzlich zum Formular angezeigt werden sollen (z.B. Name, Adresse , Telefonnummer,...');
Severity: Minor
Found in language/german/modinfo.php by phpcodesniffer

Line exceeds 120 characters; contains 188 characters
Open

\define('CO_' . $moduleDirNameUpper . '_' . '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/german/common.php by phpcodesniffer

Line exceeds 120 characters; contains 155 characters
Open

                                . 'Wenn keine Abteilung/kein Empfänger angegeben wird, wird die Mailnachricht an die Standard-E-Mail-Adresse versendet.');
Severity: Minor
Found in language/german/modinfo.php by phpcodesniffer

Line exceeds 120 characters; contains 163 characters
Open

        $html .= '<li>' . \constant('CO_' . $moduleDirNameUpper . '_MEMORYLIMIT') . ' <b><span style="color: blue;">' . \ini_get('memory_limit') . "</span></b>\n";
Severity: Minor
Found in class/Common/ServerStats.php by phpcodesniffer

Line exceeds 120 characters; contains 144 characters
Open

\define('CO_' . $moduleDirNameUpper . '_' . 'LOAD_SAMPLEDATA_CONFIRM', 'Are you sure to Import Sample Data? (It will delete ALL current data)');
Severity: Minor
Found in language/german/common.php by phpcodesniffer

Line exceeds 120 characters; contains 236 characters
Open

        $gdlib = \function_exists('gd_info') ? '<span style="color: green;">' . \constant('CO_' . $moduleDirNameUpper . '_GDON') . '</span>' : '<span style="color: red;">' . \constant('CO_' . $moduleDirNameUpper . '_GDOFF') . '</span>';
Severity: Minor
Found in class/Common/ServerStats.php by phpcodesniffer

Line exceeds 120 characters; contains 204 characters
Open

        //    $safemode = ini_get('safe_mode') ? constant('CO_' . $moduleDirNameUpper . '_ON') . constant('CO_' . $moduleDirNameUpper . '_SAFEMODEPROBLEMS : constant('CO_' . $moduleDirNameUpper . '_OFF');
Severity: Minor
Found in class/Common/ServerStats.php by phpcodesniffer

Line exceeds 120 characters; contains 253 characters
Open

        //    $registerglobals = (!ini_get('register_globals')) ? "<span style=\"color: green;\">" . constant('CO_' . $moduleDirNameUpper . '_OFF') . '</span>' : "<span style=\"color: red;\">" . constant('CO_' . $moduleDirNameUpper . '_ON') . '</span>';
Severity: Minor
Found in class/Common/ServerStats.php by phpcodesniffer

Line exceeds 120 characters; contains 164 characters
Open

        $html .= '<li>' . \constant('CO_' . $moduleDirNameUpper . '_MAXPOSTSIZE') . ' <b><span style="color: blue;">' . \ini_get('post_max_size') . "</span></b>\n";
Severity: Minor
Found in class/Common/ServerStats.php by phpcodesniffer

Use of !important
Open

    width:100% !important;
Severity: Minor
Found in assets/css/contact.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.contact-form  {
Severity: Minor
Found in assets/css/contact.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.contact-map  {
Severity: Minor
Found in assets/css/contact.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.contact-default  {
Severity: Minor
Found in assets/css/contact.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.contact-default-text  {
Severity: Minor
Found in assets/css/contact.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.contact-info  {
Severity: Minor
Found in assets/css/contact.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.contact-info-text  {
Severity: Minor
Found in assets/css/contact.css by csslint

Line indented incorrectly; expected 12 spaces, found 16
Open

                }
Severity: Minor
Found in admin/blocksadmin.php by phpcodesniffer

Line indented incorrectly; expected 4 spaces, found 8
Open

        if (0 !== strncmp($prefix, $class, $len)) {
Severity: Minor
Found in preloads/autoloader.php by phpcodesniffer

Line indented incorrectly; expected 0 spaces, found 4
Open

    }
Severity: Minor
Found in preloads/autoloader.php by phpcodesniffer

Line indented incorrectly; expected 16 spaces, found 20
Open

                    if (is_array($iValue)) {
Severity: Minor
Found in admin/blocksadmin.php by phpcodesniffer
Severity
Category
Status
Source
Language