Bugfix: Preisgruppen wurden nicht angezeigt seit r3110
authorSven Schöling <s.schoeling@linet-services.de>
Wed, 27 Feb 2008 13:40:57 +0000 (13:40 +0000)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 27 Feb 2008 13:40:57 +0000 (13:40 +0000)
templates/webpages/ic/form_header_de.html
templates/webpages/ic/form_header_master.html
templates/webpages/ic/price_row_de.html
templates/webpages/ic/price_row_master.html

index 6c37d3f..a559957 100644 (file)
                   show_empty = 1,
                   id_key     = 'id',
                   label_key  = 'description',
+                  style      = 'width:100px'
             -%]
            </td>
           </tr>
                   DATA       = ALL_UNITS,
                   id_key     = 'name',
                   label_key  = 'name',
+                  style      = 'width:100px'
             -%]
             [%- END %]
            </td>
index 113099b..7050945 100644 (file)
                   show_empty = 1,
                   id_key     = 'id',
                   label_key  = 'description',
+                  style      = 'width:100px'
             -%]
            </td>
           </tr>
                   DATA       = ALL_UNITS,
                   id_key     = 'name',
                   label_key  = 'name',
+                  style      = 'width:100px'
             -%]
             [%- END %]
            </td>
index 0115380..adea3e3 100644 (file)
@@ -1,5 +1,5 @@
 [%- USE HTML %]
-[%- IF PRICES.count %]
+[%- IF PRICES.size %]
   <tr>
     <td>
       <table width=100%>
index da548fe..8fa33bd 100644 (file)
@@ -1,5 +1,5 @@
 [%- USE HTML %]
-[%- IF PRICES.count %]
+[%- IF PRICES.size %]
   <tr>
     <td>
       <table width=100%>