Skip to content

Commit

Permalink
Dev: Adding ID to survey title in tokens windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Aestu committed Sep 1, 2015
1 parent 99bde50 commit a4579e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/views/admin/token/tokenbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
App()->getClientScript()->registerPackage('jqueryui-timepicker');
?><div id='tokenbar' class='menubar'>
<div class='menubar-title ui-widget-header'>
<strong><?php eT("Token control"); ?> </strong> <?php echo htmlspecialchars($thissurvey['surveyls_title']); ?>
<strong><?php eT("Token control"); ?> </strong> <?php echo htmlspecialchars($thissurvey['surveyls_title'])." (".gT("ID")." ".htmlspecialchars($thissurvey['surveyls_survey_id']).")"; ?>
</div>
<div class='menubar-main'>
<div class='menubar-left'>
Expand Down
2 changes: 1 addition & 1 deletion application/views/admin/token/tokenwarning.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class='menubar'>
<div class='menubar-title ui-widget-header'>
<strong><?php eT("Token control"); ?> </strong> <?php echo htmlspecialchars($thissurvey['surveyls_title']); ?>
<strong><?php eT("Token control"); ?> </strong> <?php echo htmlspecialchars($thissurvey['surveyls_title'])." (".gT("ID")." ".htmlspecialchars($thissurvey['surveyls_survey_id']).")"; ?>
</div></div><div class='messagebox ui-corner-all'>
<div class='warningheader'><?php eT("Warning"); ?></div>
<br /><strong><?php eT("Tokens have not been initialised for this survey."); ?></strong><br /><br />
Expand Down

0 comments on commit a4579e0

Please sign in to comment.