Skip to content

Commit

Permalink
Fixed broken emailtemplate URL.
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_ci@11125 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
sachdeva-shubham committed Oct 8, 2011
1 parent 9c2009a commit bebbbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/token/tokenbar.php
Expand Up @@ -58,7 +58,7 @@
if (bHasSurveyPermission($surveyid, 'tokens','update'))
{ ?>
<img src='<?php echo $imageurl;?>/seperator.gif' alt='' />
<a href='<?php echo site_url("admin/emailtemplates/index/$surveyid");?>' title='<?php echo $clang->gTview("Edit email templates");?>'>
<a href='<?php echo site_url("admin/emailtemplates/edit/$surveyid");?>' title='<?php echo $clang->gTview("Edit email templates");?>'>
<img name='EmailTemplatesButton' src='<?php echo $imageurl;?>/emailtemplates.png' alt='<?php echo $clang->gT("Edit email templates");?>' />
</a>
<a href="#" onclick="window.open('<?php echo site_url("admin/tokens/email/$surveyid");?>', '_top')"
Expand Down

0 comments on commit bebbbcb

Please sign in to comment.