[accessibility] add noscript-tag to inform the user

that javascript is obligatory (if deactivated)
pull/41/head
Romano Licker 13 years ago
parent 56132a2205
commit 0f47ddeeaf
  1. 1
      app/views/layouts/base.rhtml
  2. 1
      config/locales/de.yml
  3. 1
      config/locales/en.yml

@ -30,6 +30,7 @@
<!-- page specific tags -->
<%= yield :header_tags -%>
</head>
<noscript><%=l(:description_noscript)%></noscript>
<body class="<%=h body_css_classes %>">
<div id="wrapper">
<div id="top-menu">

@ -1007,3 +1007,4 @@ de:
description_toc_toggle: Inhaltsverzeichnis aus/einblenden
description_attachment_toggle: Dateien aus/einblenden
description_autocomplete: Für dieses Feld werden sie mit einer Autovervollständigung unterstützt. Sie können einen Teil des Tickettitels schreiben und bekommen eine Liste von möglichen Tickets angezeigt. Wählen Sie mit den Pfeiltasten den gewünschten Eintrag und bestätigen Sie mit Tab oder Enter. Sie können aber auch die Ticketnummer direkt eintragen.
description_noscript: Sie müssen JavaScript aktiveren, um Chiliproject nutzen zu können!

@ -989,3 +989,4 @@ en:
description_toc_toggle: Show/Hide table of contents
description_attachment_toggle: Show/Hide attachments
description_autocomplete: This field uses autocomplete. While typing the title of an issue you will receive a list of possible candidates. Choose one using the arrow up and arrow down key and select it with tab or enter. Alternatively you can enter the issue number directly.
description_noscript: You need to activate JavaScript in order to use Chiliproject!

Loading…
Cancel
Save