Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5b8ff438

Von Hans Peter Schlaepfer vor etwa 5 Jahren hinzugefügt

  • ID 5b8ff438672be40b321bbe27e01ae852a3bb9045
  • Vorgänger 99621954
  • Nachfolger 867b69c4

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

Dateien in ca/* chart/* cp/* ct/* cti/* custom_variable_config/*

Unterschiede anzeigen:

templates/webpages/ct/search_contact.html
1
[%- USE HTML %]
2
[%- USE T8 %]
3
[%- USE L %]
4
[%- USE LxERP %]
5
<h1>[% 'Contacts' | $T8 %]</h1>
1
[% USE HTML %]
2
[% USE T8 %]
3
[% USE L %]
4
[% USE LxERP %]
6 5

  
7
 <form method="post" action="ct.pl" name="Form" id="form">
6
<h1>[% 'Contacts' | $T8 %]</h1>
8 7

  
9
  <table>
10
   <tr>
11
    <th align="right" nowrap>[% 'Name' | $T8 %]</th>
12
    <td><input name="filter.cp_name" size="35" class="initial_focus"></td>
13
   </tr>
14
   <tr>
15
    <th align="right" nowrap>[% 'Greeting' | $T8 %]</th>
16
    <td><input name="filter.cp_greeting" size="35"></td>
17
   </tr>
18
   <tr>
19
    <th align="right" nowrap>[% 'Title' | $T8 %]</th>
20
    <td><input name="filter.cp_title" size="35"></td>
21
   </tr>
22
   <tr>
23
    <th align="right" nowrap>[% 'E-mail' | $T8 %]</th>
24
    <td><input name="filter.cp_email" size="35"></td>
25
   </tr>
26
   <tr>
27
    <th align="right" nowrap>[% 'Department' | $T8 %]</th>
28
    <td><input name="filter.cp_abteilung" size="35"></td>
29
   </tr>
30
   <tr>
31
    <th align="right" nowrap>[% 'Project' | $T8 %]</th>
32
    <td><input name="filter.cp_project" size="35"></td>
33
   </tr>
8
<form method="post" action="ct.pl" name="Form" id="form">
34 9

  
35
   [% CUSTOM_VARIABLES_FILTER_CODE %]
10
<div class="wrapper">
36 11

  
37
   <tr>
38
    <td></td>
39
    <td>
40
     <input name="filter.status" class="radio" type="radio" value="active" checked> [% 'Active' | $T8 %]
41
     <input name="filter.status" class="radio" type="radio" value="all"> [% 'All' | $T8 %]
42
     <input name="filter.status" class="radio" type="radio" value="orphaned"> [% 'Orphaned' | $T8 %]
43
    </td>
44
   </tr>
12
<table class="tbl-horizontal">
13
  <tbody>
14
    <tr>
15
      <th>[% 'Name' | $T8 %] </th>
16
      <td><input type="text" name="filter.cp_name" class="wi-lightwide" class="initial_focus"></td>
17
    </tr>
18
    <tr>
19
      <th>[% 'Greeting' | $T8 %] </th>
20
      <td><input type="text" name="filter.cp_greeting" class="wi-lightwide"></td>
21
    </tr>
22
    <tr>
23
      <th>[% 'Title' | $T8 %] </th>
24
      <td><input type="text" name="filter.cp_title" class="wi-lightwide"></td>
25
    </tr>
26
    <tr>
27
      <th>[% 'E-mail' | $T8 %] </th>
28
      <td><input type="text" name="filter.cp_email" class="wi-lightwide"></td>
29
    </tr>
30
    <tr>
31
      <th>[% 'Department' | $T8 %] </th>
32
      <td><input type="text" name="filter.cp_abteilung" class="wi-lightwide"></td>
33
    </tr>
34
    <tr>
35
      <th>[% 'Project' | $T8 %] </th>
36
      <td><input type="text" name="filter.cp_project" class="wi-lightwide"></td>
37
    </tr>
38
    [% CUSTOM_VARIABLES_FILTER_CODE %]
39
    <tr>
40
      <th>[% 'Scope' | $T8 %] </th>
41
      <td>
42
        <input name="filter.status" type="radio" value="active" checked id="rd1"> <label for="rd1">[% 'Active' | $T8 %]</label>
43
        <input name="filter.status" type="radio" value="all" id="rd2"> <label for="rd2">[% 'All' | $T8 %]</label>
44
        <input name="filter.status" type="radio" value="orphaned" id="rd3"> <label for="rd3">[% 'Orphaned' | $T8 %]</label>
45
      </td>
46
    </tr>
47
  </tbody>
48
</table>
45 49

  
46
   <tr>
47
    <th align="right" nowrap>[% 'Include in Report' | $T8 %]</th>
48
    <td>
49
     <table border="0">
50
      <tr>
51
       <td>
52
        <input name="l.cp_id" id="l_cp_id" type="checkbox" class="checkbox" value="Y">
53
        <label for="l_cp_id">[% 'ID' | $T8 %]</label>
54
       </td>
55
       <td>
56
        <input name="l.vcnumber" id="l_vcnumber" type="checkbox" class="checkbox" value="Y" checked>
57
        <label for="l_vcnumber">[% 'Customer/Vendor Number' | $T8 %]</label>
58
       </td>
59
       <td>
60
        <input name="l.vcname" id="l_vcname" type="checkbox" class="checkbox" value="Y" checked>
61
        <label for="l_vcname">[% 'Customer/Vendor Name' | $T8 %]</label>
62
       </td>
63
      </tr>
64 50

  
65
      <tr>
66
       <td>
67
        <input name="l.cp_name" id="l_cp_name" type="checkbox" class="checkbox" value="Y" checked>
68
        <label for="l_cp_name">[% 'Name' | $T8 %]</label>
69
       </td>
70
       <td>
71
        <input name="l.cp_givenname" id="l_cp_givenname" type="checkbox" class="checkbox" value="Y" checked>
72
        <label for="l_cp_givenname">[% 'Given Name' | $T8 %]</label>
73
       </td>
74
      </tr>
75
      <tr>
76
       <td>
77
        <input name="l.cp_street" id="l_cp_street" type="checkbox" class="checkbox" value="Y">
78
        <label for="l_cp_street">[% 'Street' | $T8 %]</label>
79
       </td>
80
       <td>
81
        <input name="l.cp_zipcode" id="l_cp_zipcode" type="checkbox" class="checkbox" value="Y">
82
        <label for="l_cp_zipcode">[% 'Zipcode' | $T8 %]</label>
83
       </td>
84
       <td>
85
        <input name="l.cp_city" id="l_cp_city" type="checkbox" class="checkbox" value="Y">
86
        <label for="l_cp_city">[% 'City' | $T8 %]</label>
87
       </td>
88
      </tr>
89
      <tr>
90
       <td>
91
        <input name="l.cp_phone" id="l_cp_phone" type="checkbox" class="checkbox" value="Y" checked>
92
        <label for="l_cp_phone">[% 'Phone' | $T8 %]</label>
93
       </td>
94
       <td>
95
        <input name="l.cp_mobile" id="l_cp_mobile" type="checkbox" class="checkbox" value="Y" checked>
96
        <label for="l_cp_mobile">[% 'Mobile' | $T8 %]</label>
97
       </td>
51
</div>
98 52

  
99
       <td>[%- L.checkbox_tag('l.cp_privatphone', value='Y', label=LxERP.t8('Private Phone'), class='checkbox', checked=1) %]</td>
100
      </tr>
101 53

  
102
      <tr>
103
       <td>[%- L.checkbox_tag('l.cp_fax',         value='Y', label=LxERP.t8('Fax'),            class='checkbox') %]</td>
104
       <td>[%- L.checkbox_tag('l.cp_email',       value='Y', label=LxERP.t8('E-mail'),         class='checkbox', checked=1) %]</td>
105
       <td>[%- L.checkbox_tag('l.cp_privatemail', value='Y', label=LxERP.t8('Private E-mail'), class='checkbox') %]</td>
106
      </tr>
54
<div class="wrapper form-addition control-panel">
55
  <h3 class="caption">[% 'Include in Report' | $T8 %] </h3>
107 56

  
108
      <tr>
109
       <td>
110
        <input name="l.cp_abteilung" id="l_cp_abteilung" type="checkbox" class="checkbox" value="Y">
111
        <label for="l_cp_abteilung">[% 'Department' | $T8 %]</label>
112
       </td>
113 57

  
114
       <td>[% L.checkbox_tag('l.cp_position', value='Y', label=LxERP.t8('Function/position'), class='checkbox') %]</td>
115
      </tr>
58
  <div class="list col">
59
    <h4>[% 'Numbers & IDs' | $T8 %]</h4>
60
    <div>
61
      <input name="l.cp_id" id="l_cp_id" type="checkbox" value="Y">
62
      <label for="l_cp_id"> [% 'ID' | $T8 %] </label>
63
    </div>
64
    <div>
65
      <input name="l.vcnumber" id="l_vcnumber" type="checkbox" value="Y" checked>
66
      <label for="l_vcnumber"> [% 'Customer/Vendor Number' | $T8 %] </label>
67
    </div>
68
  </div>
116 69

  
117
      <tr>
118
       <td>
119
        <input name="l.cp_gender" id="l_cp_gender" type="checkbox" class="checkbox" value="Y">
120
        <label for="l_cp_gender">[% 'Gender' | $T8 %]</label>
121
       </td>
70
  <div class="list col">
71
    <h4> [% 'Customer' | $T8 %] </h4>
72
    <div>
73
      <input name="l.vcname" id="l_vcname" type="checkbox" value="Y" checked>
74
      <label for="l_vcname"> [% 'Customer/Vendor Name' | $T8 %] </label>
75
    </div>
76
    <div>
77
      <input name="l.cp_name" id="l_cp_name" type="checkbox" value="Y" checked>
78
      <label for="l_cp_name"> [% 'Name' | $T8 %] </label>
79
    </div>
80
    <div>
81
      <input name="l.cp_givenname" id="l_cp_givenname" type="checkbox" value="Y" checked>
82
      <label for="l_cp_givenname"> [% 'Given Name' | $T8 %] </label>
83
    </div>
84
    <div>
85
      <input name="l.cp_abteilung" id="l_cp_abteilung" type="checkbox" value="Y">
86
      <label for="l_cp_abteilung"> [% 'Department' | $T8 %] </label>
87
    </div>
88
    <div>
89
      [% L.checkbox_tag('l.cp_position', value='Y', label=LxERP.t8('Function/position')) %]
90
    </div>
91
    <div>
92
      <input name="l.cp_gender" id="l_cp_gender" type="checkbox" value="Y">
93
      <label for="l_cp_gender"> [% 'Gender' | $T8 %] </label>
94
    </div>
95
    <div>
96
      <input name="l.cp_birthday" id="l_cp_birthday" type="checkbox" value="Y">
97
      <label for="l_cp_birthday"> [% 'Birthday' | $T8 %] </label>
98
    </div>
99
  </div>
122 100

  
123
       <td>
124
        <input name="l.cp_birthday" id="l_cp_birthday" type="checkbox" class="checkbox" value="Y">
125
        <label for="l_cp_birthday">[% 'Birthday' | $T8 %]</label>
126
       </td>
127
      </tr>
101
  <div class="list col">
102
    <h4> [% 'Address' | $T8 %] </h4>
103
    <div>
104
      <input name="l.cp_street" id="l_cp_street" type="checkbox" value="Y">
105
      <label for="l_cp_street"> [% 'Street' | $T8 %] </label>
106
    </div>
107
    <div>
108
      <input name="l.cp_zipcode" id="l_cp_zipcode" type="checkbox" value="Y">
109
      <label for="l_cp_zipcode"> [% 'Zipcode' | $T8 %] </label>
110
    </div>
111
    <div>
112
      <input name="l.cp_city" id="l_cp_city" type="checkbox" value="Y">
113
      <label for="l_cp_city"> [% 'City' | $T8 %] </label>
114
    </div>
115
  </div>
128 116

  
129
      [% CUSTOM_VARIABLES_INCLUSION_CODE %]
117
  <div class="list col">
118
    <h4> [% 'Contact' | $T8 %] </h4>
119
    <div>
120
      <input name="l.cp_phone" id="l_cp_phone" type="checkbox" value="Y" checked>
121
      <label for="l_cp_phone"> [% 'Phone' | $T8 %] </label>
122
    </div>
123
    <div>
124
      <input name="l.cp_mobile" id="l_cp_mobile" type="checkbox" value="Y" checked>
125
      <label for="l_cp_mobile"> [% 'Mobile' | $T8 %] </label>
126
    </div>
127
    <div>
128
      [% L.checkbox_tag('l.cp_privatphone', value='Y', label=LxERP.t8('Private Phone'), checked=1) %]
129
    </div>
130
    <div>
131
      [% L.checkbox_tag('l.cp_fax', value='Y', label=LxERP.t8('Fax')) %]
132
    </div>
133
    <div>
134
      [% L.checkbox_tag('l.cp_email', value='Y', label=LxERP.t8('E-mail'), checked=1) %]
135
    </div>
136
    <div>
137
      [% L.checkbox_tag('l.cp_privatemail', value='Y', label=LxERP.t8('Private E-mail')) %]
138
    </div>
139
    [% CUSTOM_VARIABLES_INCLUSION_CODE %]
140
  </div>
130 141

  
131
     </table>
132
    </td>
133
   </tr>
134
  </table>
135
 </form>
142
</div>
143
</form>

Auch abrufbar als: Unified diff