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/list.html
8 8
  [% LxERP.t8("No sections have been created yet.") %]
9 9
 </div>
10 10
 [% ELSE %]
11
 <table id="quotations_and_orders_sections" style="width: 100%">
11
 <table id="quotations_and_orders_sections" class="tbl-list">
12 12
  <thead>
13
   <tr class="listheading">
13
   <tr>
14 14
    <th>[% LxERP.t8("Number") %]</th>
15 15
    <th>[% LxERP.t8("Title") %]</th>
16 16
    <th>[% LxERP.t8("Description") %]</th>
......
22 22

  
23 23
  <tbody>
24 24
   [% FOREACH section = sections %]
25
    <tr class="listrow">
25
    <tr>
26 26
     <td>[% HTML.escape(section.fb_number) %]</td>
27 27
     <td>[% HTML.escape(section.title) %]</td>
28 28
     <td>[% HTML.escape(P.truncate(section.description_as_stripped_html)) %]</td>
......
54 54
  <div>[% LxERP.t8("No quotations or orders have been created yet.") %]</div>
55 55
 [% ELSE %]
56 56

  
57
  <table style="width:100%">
57
  <table class="tbl-list">
58 58
   <thead>
59
    <tr class="listheading">
59
    <tr>
60 60
     <th>[% LxERP.t8("Type") %]</th>
61 61
     <th>[% LxERP.t8("Requirement Spec Version") %]</th>
62
     <th>[% LxERP.t8("Record number") %]</th>
62
     <th class="right">[% LxERP.t8("Record number") %]</th>
63 63
     <th>[% LxERP.t8("Transaction description") %]</th>
64 64
     <th>[% LxERP.t8("Quotation/Order Date") %]</th>
65 65
     <th>[% LxERP.t8("Creation Date") %]</th>
......
68 68

  
69 69
   <tbody>
70 70
    [% FOREACH rs_order = orders %]
71
    <tr class="listrow quotations-and-orders-order-context-menu">
71
    <tr class="quotations-and-orders-order-context-menu">
72 72
     [% L.hidden_tag('order_id', rs_order.id, no_id=1) %]
73 73
     <td>[% rs_order.order.type == 'sales_quotation' ? LxERP.t8('Sales quotation') : LxERP.t8('Sales Order') %]</td>
74 74
     <td>
......
78 78
       [% LxERP.t8("working copy") %]
79 79
      [% END %]
80 80
     </td>
81
     <td>
81
     <td class="numeric">
82 82
      [%- IF INSTANCE_CONF.get_feature_experimental_order -%]
83 83
        <a href="controller.pl?action=Order/edit&id=[% HTML.url(rs_order.order_id) %]&type=[% HTML.url(rs_order.order.type) %]">
84 84
      [%- ELSE -%]

Auch abrufbar als: Unified diff