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.

This commit is contained in:
friendica
2012-12-16 15:49:22 -08:00
parent 5d008a6923
commit fa8b4e98b7
7 changed files with 40 additions and 20 deletions

View File

@@ -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),
));