]> git.mxchange.org Git - friendica.git/commitdiff
modified: view/theme/smoothly/style.css
authorpixelroot <info@pixelbits.de>
Wed, 14 Nov 2012 19:10:08 +0000 (20:10 +0100)
committerpixelroot <info@pixelbits.de>
Wed, 14 Nov 2012 19:10:08 +0000 (20:10 +0100)
modified:   view/theme/smoothly/theme.php
modified:   view/theme/smoothly/wall_thread.tpl

view/theme/smoothly/style.css
view/theme/smoothly/theme.php
view/theme/smoothly/wall_thread.tpl

index 6e62138c1b3242b886d6faef7ba269ba85d0561c..80e42dd6172d47f3f00793cb8c91fbc135cd9230 100644 (file)
@@ -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); }
index 0c7b149540b9d986a281b322e69b1cbb19ce8da9..f5defdfe5cfd2a8b4d3c1a0309aa655ec548fdae 100644 (file)
@@ -3,7 +3,7 @@
 /*
  * Name: Smoothly
  * Description: Like coffee with milk. Theme works fine with iPad[2].
- * Version: Version 0.11.14
+ * Version: Version 0.11.14-2
  * Author: Alex <https://friendica.pixelbits.de/profile/alex>
  * Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>
  * Screenshot: <a href="screenshot.png">Screenshot</a>
index 46cbe651de0645b4010d6084826f421362050d14..3b4deaff91e171677533722e356e004a91955cba 100644 (file)
                                {{ if $cat.last }}{{ else }}, {{ endif }}{{ endfor }}
                                </div>
                                {{ endif }}
+
+                               {{ if $item.has_folders }}
+                               <div class="filesavetags"><span>$item.txt_folders {{ for $item.folders as $cat }}$cat.name 
+                               <a href="$cat.removeurl" title="$remove">[$remove]</a> 
+                               {{ if $cat.last }}{{ else }}, {{ endif }}{{ endfor }}
+                               </div>
+                               {{ endif }}
+
                        </div>
                </div>
                <div class="wall-item-social" id="wall-item-social-$item.id">
 
-                       {{ if $item.has_folders }}
-                       <div class="filesavetags"><span>$item.txt_folders {{ for $item.folders as $cat }}$cat.name 
-                       <a href="$cat.removeurl" title="$remove">[$remove]</a> 
-                       {{ if $cat.last }}{{ else }}, {{ endif }}{{ endfor }}
-                       </div>
-                       {{ endif }}
-
                        {{ if $item.vote }}
                        <div class="wall-item-like-buttons" id="wall-item-like-buttons-$item.id">
                                <a href="#" class="icon like" title="$item.vote.like.0" onclick="dolike($item.id,'like'); return false"></a>
                        <a href="#" id="starred-$item.id" onclick="dostar($item.id); return false;" class="star-item icon $item.isstarred" title="$item.star.toggle"></a>
                        <a href="#" id="tagger-$item.id" onclick="itemTag($item.id); return false;" class="tag-item icon tagged" title="$item.star.tagger"></a>
                        {{ endif }}
+
+                       {{ if $item.filer }}
+                       <a href="#" id="filer-$item.id" onclick="itemFiler($item.id); return false;" class="filer-item filer-icon" title="$item.filer"></a>
+                       {{ endif }}
        
                </div>
 
                        </div>
 
                        {{ if $item.drop.pagedrop }}
-                       <input type="checkbox" onclick="checkboxhighlight(this);" title="$item.drop.select" class="item-select" name="itemselected[]" value="$item.id" />                       {{ endif }}
+                       <input type="checkbox" onclick="checkboxhighlight(this);" title="$item.drop.select" class="item-select" name="itemselected[]" value="$item.id" />
+                       {{ endif }}
+
                        <div class="wall-item-delete-end"></div>
                </div>