Skip to content

Commit

Permalink
Dev Small fix for form header
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@9628 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Dec 11, 2010
1 parent a621cfb commit 5405ab1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions admin/html.php
Expand Up @@ -2044,9 +2044,8 @@
$resul2row = $result2->FetchRow();

$usersummary = "<form action='$scriptname?sid={$surveyid}' method='post'>\n"
. "<table width='100%' border='0'>\n<tr><td colspan='6' class='header'>\n"
. "".$clang->gT("Set Survey Rights")."</td></tr>\n";

. "<div class='header'>".$clang->gT("Set Survey Rights")."</div>\n"
. "<table width='100%' border='0'>\n<tr><td colspan='6' class='header'>\n";
$usersummary .= "<tr><th align='center'>".$clang->gT("Edit Survey Properties")."</th>\n"
. "<th align='center'>".$clang->gT("Define Questions")."</th>\n"
. "<th align='center'>".$clang->gT("Browse Responses")."</th>\n"
Expand Down

0 comments on commit 5405ab1

Please sign in to comment.