diff --git a/view/theme/smoothly/search_item.tpl b/view/theme/smoothly/search_item.tpl new file mode 100644 index 000000000..9c90fd040 --- /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 e9b5683a1..6e62138c1 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 diff --git a/view/theme/smoothly/theme.php b/view/theme/smoothly/theme.php index 3ab7b2713..0c7b14954 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 * Author: Alex * Maintainer: Alex * Screenshot: Screenshot diff --git a/view/theme/smoothly/wall_thread.tpl b/view/theme/smoothly/wall_thread.tpl index e57fba30e..46cbe651d 100644 --- a/view/theme/smoothly/wall_thread.tpl +++ b/view/theme/smoothly/wall_thread.tpl @@ -7,8 +7,9 @@ {{endif}}
-
-
+
+
+
{{ if $item.owner_url }}
@@ -69,16 +70,17 @@ {{ if $cat.last }}{{ else }}, {{ endif }}{{ endfor }}
{{ endif }} - - {{ if $item.has_folders }} -
$item.txt_folders {{ for $item.folders as $cat }}$cat.name - [$remove] - {{ if $cat.last }}{{ else }}, {{ endif }}{{ endfor }} -
- {{ endif }}