Merge branch 'master' of github.com:kivitendo/kivitendo-erp
[kivitendo-erp.git] / templates / webpages / generic / edit_email.html
index 7654e4f..b248969 100644 (file)
@@ -1,13 +1,10 @@
 [%- USE T8 %]
 [%- USE HTML %][%- USE LxERP -%][%- USE L -%]
+<h1>[% title %]</h1>
+
 <form name="Form" method="post" action="[% script %]">
 
 <table width="100%">
-  <tr class="listtop">
-
-    <th class="listtop">[% title %]</th>
-  </tr>
-  <tr height="5"></tr>
   <tr>
     <td>
       <table>
           <th align="right" nowrap>[% 'Cc' | $T8 %]</th>
           <td><input name="cc" size="30" value="[% HTML.escape(cc) %]"></td>
         </tr>
-[% IF SHOW_BCC %]
+[%- IF SHOW_BCC %]
         <tr>
           <th align="right" nowrap>[% 'Bcc' | $T8 %]</th>
           <td><input name="bcc" size="30" value="[% HTML.escape(bcc) %]"></td>
-        </tr>[% END %]
+        </tr>
+[%- END %]
         <tr>
           <th align="right" nowrap>[% 'Subject' | $T8 %]</th>
-
           <td>[% L.input_tag('subject', subject, size=30, class=(email ? 'initial_focus' : '')) %]</td>
         </tr>
         <tr>