Web-Templates: falsche Toolkit-Direktiven korrigiert (vergessenes %).
[kivitendo-erp.git] / templates / webpages / project_type / list.html
index fc45c0d..fb0c8c2 100644 (file)
@@ -1,6 +1,5 @@
 [% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %]
-
- <div class="listtop">[% FORM.title %]</div>
+<h1>[% FORM.title %]</h1>
 
 [%- INCLUDE 'common/flash.html' %]
 
@@ -14,7 +13,7 @@
    <table id="project_type_list">
     <thead>
     <tr class="listheading">
-     <th align="center"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></th>
+     <th align="center"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
      <th>[%- 'Description' | $T8 %]</th>
     </tr>
     </thead>
@@ -22,7 +21,7 @@
     <tbody>
     [%- FOREACH project_type = PROJECT_TYPES %]
     <tr class="listrow[% loop.count % 2 %]" id="project_type_id_[% project_type.id %]">
-     <td align="center" class="dragdrop"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></td>
+     <td align="center" class="dragdrop"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></td>
      <td>
       <a href="[% SELF.url_for(action => 'edit', id => project_type.id) %]">
        [%- HTML.escape(project_type.description) %]