Skip to content

Commit

Permalink
Fixed issue #09148: Sentence for Panel integration/URL parameters is …
Browse files Browse the repository at this point in the history
…unclear

Dev: More bug here: with sub question and multi lingual survey : todo : report
Dev: TODO : add explanation with default URL parameters : EM code an INSERTANS
  • Loading branch information
Shnoulle committed Sep 12, 2014
1 parent 820b866 commit bfa0b48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -17,10 +17,10 @@

</script>

<div id='panelintegration'>
<div id='urlparameters'>

<table id="urlparams" style='margin:0 auto;'><tr><td>&nbsp;</td></tr></table>
<div id="pagerurlparams"></div>
<input type='hidden' id='allurlparams' name='allurlparams' value='' />

</div>
</div>
2 changes: 1 addition & 1 deletion application/views/admin/survey/subview/tab_view.php
Expand Up @@ -20,7 +20,7 @@
<li><a href='#copy'><?php $clang->eT("Copy"); ?></a></li>
<?php }
elseif ($action == "editsurveysettings") { ?>
<li><a href='#panelintegration'><?php $clang->eT("Panel integration"); ?></a></li>
<li><a href='#urlparameters'><?php $clang->eT("Survey URL parameters"); ?></a></li>
<li><a href='#resources'><?php $clang->eT("Resources"); ?></a></li>

<?php
Expand Down

0 comments on commit bfa0b48

Please sign in to comment.