Revision 12891f81
Von Moritz Bunkus vor mehr als 12 Jahren hinzugefügt
templates/webpages/ct/_contact.html | ||
---|---|---|
46 | 46 |
<td><input id="cp_name" name="cp_name" size="40" maxlength="75" value="[% HTML.escape(cp_name) %]"></td> |
47 | 47 |
</tr> |
48 | 48 |
|
49 |
<tr> |
|
50 |
<th align="left" nowrap>[% 'E-mail' | $T8 %]</th> |
|
51 |
<td><input id="cp_email" name="cp_email" size="40" value="[% HTML.escape(cp_email) %]"></td> |
|
52 |
</tr> |
|
53 |
|
|
49 | 54 |
<tr> |
50 | 55 |
<th align="left" nowrap>[% 'Phone1' | $T8 %]</th> |
51 | 56 |
<td><input id="cp_phone1" name="cp_phone1" size="40" maxlength="75" value="[% HTML.escape(cp_phone1) %]"></td> |
... | ... | |
86 | 91 |
<td><input id="cp_project" name="cp_project" size="40" value="[% HTML.escape(cp_project) %]"></td> |
87 | 92 |
</tr> |
88 | 93 |
|
89 |
<tr> |
|
90 |
<th align="left" nowrap>[% 'E-mail' | $T8 %]</th> |
|
91 |
<td><input id="cp_email" name="cp_email" size="40" value="[% HTML.escape(cp_email) %]"></td> |
|
92 |
</tr> |
|
93 |
|
|
94 | 94 |
<tr> |
95 | 95 |
<th align="left" nowrap>[% 'Private Phone' | $T8 %]</th> |
96 | 96 |
<td><input id="cp_privatphone" name="cp_privatphone" size="40" value="[% HTML.escape(cp_privatphone) %]"></td> |
Auch abrufbar als: Unified diff
Ansprechpartner: Feld 'E-Mail' direkt hinter Namen positionieren