Revision 275dbec9
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
bin/mozilla/cp.pl | ||
---|---|---|
246 | 246 |
<tr> |
247 | 247 |
<th align=right>$vclabel</th> |
248 | 248 |
<td>$vc</td> |
249 |
<input type=hidden name="select$form->{vc}" value="$form->{"select$form->{vc}"}">
|
|
250 |
<input type=hidden name="$form->{vc}_id" value=$form->{"$form->{vc}_id"}>
|
|
251 |
<input type=hidden name="old$form->{vc}" value="$form->{"old$form->{vc}"}">
|
|
249 |
<input type=hidden name="select$form->{vc}" value="| . H($form->{"select$form->{vc}"}) . qq|">
|
|
250 |
<input type=hidden name="$form->{vc}_id" value="| . H($form->{"$form->{vc}_id"}) . qq|">
|
|
251 |
<input type=hidden name="old$form->{vc}" value="| . H($form->{"old$form->{vc}"}) . qq|">
|
|
252 | 252 |
</tr> |
253 | 253 |
<tr valign=top> |
254 | 254 |
<th align=right nowrap>| . $locale->text('Address') . qq|</th> |
Auch abrufbar als: Unified diff
cp.pl: vc select richtig escapen