Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 808e6036

Von Bernd Bleßmann vor etwa 1 Monat hinzugefügt

  • ID 808e6036c30e79adecce41b3dcc9444077bddc66
  • Vorgänger c30ce3e5
  • Nachfolger 7bbfa415

design4.0: HTML-Templates: weitere doppelte 'class'-Schlüsselwörter korrigiert

Unterschiede anzeigen:

templates/design40_webpages/requirement_spec_item/_function_block_form.html
24 24
 [% END %]
25 25

  
26 26
<div class="rs-form">
27
<table class="tbl-horizontal" class="wi-verywide">
28
  <colgroup> <col class="wi-small"><col class="wi-verywide"> </colgroup> 
27
<table class="tbl-horizontal wi-verywide">
28
  <colgroup> <col class="wi-small"><col class="wi-verywide"> </colgroup>
29 29
  <caption>
30 30
    [% IF SELF.item.id %]
31 31
      [% LxERP.t8("Description of #1", SELF.item.fb_number) %]
......
37 37
  </caption>
38 38
  <tbody>
39 39
    <tr>
40
      <th class="wi-small-verywide" colspan="2">[% L.textarea_tag(id_base _ '.description_as_restricted_html', SELF.item.description_as_restricted_html, id=id_base _ '_description', rows=8, cols=20, class='wi-wide', class='texteditor') %]</th>
40
      <th class="wi-small-verywide" colspan="2">[% L.textarea_tag(id_base _ '.description_as_restricted_html', SELF.item.description_as_restricted_html, id=id_base _ '_description', rows=8, cols=20, class='texteditor wi-wide') %]</th>
41 41
    </tr>
42 42
    <tr>
43 43
      <th>[% LxERP.t8("Complexity") %]</th>

Auch abrufbar als: Unified diff