Finanzcontrollingbericht: Filterfelder breiter gemacht
authorMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 25 Nov 2014 08:03:29 +0000 (09:03 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 25 Nov 2014 08:14:14 +0000 (09:14 +0100)
templates/webpages/financial_controlling_report/_filter.html

index fcae079..a5b2838 100644 (file)
@@ -2,6 +2,7 @@
 [%- USE L %]
 [%- USE LxERP %]
 [%- USE HTML %]
+[%- SET style='width: 400px' %]
 <form action='controller.pl' method='post'>
 <div class='filter_toggle'>
 <a href='#' onClick='javascript:$(".filter_toggle").toggle()'>[% 'Show Filter' | $T8 %]</a>
  <table id='filter_table'>
   <tr>
    <th align="right">[% 'Customer' | $T8 %]</th>
-   <td>[% L.input_tag('filter.customer.name:substr::ilike', filter.customer.name_substr__ilike, size = 20) %]</td>
+   <td>[% L.input_tag('filter.customer.name:substr::ilike', filter.customer.name_substr__ilike, style=style) %]</td>
   </tr>
   <tr>
    <th align="right">[% 'Customer Number' | $T8 %]</th>
-   <td>[% L.input_tag('filter.customer.customernumber:substr::ilike', filter.customer.customernumber_substr__ilike, size = 20) %]</td>
+   <td>[% L.input_tag('filter.customer.customernumber:substr::ilike', filter.customer.customernumber_substr__ilike, style=style) %]</td>
   </tr>
   <tr>
    <th align="right">[% 'Order Number' | $T8 %]</th>
-   <td>[% L.input_tag('filter.ordnumber:substr::ilike', filter.ordnumber_substr__ilike, size = 20) %]</td>
+   <td>[% L.input_tag('filter.ordnumber:substr::ilike', filter.ordnumber_substr__ilike, style=style) %]</td>
   </tr>
   <tr>
    <th align="right">[% 'Project Number' | $T8 %]</th>
-   <td>[% L.input_tag('filter.globalproject.projectnumber:substr::ilike', filter.globalproject.projectnumber_substr__ilike, size = 20) %]</td>
+   <td>[% L.input_tag('filter.globalproject.projectnumber:substr::ilike', filter.globalproject.projectnumber_substr__ilike, style=style) %]</td>
   </tr>
   <tr>
    <th align="right">[% 'Project Type' | $T8 %]</th>
-   <td>[% L.select_tag('filter.globalproject.project_type_id', SELF.project_types, default=filter.globalproject.project_type_id, title_key='description', with_empty=1) %]</td>
+   <td>[% L.select_tag('filter.globalproject.project_type_id', SELF.project_types, default=filter.globalproject.project_type_id, title_key='description', with_empty=1, style=style) %]</td>
   </tr>
   <tr>
    <th align="right">[% 'Order Date' | $T8 %] [% 'From Date' | $T8 %]</th>