diff options
author | Alex AUVOLAT <alexis211@gmail.com> | 2012-07-11 12:47:08 +0200 |
---|---|---|
committer | Alex AUVOLAT <alexis211@gmail.com> | 2012-07-11 12:47:08 +0200 |
commit | 015effb244be30eeee34a61080216de1ec2e2625 (patch) | |
tree | 54c884fb5555f10de8b16c8735539e5deb76192e /tpl/study/deck.php | |
parent | 822a630601960797266f0bae6aea3fdc3a141d5c (diff) | |
download | Bits-015effb244be30eeee34a61080216de1ec2e2625.tar.gz Bits-015effb244be30eeee34a61080216de1ec2e2625.zip |
Minor usability & presentation changes.
Diffstat (limited to 'tpl/study/deck.php')
-rw-r--r-- | tpl/study/deck.php | 2 |
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'].'">'; |