diff options
Diffstat (limited to 'skins/larry/templates')
-rw-r--r-- | skins/larry/templates/about.html | 2 | ||||
-rw-r--r-- | skins/larry/templates/login.html | 3 | ||||
-rw-r--r-- | skins/larry/templates/messagepart.html | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/skins/larry/templates/about.html b/skins/larry/templates/about.html index 4fddfc557..2c18e8889 100644 --- a/skins/larry/templates/about.html +++ b/skins/larry/templates/about.html @@ -20,7 +20,7 @@ Some <a href="http://roundcube.net/license">exceptions</a> for skins & plugi </div> <div class="readtext"> -<h3><roundcube:label name="installedplugins" en_US="Installed plugins" /></h3> +<h3><roundcube:label name="installedplugins" /></h3> <roundcube:object name="pluginlist" id="pluginlist" class="records-table" /> </div> diff --git a/skins/larry/templates/login.html b/skins/larry/templates/login.html index 8aac930ed..a605eb7fe 100644 --- a/skins/larry/templates/login.html +++ b/skins/larry/templates/login.html @@ -21,6 +21,9 @@ <div class="box-bottom"> <roundcube:object name="message" id="message" /> + <noscript> + <p class="noscriptwarning"><roundcube:label name="noscriptwarning" /></p> + </noscript> </div> <div id="bottomline"> diff --git a/skins/larry/templates/messagepart.html b/skins/larry/templates/messagepart.html index db078296f..e029973a8 100644 --- a/skins/larry/templates/messagepart.html +++ b/skins/larry/templates/messagepart.html @@ -4,7 +4,7 @@ <title><roundcube:object name="pagetitle" /></title> <roundcube:include file="/includes/links.html" /> </head> -<body class="extwin"> +<body class="partwin"> <div id="header"> <div id="topline"> |