// Merge -> revision 8507

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8513 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-09-12 16:17:37 +00:00
parent 3c6a0944fa
commit b50c7e4334
67 changed files with 1938 additions and 1509 deletions
+3
View File
@@ -26,6 +26,8 @@
if ($result)
{
$varList = "";
if (count($result->field) > 0)
{
echo '<br clear="left" /><hr /><br clear="left" />';
foreach ($result->field AS $field)
{
@@ -67,6 +69,7 @@
else
$varList .= "'&".$field->key."='+ encodeURIComponent($('#".$p."_".$c."_form_".$field->key."').val())+\n";
}
}
echo '
<script>'."
$('#btNext').click(function() {