Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7b6beba5

Von Max Wessendorf vor fast 2 Jahren hinzugefügt

  • ID 7b6beba58cf710fe3409030bb7a26055cd1ef16a
  • Vorgänger 2153a291
  • Nachfolger 08ea7246

design4.0: wh Templates angepasst

Unterschiede anzeigen:

templates/design40_webpages/wh/journal_filter.html
141 141
      <th>[% 'To Date' | $T8 %]</th>
142 142
      <td> <span class="wi-date">[% L.date_tag('todate') %]</span> </td>
143 143
    </tr>
144
  [% CUSTOM_VARIABLES_FILTER_CODE %]
144 145
  </tbody>
145 146
</table>
146 147

  
......
218 219
    <label for="l_employee">[% 'Employee' | $T8 %]</label>
219 220
  </div>
220 221
  <div>
221
    <input name="l_oe_id" id="l_oe_id" type="checkbox" value="Y">
222
    <input name="l_oe_id" id="l_oe_id" type="checkbox" value="Y" checked>
222 223
    <label for="l_oe_id">[% 'Document' | $T8 %]</label>
223 224
  </div>
224 225
  <div>
......
226 227
    <label for="l_projectnumber">[% 'Project Number' | $T8 %]</label>
227 228
  </div>
228 229
</div>
230
[% IF CUSTOM_VARIABLES.size %]
231
  <div class="col list">
232
    <h4>[% 'Custom Variables' | $T8 %]</h4>
233
    <div>
234
       [% CUSTOM_VARIABLES_INCLUSION_CODE %]
235
      </div>
236
  </div>
237
[% END %]
238

  
229 239

  
230
</div><!-- /.form-addition -->
240
<!-- /.form-addition -->
231 241

  
232 242

  
233 243
</form>
templates/design40_webpages/wh/report_bottom.html
1
[%- USE HTML %]
2
<input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
3
</form>
templates/design40_webpages/wh/report_filter.html
109 109
      <td><input type="text" name="description" class="wi-normal">
110 110
      </td>
111 111
    </tr>
112
    <tr>
113
      <th nowrap>[% 'Partsgroup' | $T8 %]:</th>
114
      <td>[% L.select_tag('partsgroup_id', PARTSGROUPS, value_key = 'id', title_key = 'partsgroup', with_empty = 1, class='wi-normal') %]</td>
115
     </tr>
112 116
    <tr>
113 117
      <th>[% 'Charge Number' | $T8 %]:</th>
114 118
      <td><input type="text" name="chargenumber" class="wi-normal">
......
154 158
        [% L.yes_no_tag("allrows", 1) %]
155 159
      </td>
156 160
    </tr>
161
    <tr>
162
      <th>[% "Results per page" | $T8 %]:</th>
163
      <td>[% L.input_number_tag("per_page", 20, size=4) %]</td>
164
    </tr>
165
    [% CUSTOM_VARIABLES_FILTER_CODE %]
166

  
157 167
  </tbody>
158 168
</table>
159 169

  
......
213 223
    <input name="l_list_price" id="l_list_price" type="checkbox" value="Y">
214 224
    <label for="l_list_price">[% 'List Price' | $T8 %]</label>
215 225
  </div>
226
  <div class="list col">
227
    <h4>[% 'Custom Variables' | $T8 %]</h4>
228
   [% CUSTOM_VARIABLES_INCLUSION_CODE %]
229
  </div>
230

  
216 231
</div>
217 232
<!-- /.form-addition -->
218 233

  
templates/design40_webpages/wh/report_top.html
1
<form method="post" action="wh.pl" id="form">

Auch abrufbar als: Unified diff