Layout: title Ausgabe normalisieren
[kivitendo-erp.git] / templates / webpages / am / edit_templates.html
index 9d7420c..86bf828 100644 (file)
 
 
   [% IF SHOW_CONTENT %]
-   <p>
-    <div class="listtop">
+    <h2>
      [% IF CAN_EDIT %][% 'Edit file' | $T8 %][% ELSE %][% 'Display file' | $T8 %][% END %] [% HTML.escape(display_filename) %]
-    </div>
-   </p>
+    </h2>
 
    [% IF CAN_EDIT %]
     <p><textarea name="content" id="edit_content" cols="100" rows="25"[% IF edit %] class="initial_focus"[% END %]>[% HTML.escape(content) %]</textarea></p>