Revision dca820e1
Von Jan Büren vor etwa 1 Jahr hinzugefügt
templates/design40_webpages/customer_vendor/tabs/billing.html | ||
---|---|---|
108 | 108 |
<th>[% 'Bcc E-mail' | $T8 %]</th> |
109 | 109 |
<td>[% P.input_email_tag('cv.bcc', SELF.cv.bcc, class='wi-lightwide') %]</td> |
110 | 110 |
</tr> |
111 |
<tr><!-- PENDENT: Funktion der Link-Erzeugung verbessern, z.B. falls z.B. Schema (http:// oder https://) schon angegeben --> |
|
112 |
<th>[% IF SELF.cv.homepage %]<a href="http://[% HTML.escape(SELF.cv.homepage) %]" title="[% 'Open in new window' | $T8 %]" target="_blank">[% 'Homepage' | $T8 %]</a>[% ELSE %][% 'Homepage' | $T8 %][% END %]</th> |
|
111 |
<tr> |
|
112 |
<th>[% IF SELF.cv.homepage %] |
|
113 |
<a href="[% IF SELF.cv.homepage.match('http[s]?:\/\/') %][% ELSE %]https://[% END %][% HTML.escape(SELF.cv.homepage) %]" title="[% 'Open in new window' | $T8 %]" target="_blank">[% 'Homepage' | $T8 %]</a>[% ELSE %][% 'Homepage' | $T8 %][% END %]</th> |
|
113 | 114 |
<td>[% L.input_tag_trim('cv.homepage', SELF.cv.homepage, class='wi-lightwide', title = LxERP.t8('Example: http://kivitendo.de')) %]</td> |
114 | 115 |
</tr> |
115 | 116 |
|
Auch abrufbar als: Unified diff
design40: Fehlerhafte Aufruf beim Protokoll für den Homepage-Link verbessert
... Ferner Fallunterschied falls der Benutzer schon das Protokoll
eingegeben hat.