Skip to content

Commit

Permalink
Some XHTML fixes
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@2814 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Apr 29, 2007
1 parent 39ef54d commit 7e5eaf0
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 79 deletions.
4 changes: 2 additions & 2 deletions admin/browse.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,11 +274,11 @@
."\t\t\t<img src='$imagefiles/blank.gif' width='20' height='20' border='0' hspace='0' align='left' alt='' />\n"
."\t\t\t<a href='$scriptname?action=browse&amp;subaction=id&amp;id=$last&amp;sid=$surveyid&amp;surveytable=$surveytable'" .
"onmouseout=\"hideTooltip()\" onmouseover=\"showTooltip(event,'".$clang->gT("Show previous...", "js")."')\">".
"<img name='DataBack' align='left' src='$imagefiles/databack.png' title='' /></a>\n"
"<img name='DataBack' align='left' src='$imagefiles/databack.png' alt='".$clang->gT("Show previous...")."' /></a>\n"
."\t\t\t<img src='$imagefiles/blank.gif' width='13' height='20' border='0' hspace='0' align='left' alt='' />\n"
."\t\t\t<a href='$scriptname?action=browse&amp;subaction=id&amp;id=$next&amp;sid=$surveyid&amp;surveytable=$surveytable'" .
"onmouseout=\"hideTooltip()\" onmouseover=\"showTooltip(event,'".$clang->gT("Show next...", "js")."')\">" .
"<img name='DataForward' align='left' src='$imagefiles/dataforward.png' title='' /></a>\n"
"<img name='DataForward' align='left' src='$imagefiles/dataforward.png' alt='".$clang->gT("Show next...")."' /></a>\n"
."\t\t</td>\n"
."\t</tr>\n"
."\t<tr><td colspan='2' bgcolor='#CCCCCC' height='1'></td></tr>\n";
Expand Down

0 comments on commit 7e5eaf0

Please sign in to comment.