From a3644638aaf0418598196a870204e0b632a4c8ad Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Fri, 17 Apr 2015 06:28:40 -0400 Subject: [PATCH] Allow preference sections to define CSS class names --- skins/larry/templates/contactedit.html | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/skins/larry/templates/contactedit.html b/skins/larry/templates/contactedit.html index b7aafed..da7953e 100644 --- a/skins/larry/templates/contactedit.html +++ b/skins/larry/templates/contactedit.html @@ -6,10 +6,7 @@ </head> <body class="iframe"> -<h1 class="boxtitle"> - <roundcube:if condition="env:action=='add'" /><roundcube:label name="addcontact" /> - <roundcube:else /><roundcube:label name="editcontact" /> -<roundcube:endif /></h1> +<h1 class="boxtitle"><roundcube:object name="steptitle" /></h1> <roundcube:form name="editform" method="post" id="contact-details" class="boxcontent"> <roundcube:if condition="strlen(env:sourcename)" /> -- Gitblit v1.9.1