Вернуться к списку форумов Вернуться

Поддержка пользователей

Community support

Закон о персональных данных

Сообщение: #1-467-12
21.06.2017 11:11
modules/functions.phpmodules/functions.php

В строке 2371 заменил
- $inner_rep="<div style="margin-top: 20px; text-align: center;"><a id="tip_$fcf" class="btn btn-lg btn-success white" href="#form_$fcf">$title</a></div><noindex><div id="form_$fcf" class="mfp-hide white-popup-block mfp-with-anim"><form method="post" action="" id="frm_$fcf"><input type=hidden name=tith value="$title"><input type=hidden name=fcf value="$fcf"><input type=hidden name=page value="".$tk.""><input type=hidden name=mtime value="".$mti.""><input type=hidden name=spec value="".md5($title).""><input type=hidden name=token value="".md5($secret_salt.$title.$fcf.$mti.md5($title).$tk).""><table cellpadding="5" border="0" width="100%" class=table2><tbody><tr><td style="white-space:nowrap;"><label for="name_$fcf">".$lang[357].": </label></td><td width="100%"><input id="name_$fcf" name="name" size="30" value="".@$details[3]."" class="form-control" type="text" required></td></tr><tr><td style="white-space:nowrap;"><label for="tel_$fcf">".$lang[1154].": </label></td><td width="100%"><input id="tel_$fcf" name="tel" size="30" value="".@$details[19].@$details[5]."" class="form-control" type="text" placeholder="$lang[1150]" required></td></tr><tr><td colspan="2" align="center"><input class="btn btn-primary btn-lg" value="".strip_tags(str_replace("<br>","n",$title))."" type="submit"></td></tr><tr><td colspan="2" align="center"></td></tr></tbody></table></form><div id="response_$fcf" class=hidden></div></div></noindex>";
+ $inner_rep="<div style="margin-top: 20px; text-align: center;"><a id="tip_$fcf" class="btn btn-lg btn-success white" href="#form_$fcf">$title</a></div><noindex><div id="form_$fcf" class="mfp-hide white-popup-block mfp-with-anim"><form method="post" action="" id="frm_$fcf"><input type=hidden name=tith value="$title"><input type=hidden name=fcf value="$fcf"><input type=hidden name=page value="".$tk.""><input type=hidden name=mtime value="".$mti.""><input type=hidden name=spec value="".md5($title).""><input type=hidden name=token value="".md5($secret_salt.$title.$fcf.$mti.md5($title).$tk).""><table cellpadding="5" border="0" width="100%" class=table2><tbody><tr><td style="white-space:nowrap;"><label for="name_$fcf">".$lang[357].": </label></td><td width="100%"><input id="name_$fcf" name="name" size="30" value="".@$details[3]."" class="form-control" type="text" required></td></tr><tr><td style="white-space:nowrap;"><label for="tel_$fcf">".$lang[1154].": </label></td><td width="100%"><input id="tel_$fcf" name="tel" size="30" value="".@$details[19].@$details[5]."" class="form-control" type="text" placeholder="$lang[1150]" required></td></tr><tr><td colspan="2" align="center"><input id="check_$fcf" name="check" type="checkbox" class="form-control" style="width: 20px !important;height: 20px !important; display: inline !important;"required><label for="check_$fcf">".$lang[1044]."</label></td></tr><tr><td colspan="2" align="center"><input class="btn btn-primary btn-lg" value="".strip_tags(str_replace("<br>","n",$title))."" type="submit"></td></tr><tr><td colspan="2" align="center"></td></tr></tbody></table></form><div id="response_$fcf" class=hidden></div></div></noindex>";