Skip to content

Commit

Permalink
Fixed issue: Missing image when browsing timings
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Nov 6, 2012
1 parent 29ef539 commit 795fbef
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@
<a href='<?php echo $this->createUrl("/admin/responses/time/surveyid/$iSurveyId/start/$last/limit/$limit"); ?>' title='<?php $clang->eT("Show previous.."); ?>'>
<img name='DataBack' align='left' src='<?php echo $sImageURL; ?>/databack.png' alt='<?php $clang->eT("Show previous.."); ?>' />
</a>
<img src='<?php echo $imageurl; ?>/blank.gif' width='13' height='20' alt='' />
<img src='<?php echo $sImageURL; ?>/blank.gif' width='13' height='20' alt='' />
<a href='<?php echo $this->createUrl("/admin/responses/time/surveyid/$iSurveyId/start/$next/limit/$limit"); ?>' title='<?php $clang->eT("Show next..."); ?>'>
<img name='DataForward' align='left' src='<?php echo $sImageURL; ?>/dataforward.png' alt='<?php $clang->eT("Show next.."); ?>' />
</a>
Expand Down

0 comments on commit 795fbef

Please sign in to comment.