Skip to content

Commit

Permalink
Fix issue 04151: {END}-Tag isn't available at Template Preview for Pr…
Browse files Browse the repository at this point in the history
…intable Survey Page

Dev Added strings for {END} and {SUBMIT_TEXT} tags to display in the print_survey.pstpl template preview

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@8436 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Tony Partner committed Feb 25, 2010
1 parent 9131911 commit 638db88
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 12 deletions.
5 changes: 3 additions & 2 deletions admin/templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -697,10 +697,11 @@
{
$myoutput[]=templatereplace($op, array('GROUPS'=>implode(' ',$groupoutput),
'FAX_TO' => $clang->gT("Please fax your completed survey to:")." 000-000-000",
'SUBMIT_TEXT'=>'',
'SUBMIT_TEXT'=> $clang->gT("Submit your survey."),
'HEADELEMENTS'=>getPrintableHeader(),
'SUBMIT_BY' => sprintf($clang->gT("Please submit by %s"), date('d.m.y')),
'THANKS'=>$clang->gT('Thank you for completing this survey.')
'THANKS'=>$clang->gT('Thank you for completing this survey.'),
'END'=>$clang->gT('Survey end message.')
));
}
break;
Expand Down
2 changes: 1 addition & 1 deletion templates/basic/print_survey.pstpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<p class="submit-by">
{END}<br />
{SUBMIT_BY}<br />
{FAX_TO}
{FAX_TO}<br />
{SUBMIT_TEXT}<br />
{THANKS}<br />
</p>
Expand Down
2 changes: 1 addition & 1 deletion templates/bluengrey/print_survey.pstpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<p class="submit-by">
{END}<br />
{SUBMIT_BY}<br />
{FAX_TO}
{FAX_TO}<br />
{SUBMIT_TEXT}<br />
{THANKS}<br />
</p>
Expand Down
2 changes: 1 addition & 1 deletion templates/business_grey/print_survey.pstpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<p class="submit-by">
{END}<br />
{SUBMIT_BY}<br />
{FAX_TO}
{FAX_TO}<br />
{SUBMIT_TEXT}<br />
{THANKS}<br />
</p>
Expand Down
2 changes: 1 addition & 1 deletion templates/clear_logo/print_survey.pstpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<p class="submit-by">
{END}<br />
{SUBMIT_BY}<br />
{FAX_TO}
{FAX_TO}<br />
{SUBMIT_TEXT}<br />
{THANKS}<br />
</p>
Expand Down
2 changes: 1 addition & 1 deletion templates/default/print_survey.pstpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<p class="submit-by">
{END}<br />
{SUBMIT_BY}<br />
{FAX_TO}
{FAX_TO}<br />
{SUBMIT_TEXT}<br />
{THANKS}<br />
</p>
Expand Down
2 changes: 1 addition & 1 deletion templates/eirenicon/print_survey.pstpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<p class="submit-by">
{END}<br />
{SUBMIT_BY}<br />
{FAX_TO}
{FAX_TO}<br />
{SUBMIT_TEXT}<br />
{THANKS}<br />
</p>
Expand Down
2 changes: 1 addition & 1 deletion templates/limespired/print_survey.pstpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<p class="submit-by">
{END}<br />
{SUBMIT_BY}<br />
{FAX_TO}
{FAX_TO}<br />
{SUBMIT_TEXT}<br />
{THANKS}<br />
</p>
Expand Down
2 changes: 1 addition & 1 deletion templates/mint_idea/print_survey.pstpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<p class="submit-by">
{END}<br />
{SUBMIT_BY}<br />
{FAX_TO}
{FAX_TO}<br />
{SUBMIT_TEXT}<br />
{THANKS}<br />
</p>
Expand Down
2 changes: 1 addition & 1 deletion templates/sherpa/print_survey.pstpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<p class="submit-by">
{END}<br />
{SUBMIT_BY}<br />
{FAX_TO}
{FAX_TO}<br />
{SUBMIT_TEXT}<br />
{THANKS}<br />
</p>
Expand Down
2 changes: 1 addition & 1 deletion templates/vallendar/print_survey.pstpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<p class="submit-by">
{END}<br />
{SUBMIT_BY}<br />
{FAX_TO}
{FAX_TO}<br />
{SUBMIT_TEXT}<br />
{THANKS}<br />
</p>
Expand Down

0 comments on commit 638db88

Please sign in to comment.