summaryrefslogtreecommitdiff
path: root/tpl/study/batch.php
diff options
context:
space:
mode:
authorAlex AUVOLAT <alexis211@gmail.com>2013-08-29 10:27:29 +0200
committerAlex AUVOLAT <alexis211@gmail.com>2013-08-29 10:27:29 +0200
commit32802edf1a4753822b03bc148f23079f5ea89f66 (patch)
tree5be8e80b59e956b1d781e7d55122fe327ed38e98 /tpl/study/batch.php
parent281c96082c00b9382d074ed72e03f22e236b6520 (diff)
downloadBits-32802edf1a4753822b03bc148f23079f5ea89f66.tar.gz
Bits-32802edf1a4753822b03bc148f23079f5ea89f66.zip
Minor changes to study app.
Diffstat (limited to 'tpl/study/batch.php')
-rw-r--r--tpl/study/batch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/study/batch.php b/tpl/study/batch.php
index 842deaa..6eaa99c 100644
--- a/tpl/study/batch.php
+++ b/tpl/study/batch.php
@@ -11,7 +11,7 @@ $onload_js = 'show_batch_table();';
require("tpl/general/top.php");
-echo '<div class="small_right"><a href="batchreview-study-' . $info['batchid'] . '">test now</a></div>';
+echo '<div class="small_right"><a href="batchreview-study-' . $info['batchid'] . '">test now</a> | <a href="list-study-' . $info['studyid'] . '#batch_' . $info['batchid'] . '">back</a></div>';
echo '<h2>Items in this list</h2>';
echo '<div id="items">Please wait, processing...</div>';