I have updated a few fields in the submit ticket overview, where I wanted to add 2 fields to the right and 2 fields to the left. Somehow in Mozilla this shows up perfectly but in IE the layout is all scrambled.
link of ticket layout: http://www.deepsound.be/open.php(http://www.deepsound.be/open.php)
Code:
$info=($_POST && $errors)?Format:($_POST)(); //on error...use the post data
?>
<?if($errors) {?>
<?=$errors?>
<?}elseif($msg) {?>
<?=$msg?>
<?}elseif($warn) {?>
<?=$warn?>
<?}?>
Vul het formulier in om een ticket te lanceren
Aanvrager:
<?if ($thisclient && ($name=$thisclient->getName())) {
?>
"><?=$name?>
<?}else {?>
">
<?}?>
* <?=$errors?>
Email Aanvrager:
<?if ($thisclient && ($email=$thisclient->getEmail())) {
?>
"><?=$email?>
<?}else {?>
">
<?}?>
* <?=$errors?>
Telefoon:
<?if ($thisclient && ($pkc=$thisclient->getPhone())) {
?>
"><?=$phone?>
<?}else {?>
">
<?}?>
* <?=$errors?>
Dienst:
<?if ($thisclient && ($pkc=$thisclient->getDienst())) {
?>
"><?=$dienst?>
<?}else {?>
">
<?}?>
* <?=$errors?>
PKC:
<?if ($thisclient && ($pkc=$thisclient->getPkc())) {
?>
"><?=$pkc?>
<?}else {?>
">
<?}?>
* <?=$errors?>