Letter: überflüssigen Schrott entfernt
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 11 Dec 2015 14:38:42 +0000 (15:38 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 11 Dec 2015 15:16:22 +0000 (16:16 +0100)
templates/webpages/letter/edit.html
templates/webpages/letter/search.html

index 9627e5a..5d6aebf 100644 (file)
@@ -1,9 +1,7 @@
 [%- USE HTML %]
 [%- USE T8 %]
 [%- USE L %]
-<body onload="[% onload %]" width=100%>
-
- <div class="listtop">[% title %]</div>
+ <h1>[% title %]</h1>
 
  <form action='letter.pl' method='POST'>
 
 <input class="submit" type="submit" name="action_save_letter_draft" value="[% 'Save Draft' | $T8 %]">
 
  </form>
-
-</body>
-
index 9c3af99..365e7e7 100644 (file)
@@ -1,9 +1,7 @@
 [% USE HTML %]
 [% USE T8 %]
 [% USE L %]
-<body>
-
- <div class="listtop">[% title %]</div>
+ <h1>[% title %]</h1>
 
  <form action="letter.pl" method="post" name="Form">
   <input type="hidden" name="nextsub" value="report">
       [% L.date_tag('date_to') %]
      </td>
     </tr>
-<!--
-    <tr>
-     <td align="right">[% 'Include in Report' | $T8 %]</td>
-     <td>
-
-      <table>
-      </table>
-
-     </td>
-    </tr>
--->
    </table>
   </p>
 
@@ -76,6 +63,3 @@
    <input type="submit" name="action" value="[% 'Continue' | $T8 %]">
   </p>
  </form>
-
-</body>
-</html>