summaryrefslogtreecommitdiff
path: root/tpl/study/deck.php
diff options
context:
space:
mode:
authorAlex AUVOLAT <alexis211@gmail.com>2012-07-11 12:47:08 +0200
committerAlex AUVOLAT <alexis211@gmail.com>2012-07-11 12:47:08 +0200
commit015effb244be30eeee34a61080216de1ec2e2625 (patch)
tree54c884fb5555f10de8b16c8735539e5deb76192e /tpl/study/deck.php
parent822a630601960797266f0bae6aea3fdc3a141d5c (diff)
downloadBits-015effb244be30eeee34a61080216de1ec2e2625.tar.gz
Bits-015effb244be30eeee34a61080216de1ec2e2625.zip
Minor usability & presentation changes.
Diffstat (limited to 'tpl/study/deck.php')
-rw-r--r--tpl/study/deck.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/study/deck.php b/tpl/study/deck.php
index 9209845..42ef784 100644
--- a/tpl/study/deck.php
+++ b/tpl/study/deck.php
@@ -26,7 +26,7 @@ if (isset($next_card)) {
echo '<div class="ordering_links">' . filters_html_full() . '</div>';
if (count($study_cards) == 0) {
- echo '<p>Nothing in this list at the moment.</p>';
+ echo '<br /><div class="message">No cards in this view. Switch to another view to see more stuff.</div>';
} else {
foreach($study_cards as $card) {
echo '<div class="study_card scb'.$card['level'].'">';