From 32802edf1a4753822b03bc148f23079f5ea89f66 Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Thu, 29 Aug 2013 10:27:29 +0200 Subject: Minor changes to study app. --- design/style.css | 4 ++-- tpl/study/batch.php | 2 +- tpl/study/list.php | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/design/style.css b/design/style.css index bb3e2ef..5e26d29 100644 --- a/design/style.css +++ b/design/style.css @@ -59,7 +59,7 @@ body { top: 50px; left: 0px; bottom: 0px; - width: 300px; + width: 270px; border-right: 1px solid #ddd; overflow: auto; padding: 16px; @@ -67,7 +67,7 @@ body { .contents-right { margin-top: 50px; - margin-left: 332px; + margin-left: 302px; padding: 16px; } 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 '
test now
'; +echo '
test now | back
'; echo '

Items in this list

'; echo '
Please wait, processing...
'; diff --git a/tpl/study/list.php b/tpl/study/list.php index 3bb16dd..265d8a7 100644 --- a/tpl/study/list.php +++ b/tpl/study/list.php @@ -39,14 +39,14 @@ foreach ($batches as $batch) { $dc = ($batch['lr_date'] ? ' style="background-color: ' . $days_color .'"' : ''); echo ''; - echo '' . $batch['name'] . ''; + echo '' . $batch['name'] . ''; echo 'view | test'; echo '' . $batch['num_reviews'] . ''; echo '' . ($batch['lr_date'] ? $batch['lr_date'] : "never") . ''; echo '' . ($batch['lr_date'] ? $batch['lr_score'] . '/100' : 'N/A') . - ($batch['blr_date'] ? ($batch['lr_score'] > $batch['blr_score'] ? '' : - ($batch['lr_score'] < $batch['blr_score'] ? '' : - '')) : '') . ''; + ($batch['blr_date'] ? ($batch['lr_score'] > $batch['blr_score'] ? '' : + ($batch['lr_score'] < $batch['blr_score'] ? '' : + '')) : '') . ''; echo ''; } echo ''; -- cgit v1.2.3