diff --git a/view/theme/dispy/search_item.tpl b/view/theme/dispy/search_item.tpl index 0d9721fe70..5fc8febe9f 100644 --- a/view/theme/dispy/search_item.tpl +++ b/view/theme/dispy/search_item.tpl @@ -1,5 +1,5 @@ -
-
+
+
-
+
diff --git a/view/theme/smoothly/search_item.tpl b/view/theme/smoothly/search_item.tpl new file mode 100644 index 0000000000..9c90fd0402 --- /dev/null +++ b/view/theme/smoothly/search_item.tpl @@ -0,0 +1,53 @@ +
+
+
+
+ + $item.name + menu +
+
    + $item.item_photo_menu +
+
+
+
+
{{ if $item.location }}$item.location {{ endif }}
+
+
+ {{ if $item.lock }}
$item.lock
+ {{ else }}
{{ endif }} +
+
+
+ {{ if $item.drop.dropping }}{{ endif }} +
+ {{ if $item.drop.pagedrop }}{{ endif }} +
+
+
+
$item.title
+
+
$item.body
+
+
+ $item.name +
$item.ago
+ +
+ +
+
+ + +
+ {{ if $item.conv }} + $item.conv.title + {{ endif }} +
+
+
+ +
diff --git a/view/theme/smoothly/style.css b/view/theme/smoothly/style.css index e9b5683a10..80e42dd617 100644 --- a/view/theme/smoothly/style.css +++ b/view/theme/smoothly/style.css @@ -2,7 +2,7 @@ style.css Smoothly - Created by alex@friendica.pixelbits.de on 2012-11-13 + Created by alex@friendica.pixelbits.de on 2012-11-14 ** Colors ** Blue links - #1873a2 @@ -4244,6 +4244,8 @@ hr.line-dots { .filer-icon { display: block; width: 16px; height: 16px; background-image: url('images/file.gif'); + margin-left: 5px; + float: left; } .icon.dim { opacity: 0.3;filter:alpha(opacity=30); } diff --git a/view/theme/smoothly/theme.php b/view/theme/smoothly/theme.php index 3ab7b27133..f5defdfe5c 100644 --- a/view/theme/smoothly/theme.php +++ b/view/theme/smoothly/theme.php @@ -3,7 +3,7 @@ /* * Name: Smoothly * Description: Like coffee with milk. Theme works fine with iPad[2]. - * Version: Version 0.11.13 + * Version: Version 0.11.14-2 * Author: Alex * Maintainer: Alex * Screenshot: Screenshot diff --git a/view/theme/smoothly/wall_thread.tpl b/view/theme/smoothly/wall_thread.tpl index e57fba30e2..3b4deaff91 100644 --- a/view/theme/smoothly/wall_thread.tpl +++ b/view/theme/smoothly/wall_thread.tpl @@ -7,8 +7,9 @@ {{endif}}
-
-
+
+
+
{{ if $item.owner_url }}
@@ -76,9 +77,11 @@ {{ if $cat.last }}{{ else }}, {{ endif }}{{ endfor }}
{{ endif }} +
{{ if $item.drop.pagedrop }} - {{ endif }} + + {{ endif }} +
@@ -125,14 +134,14 @@ {{ if $item.threaded }} {{ if $item.comment }} -
+
$item.comment
{{ endif }} {{ endif }}
-
+
{{ for $item.children as $item }} {{ inc $item.template }}{{ endinc }}