]> git.mxchange.org Git - friendica.git/commitdiff
frost suport for categories and folder updates
authorZach Prezkuta <fermion@gmx.com>
Mon, 1 Oct 2012 20:22:32 +0000 (14:22 -0600)
committerZach Prezkuta <fermion@gmx.com>
Mon, 1 Oct 2012 20:22:32 +0000 (14:22 -0600)
view/theme/frost-mobile/theme.php
view/theme/frost-mobile/wall_thread.tpl
view/theme/frost/theme.php
view/theme/frost/wall_thread.tpl

index cfda90fa02f46a71412e0e626fb73d78a869edd7..7d95fc8884eb39eabf9a2c9680736049aab89403 100644 (file)
@@ -4,7 +4,7 @@
  * Name: Frost--mobile version
  * Description: Like frosted glass
  * Credits: Navigation icons taken from http://iconza.com. Other icons taken from http://thenounproject.com, including: Like, Dislike, Black Lock, Unlock, Pencil, Tag, Camera, Paperclip (Marie Coons), Folder (Sergio Calcara), Chain-link (Andrew Fortnum), Speaker (Harold Kim), Quotes (Henry Ryder), Video Camera (Anas Ramadan), and Left Arrow, Right Arrow, and Delete X (all three P.J. Onori). All under Attribution (CC BY 3.0). Others from The Noun Project are public domain or No Rights Reserved (CC0).
- * Version: Version 0.2.13
+ * Version: Version 0.2.14
  * Author: Zach P <techcity@f.shmuz.in>
  * Maintainer: Zach P <techcity@f.shmuz.in>
  */
index b99f0daf0fac6eb7815779829ea76db897b555de..04874997b5cd5abaedb8d2197cd4dfe8c279473c 100644 (file)
                                                        <span class='body-tag tag'>$tag</span>
                                                {{ endfor }}
                                        <!--</div>-->
+                       {{ if $item.has_cats }}
+                       <div class="categorytags">$item.txt_cats {{ for $item.categories as $cat }}$cat.name <a href="$cat.removeurl" title="$remove">[$remove]</a> {{ if $cat.last }}{{ else }}, {{ endif }}{{ endfor }}
+                       </div>
+                       {{ endif }}
+
+                       {{ if $item.has_folders }}
+                       <div class="filesavetags">$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-tools" id="wall-item-tools-$item.id">
index 20ea0769a472eb5468a6b128f3d767829c3d4ad0..4ab65198867ed89f4ef88e39733324e7306c5fda 100644 (file)
@@ -4,7 +4,7 @@
  * Name: Frost
  * Description: Like frosted glass
  * Credits: Navigation icons taken from http://iconza.com. Other icons taken from http://thenounproject.com, including: Like, Dislike, Black Lock, Unlock, Pencil, Tag, Camera, Paperclip (Marie Coons), Folder (Sergio Calcara), Chain-link (Andrew Fortnum), Speaker (Harold Kim), Quotes (Henry Ryder), Video Camera (Anas Ramadan), and Left Arrow, Right Arrow, and Delete X (all three P.J. Onori). All under Attribution (CC BY 3.0). Others from The Noun Project are public domain or No Rights Reserved (CC0).
- * Version: Version 0.2.11
+ * Version: Version 0.2.12
  * Author: Zach P <techcity@f.shmuz.in>
  * Maintainer: Zach P <techcity@f.shmuz.in>
  */
index 72089ec223dca81376ef7ece693f533245a9b667..ffc57f00b2c39c0dee5387686985b5782f050af9 100644 (file)
                                                        <span class='body-tag tag'>$tag</span>
                                                {{ endfor }}
                                        <!--</div>-->
+                       {{ if $item.has_cats }}
+                       <div class="categorytags">$item.txt_cats {{ for $item.categories as $cat }}$cat.name <a href="$cat.removeurl" title="$remove">[$remove]</a> {{ if $cat.last }}{{ else }}, {{ endif }}{{ endfor }}
+                       </div>
+                       {{ endif }}
+
+                       {{ if $item.has_folders }}
+                       <div class="filesavetags">$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-tools" id="wall-item-tools-$item.id">