diff options
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>'; |