]> git.mxchange.org Git - friendica.git/commitdiff
add file_as-option to diabook-derivates
authortommy tomson <thomas.bierey@gmx.de>
Thu, 22 Mar 2012 05:54:18 +0000 (06:54 +0100)
committertommy tomson <thomas.bierey@gmx.de>
Thu, 22 Mar 2012 05:54:18 +0000 (06:54 +0100)
view/theme/diabook-blue/icons/file_as.png [new file with mode: 0755]
view/theme/diabook-blue/style.css
view/theme/diabook-blue/wall_item.tpl
view/theme/diabook/icons/file_as.png [new file with mode: 0755]
view/theme/diabook/style.css
view/theme/diabook/wall_item.tpl

diff --git a/view/theme/diabook-blue/icons/file_as.png b/view/theme/diabook-blue/icons/file_as.png
new file mode 100755 (executable)
index 0000000..16713fa
Binary files /dev/null and b/view/theme/diabook-blue/icons/file_as.png differ
index f88c7b95477268f427e105c44fe17c0f092e1def..d3d3d9eb7aaa81132fe8bd0982b9baad0f76a51c 100644 (file)
 .icon.recycle  { background-image: url("../../../view/theme/diabook-blue/icons/recycle.png");}
 .icon.remote-link { background-image: url("../../../view/theme/diabook-blue/icons/remote.png");}
 .icon.tagged    { background-image: url("../../../view/theme/diabook-blue/icons/tagged.png");}
+.icon.file-as { background-image: url("../../../view/theme/diabook-blue/icons/file_as.png");}
 .star-item.icon.unstarred { background-image: url("../../../view/theme/diabook-blue/icons/unstarred.png");}
 .star-item.icon.starred { background-image: url("../../../view/theme/diabook-blue/icons/starred.png");}
 .icon.link             { background-image: url("../../../view/theme/diabook-blue/icons/link.png");}
index ebe40fd4ea095f2e0b20cab4bdd4109d4f525d0b..20d24702b9d6fc3f44fb3c676cd78c8436445ef9 100644 (file)
                                <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 icon file-as" title="$item.star.filer"></a>
+                       {{ endif }}                             
+                       
                        {{ if $item.plink }}<a class="icon link" title="$item.plink.title" href="$item.plink.href">$item.plink.title</a>{{ endif }}
                        
                                        
diff --git a/view/theme/diabook/icons/file_as.png b/view/theme/diabook/icons/file_as.png
new file mode 100755 (executable)
index 0000000..16713fa
Binary files /dev/null and b/view/theme/diabook/icons/file_as.png differ
index ffab5b4c4efbfebba1673f9cc1349daf727e541b..5841a96b36f1bd1006e0b65e66d529d3f46b651a 100644 (file)
 .icon.recycle  { background-image: url("../../../view/theme/diabook/icons/recycle.png");}
 .icon.remote-link { background-image: url("../../../view/theme/diabook/icons/remote.png");}
 .icon.tagged    { background-image: url("../../../view/theme/diabook/icons/tagged.png");}  
+.icon.file-as { background-image: url("../../../view/theme/diabook/icons/file_as.png");}
 .star-item.icon.unstarred { background-image: url("../../../view/theme/diabook/icons/unstarred.png");}
 .star-item.icon.starred { background-image: url("../../../view/theme/diabook/icons/starred.png");}
 .icon.link             { background-image: url("../../../view/theme/diabook/icons/link.png");}
index ebe40fd4ea095f2e0b20cab4bdd4109d4f525d0b..20d24702b9d6fc3f44fb3c676cd78c8436445ef9 100644 (file)
                                <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 icon file-as" title="$item.star.filer"></a>
+                       {{ endif }}                             
+                       
                        {{ if $item.plink }}<a class="icon link" title="$item.plink.title" href="$item.plink.href">$item.plink.title</a>{{ endif }}