Skip to content

Commit

Permalink
Fixed #1226: Minor Display Error in IE7 in "Edit Current Survey"-Menu
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/stable_plus@3442 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Oct 20, 2007
1 parent 5d5eb91 commit 8de61f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/html.php
Expand Up @@ -1820,7 +1820,7 @@
{
$esrow = array_map('htmlspecialchars', $esrow);
$editsurvey = include2var('./scripts/addremove.js');
$editsurvey .= "<form name='addnewsurvey' action='$scriptname' method='post'>\n<table width='100%' border='0' class='table2columns'>\n\t<tr><td colspan='4' class='settingcaption'>"
$editsurvey .= "<form name='addnewsurvey' action='$scriptname' method='post'>\n<table width='100%' border='0'>\n\t<tr><td colspan='4' class='settingcaption'>"
. "\t\t".$clang->gT("Edit Survey - Step 1 of 2")."</td></tr>\n"
. "\t<tr><td align='right'>".$clang->gT("Administrator:")."</td>\n"
. "\t\t<td align='left'><input type='text' size='50' name='admin' value=\"{$esrow['admin']}\" /></td></tr>\n"
Expand Down

0 comments on commit 8de61f1

Please sign in to comment.