Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 13011246

Von Hans Peter Schlaepfer vor fast 5 Jahren hinzugefügt

  • ID 13011246d8b5074a91b727602769dce8dfb4c935
  • Vorgänger 5d0056d6
  • Nachfolger 27e7d20b

Neues kivitendo Design restliche Aenderungen in templates/webpages/requirement_spec_*

Dateien requirement_spec_item/* requirement_spec_order/* requirement_spec_part/*
requirement_spec_text_block/* requirement_spec_version/*

Unterschiede anzeigen:

templates/webpages/requirement_spec_order/_assignment_form.html
2 2
[% SET style="width: 400px" %]
3 3

  
4 4
<form id="quotations_and_orders_form">
5
 <table>
5
 <table class="tbl-horizontal">
6
  <tbody>
6 7
  [% IF for_new %]
7 8
  <tr>
8
   <td>[% LxERP.t8("Record type to create") %]:</td>
9
   <th>[% LxERP.t8("Record type to create") %]:</th>
9 10
   <td>[% L.select_tag('quotation', [ [ 1, LxERP.t8('Sales quotation') ], [ 0, LxERP.t8('Sales Order') ] ], style=style, no_id=1) %]</td>
10 11
  </tr>
11 12

  
12 13
  <tr>
13
   <td>[% LxERP.t8("Customer") %]:</td>
14
   <th>[% LxERP.t8("Customer") %]:</th>
14 15
   <td>[% L.select_tag('customer_id', SELF.all_customers, default=SELF.requirement_spec.customer_id, title_key='name', style=style, no_id=1) %]</td>
15 16
  </tr>
16 17
  [% END %]
17 18

  
18 19
  <tr>
19
   <td>[% LxERP.t8("Assign the following article to all sections") %]:</td>
20
   <th>[% LxERP.t8("Assign the following article to all sections") %]:</th>
20 21
   <td data-unit="[% HTML.escape(SELF.section_order_part.unit) %]">
21 22
    [% P.part.picker('quotations_and_orders_dummy', SELF.section_order_part.id, id='quotations_and_orders_order_id', style=style) %]
22 23
    [% L.button_tag('kivi.requirement_spec.assign_order_part_id_to_all()', LxERP.t8('Assign article')) %]
23 24
   </td>
24 25
  </tr>
26
</tbody>
25 27
 </table>
26 28

  
27
 <table style="width: 100%">
29
 <table class="tbl-list">
28 30
  <thead>
29
   <tr class="listheading">
30
    <th>[% LxERP.t8("Number") %]</th>
31
   <tr>
32
    <th class="right">[% LxERP.t8("Number") %]</th>
31 33
    <th>[% LxERP.t8("Title") %]</th>
32 34
    <th>[% LxERP.t8("Description") %]</th>
33 35
    <th>[% LxERP.t8("Article") %]</th>
......
38 40

  
39 41
  <tbody>
40 42
   [% FOREACH section = SELF.requirement_spec.sections_sorted %]
41
   <tr class="listrow">
43
   <tr>
42 44
    [% L.hidden_tag("sections[+].id", section.id, no_id=1) %]
43
    <td>[% HTML.escape(section.fb_number) %]</td>
45
    <td class="numeric">[% HTML.escape(section.fb_number) %]</td>
44 46
    <td>[% HTML.escape(section.title) %]</td>
45 47
    <td>[% HTML.escape(P.truncate(section.description_as_stripped_html)) %]</td>
46 48
    <td>[% P.part.picker('sections[].order_part_id', section.order_part_id, id='quotations_and_orders_sections_order_pard_id_' _ loop.count, style=style) %]</td>

Auch abrufbar als: Unified diff