Skip to content

Commit

Permalink
popup base height + 10px
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@2245 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
David Olivier committed Feb 4, 2007
1 parent 7d9cfa2 commit cbe3db9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/html.php
Expand Up @@ -403,7 +403,7 @@

if (count($tmp_survlangs) > 2)
{
$tmp_pheight = 100 + ((count($tmp_survlangs)-2) * 20);
$tmp_pheight = 110 + ((count($tmp_survlangs)-2) * 20);
$surveysummary .= "<script type='text/javascript'>document.getElementById('testsurvpopup').style.height='".$tmp_pheight."px';</script>";
}
}
Expand Down Expand Up @@ -455,7 +455,7 @@
$surveysummary .= "<script type='text/javascript'>document.getElementById('printpopup').style.left='152px';</script>";
if (count($tmp_survlangs) > 2)
{
$tmp_pheight = 100 + ((count($tmp_survlangs)-2) * 20);
$tmp_pheight = 110 + ((count($tmp_survlangs)-2) * 20);
$surveysummary .= "<script type='text/javascript'>document.getElementById('printpopup').style.height='".$tmp_pheight."px';</script>";
}
}
Expand Down

0 comments on commit cbe3db9

Please sign in to comment.