Add noscript warning to login page (#1488615)
| | |
| | | $messages['mispellingsfound'] = 'Spelling errors detected in the message.'; |
| | | $messages['parentnotwritable'] = 'Unable to create/move folder into selected parent folder. No access rights.'; |
| | | $messages['messagetoobig'] = 'The message part is too big to process it.'; |
| | | $messages['noscriptwarning'] = 'Warning: This webmail service requires Javascript! In order to use it please enable Javascript in your browser\'s settings.'; |
| | | |
| | | ?> |
| | |
| | | color: #666; |
| | | } |
| | | |
| | | #login-noscriptwarning |
| | | { |
| | | margin: 2em auto 0 auto; |
| | | width: 400px; |
| | | color: #cf2734; |
| | | font-weight: bold; |
| | | } |
| | | |
| | | #console |
| | | { |
| | | opacity: 0.8; |
| | |
| | | </div> |
| | | </div> |
| | | |
| | | <noscript> |
| | | <p id="login-noscriptwarning"><roundcube:label name="noscriptwarning" /></p> |
| | | </noscript> |
| | | |
| | | <div id="login-bottomline"> |
| | | <roundcube:var name="config:product_name"> <roundcube:object name="version" condition="config:display_version" /> |
| | | <roundcube:if condition="config:support_url" /> |
| | |
| | | padding-top: 10px; |
| | | } |
| | | |
| | | #login-form .noscriptwarning { |
| | | margin: 0 auto; |
| | | width: 430px; |
| | | color: #cf2734; |
| | | font-size: 110%; |
| | | font-weight: bold; |
| | | } |
| | | |
| | | #login-form td.input { |
| | | width: 80%; |
| | | padding: 8px; |
| | |
| | | |
| | | <div class="box-bottom"> |
| | | <roundcube:object name="message" id="message" /> |
| | | <noscript> |
| | | <p class="noscriptwarning"><roundcube:label name="noscriptwarning" /></p> |
| | | </noscript> |
| | | </div> |
| | | |
| | | <div id="bottomline"> |