diff options
Diffstat (limited to 'skins/classic/templates')
-rw-r--r-- | skins/classic/templates/about.html | 2 | ||||
-rw-r--r-- | skins/classic/templates/compose.html | 1 | ||||
-rw-r--r-- | skins/classic/templates/login.html | 4 | ||||
-rw-r--r-- | skins/classic/templates/message.html | 1 |
4 files changed, 7 insertions, 1 deletions
diff --git a/skins/classic/templates/about.html b/skins/classic/templates/about.html index f51180699..d84ccbd3c 100644 --- a/skins/classic/templates/about.html +++ b/skins/classic/templates/about.html @@ -25,7 +25,7 @@ Some <a href="http://roundcube.net/license">exceptions</a> for skins & plugi <p class="links"><roundcube:object name="supportlink" label="support" target="_blank" /></p> </div> -<h4>Installed plugins</h4> +<h3><roundcube:label name="installedplugins" /></h3> <roundcube:object name="pluginlist" id="pluginlist" class="records-table" cellspacing="0" /> </div> diff --git a/skins/classic/templates/compose.html b/skins/classic/templates/compose.html index e2164659c..f764d6bb8 100644 --- a/skins/classic/templates/compose.html +++ b/skins/classic/templates/compose.html @@ -17,6 +17,7 @@ </head> <roundcube:if condition="env:extwin" /> <body class="extwin" onload="rcube_init_mail_ui()"> +<roundcube:object name="message" id="message" /> <roundcube:else /> <body onload="rcube_init_mail_ui()"> <roundcube:include file="/includes/taskbar.html" /> diff --git a/skins/classic/templates/login.html b/skins/classic/templates/login.html index 63e09bb10..cca2bd934 100644 --- a/skins/classic/templates/login.html +++ b/skins/classic/templates/login.html @@ -24,6 +24,10 @@ </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" /> diff --git a/skins/classic/templates/message.html b/skins/classic/templates/message.html index 9b7cb9f1c..fcf0b22c8 100644 --- a/skins/classic/templates/message.html +++ b/skins/classic/templates/message.html @@ -14,6 +14,7 @@ </head> <roundcube:if condition="env:extwin" /> <body class="extwin" onload="rcube_init_mail_ui()"> +<roundcube:object name="message" id="message" /> <roundcube:else /> <body onload="rcube_init_mail_ui()"> |