2c2 < index 2c44267..50954bd 100644 --- > index 2c44267..424e8ee 100644 37,38c37,38 < + $output .= '

' . t('Unzip the files to the "sites/all/modules" OR "modules" directory and enable the module.') . '

'; < + $output .= '

' . t('If desired, give the administer EU Cookie Compliance pop-up permissions that allow users of certain roles access the administration page. You can do so on the admin/user/permissions page.') . '

'; --- > + $output .= '

  1. ' . t('Unzip the files to the "sites/all/modules" OR "modules" directory and enable the module.') . '
  2. '; > + $output .= '

  3. ' . t('If desired, give the administer EU Cookie Compliance pop-up permissions that allow users of certain roles access the administration page. You can do so on the admin/user/permissions page.') . '
  4. '; 40,44c40,44 < + $output .= '

    ' . t('You may want to create a page that would explain how your site uses cookies. Alternatively, if you have a privacy policy, you can link the pop-up to that page (see next step).') . '

    '; < + $output .= '

    ' . t('Go to the admin/config/system/eu-cookie-compliance page to configure and enable the pop-up.') . '

    '; < + $output .= '

    ' . t('If you want to customize the pop-up background and text color, either type in the hex values or simply install http://drupal.org/project/jquery_colorpicker.') . '

    '; < + $output .= '

    ' . t('If you want to theme your pop-up override the themes in the template file.') . '

    '; < + $output .= '

    ' . t('If you want to show the message in EU countries only, install the geoip module: http://drupal.org/project/geoip and enable the option on the admin page.') . '

    '; --- > + $output .= '

  5. ' . t('You may want to create a page that would explain how your site uses cookies. Alternatively, if you have a privacy policy, you can link the pop-up to that page (see next step).') . '
  6. '; > + $output .= '

  7. ' . t('Go to the admin/config/system/eu-cookie-compliance page to configure and enable the pop-up.') . '
  8. '; > + $output .= '

  9. ' . t('If you want to customize the pop-up background and text color, either type in the hex values or simply install http://drupal.org/project/jquery_colorpicker.') . '
  10. '; > + $output .= '

  11. ' . t('If you want to theme your pop-up override the themes in the template file.') . '
  12. '; > + $output .= '

  13. ' . t('If you want to show the message in EU countries only, install the geoip module: http://drupal.org/project/geoip and enable the option on the admin page.') . '
'; 48c48 < + $output .= '

' . t('Drupal.eu_cookie_compliance.hasAgreed()') . '

'; --- > + $output .= '

Drupal.eu_cookie_compliance.hasAgreed()

'; 50c50 < + $output .= '

' . t('php ./core/scripts/run-tests.sh --color --verbose --browser --url --class "\Drupal\eu_cookie_compliance\Tests\EuCookieComplianceTest"') . '

'; --- > + $output .= '

php ./core/scripts/run-tests.sh --color --verbose --browser --url --class "\Drupal\eu_cookie_compliance\Tests\EuCookieComplianceTest"

'; 52c52 < + $output .= '

' . t('drupal tr --url= "\Drupal\eu_cookie_compliance\Tests\EuCookieComplianceTest"') . '

'; --- > + $output .= '

drupal tr --url= "\Drupal\eu_cookie_compliance\Tests\EuCookieComplianceTest"

';