diff options
author | Alex AUVOLAT <alexis211@gmail.com> | 2013-08-29 10:27:29 +0200 |
---|---|---|
committer | Alex AUVOLAT <alexis211@gmail.com> | 2013-08-29 10:27:29 +0200 |
commit | 32802edf1a4753822b03bc148f23079f5ea89f66 (patch) | |
tree | 5be8e80b59e956b1d781e7d55122fe327ed38e98 /tpl/study/batch.php | |
parent | 281c96082c00b9382d074ed72e03f22e236b6520 (diff) | |
download | Bits-32802edf1a4753822b03bc148f23079f5ea89f66.tar.gz Bits-32802edf1a4753822b03bc148f23079f5ea89f66.zip |
Minor changes to study app.
Diffstat (limited to 'tpl/study/batch.php')
-rw-r--r-- | tpl/study/batch.php | 2 |
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>'; |