Skip to content

Commit

Permalink
New feature: Code/QID visible in quick-translation answers/subquestio…
Browse files Browse the repository at this point in the history
…ns/questions for easier orientation

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@11973 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Jan 10, 2012
1 parent c000883 commit 4507cc8
Show file tree
Hide file tree
Showing 3 changed files with 823 additions and 794 deletions.
4 changes: 4 additions & 0 deletions admin/styles/default/adminstyle.css
Expand Up @@ -1451,6 +1451,10 @@ div.translate {
width: 90%;
}

#translateform table td{
padding: 1px 4px;
}


#translateform textarea:focus{
outline: blue solid thin;
Expand Down
4 changes: 2 additions & 2 deletions admin/translate.php
Expand Up @@ -204,7 +204,7 @@
$translateoutput .="<div class='translate'>\n";
$translateoutput .="<input type='button' class='auto-trans' value='".$clang->gT("Auto Translate")."' id='auto-trans-tab-$type' />";
$translateoutput .="<img src='../images/ajax-loader.gif' style='display: none' class='ajax-loader' alt='".$clang->gT("Loading...")."' />\n";
$translateoutput .= displayTranslateFieldsHeader($baselangdesc, $tolangdesc);
$translateoutput .= displayTranslateFieldsHeader($baselangdesc, $tolangdesc, $type);
while ($rowfrom = $resultbase->FetchRow())
{
$textfrom = htmlspecialchars_decode($rowfrom[$amTypeOptions["dbColumn"]]);
Expand Down Expand Up @@ -277,4 +277,4 @@



?>
?>

0 comments on commit 4507cc8

Please sign in to comment.