]> wagnertech.de Git - mfinanz.git/commitdiff
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 6c37d3f6683ddc81409b8989ca9849a2205ec9db..a559957cbad04db878e1b30f997b3e245668c6ea 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 113099b378c9ddfb965a8dbbeda5c0df83b3faff..7050945df6fe83b5b0bba7c0af57c5e7aa9a82ff 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 01153808bac61f885df6b27ed3ec92b98f697509..adea3e3e04cebeafb32545f9f9a49c93c3ef1a65 100644 (file)
@@ -1,5 +1,5 @@
 [%- USE HTML %]
-[%- IF PRICES.count %]
+[%- IF PRICES.size %]
   <tr>
     <td>
       <table width=100%>
index da548fed6f9a9aaf280224c6a613a9bbe7a1cbda..8fa33bd77fcdb591039f8613a9fe408bd85eb835 100644 (file)
@@ -1,5 +1,5 @@
 [%- USE HTML %]
-[%- IF PRICES.count %]
+[%- IF PRICES.size %]
   <tr>
     <td>
       <table width=100%>