diff options
author | friendica <info@friendica.com> | 2012-12-16 15:49:22 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-16 15:49:22 -0800 |
commit | fa8b4e98b727a2af58fea55e93546089fe9bea2b (patch) | |
tree | 03588905060894dd59077464a1552b3157738133 /include | |
parent | 5d008a6923b631acf3bad7d82be680cc668475b6 (diff) | |
download | volse-hubzilla-fa8b4e98b727a2af58fea55e93546089fe9bea2b.tar.gz volse-hubzilla-fa8b4e98b727a2af58fea55e93546089fe9bea2b.tar.bz2 volse-hubzilla-fa8b4e98b727a2af58fea55e93546089fe9bea2b.zip |
some cleanup - Thomas we can put the radius/shadow stuff back later for the hipster kids, it's quite distracting at the moment and makes it hard to get serious work done. Hmmm. Wonder if we could make radius/shadow configurable like colours.... and maybe even screen transparency.... that could be interesting.
Diffstat (limited to 'include')
-rw-r--r-- | include/conversation.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/conversation.php b/include/conversation.php index f910801ba..ea2f84cbf 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -703,6 +703,7 @@ function conversation(&$a, $items, $mode, $update, $page_mode = 'traditional') { '$mode' => $mode, '$user' => $a->user, '$threads' => $threads, + '$wait' => t('Loading...'), '$dropping' => ($page_dropping?t('Delete Selected Items'):False), )); |