]> git.mxchange.org Git - friendica.git/commitdiff
fix image and file upload on frost moble; add support to frost for local post time
authorZach Prezkuta <fermion@gmx.com>
Sat, 25 Aug 2012 03:25:39 +0000 (21:25 -0600)
committerZach Prezkuta <fermion@gmx.com>
Sat, 25 Aug 2012 03:25:39 +0000 (21:25 -0600)
view/theme/frost-mobile/jot-header.tpl
view/theme/frost-mobile/theme.php
view/theme/frost/theme.php
view/theme/frost/wall_item.tpl
view/theme/frost/wall_thread.tpl
view/theme/frost/wallwall_item.tpl
view/theme/frost/wallwall_thread.tpl

index 66a2c87962a528e034feb55b6cc23b8f045a1928..b7aafc5ed94ff64b91053ef1a9adf3ebac49a6ec 100644 (file)
@@ -11,6 +11,7 @@
        window.term = "$term";
        window.baseURL = "$baseurl";
        window.geoTag = function () { $geotag }
+       window.ajaxType = 'jot-header';
 </script>
 
 
index 986fa19cc15850882a1bb5c29113c2281bd46a93..54fac5efac2b072d258b4316852d170461fbd934 100644 (file)
@@ -4,9 +4,9 @@
  * 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.7
- * Author: Zach P <windforest@f.shmuz.in>
- * Maintainer: Zach P <windforest@f.shmuz.in>
+ * Version: Version 0.2.8
+ * Author: Zach P <techcity@f.shmuz.in>
+ * Maintainer: Zach P <techcity@f.shmuz.in>
  */
 
 $a->theme_info = array();
index 18c8204c4b2e8e78d158f81065b64bc4ad7c76f2..46bff03f1c5225e6261a6393773b7d4cade9754b 100644 (file)
@@ -4,9 +4,9 @@
  * 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.5
- * Author: Zach P <windforest@f.shmuz.in>
- * Maintainer: Zach P <windforest@f.shmuz.in>
+ * Version: Version 0.2.6
+ * Author: Zach P <techcity@f.shmuz.in>
+ * Maintainer: Zach P <techcity@f.shmuz.in>
  */
 
 $a->theme_info = array();
index d12752b627042781affa0e6a07652146c78c2b89..fb9290f12ced5bb8b65bafcd1e1628bf9f27600f 100644 (file)
@@ -24,7 +24,7 @@
                </div>
                <!--<div class="wall-item-author">-->
                                <a href="$item.profile_url" target="redir" title="$item.linktitle" class="wall-item-name-link"><span class="wall-item-name$item.sparkle" id="wall-item-name-$item.id" >$item.name</span></a>
-                               <div class="wall-item-ago" id="wall-item-ago-$item.id" >$item.ago</div>
+                               <div class="wall-item-ago" id="wall-item-ago-$item.id" title="$item.localtime" >$item.ago</div>
                                
                <!--</div>-->
                <div class="wall-item-content" id="wall-item-content-$item.id" >
index 9e81c7a6a195aaed8f973f5b99e5fe1e551b3dba..69f6c4c1420ee670bd18515f0ac7d3783f97ae23 100644 (file)
@@ -31,7 +31,7 @@
                </div>
                <!--<div class="wall-item-author">-->
                                <a href="$item.profile_url" target="redir" title="$item.linktitle" class="wall-item-name-link"><span class="wall-item-name$item.sparkle" id="wall-item-name-$item.id" >$item.name</span></a>
-                               <div class="wall-item-ago" id="wall-item-ago-$item.id" >$item.ago</div>
+                               <div class="wall-item-ago" id="wall-item-ago-$item.id" title="$item.localtime" >$item.ago</div>
                                
                <!--</div>-->
                <div class="wall-item-content" id="wall-item-content-$item.id" >
index 8a898b8b4eca36288deadced24f6eda4924d1540..4ef81686e7ccc197564f4a36b58447974b3ec2f3 100644 (file)
@@ -29,7 +29,7 @@
                </div>
                <!--<div class="wall-item-author">-->
                                <a href="$item.profile_url" target="redir" title="$item.linktitle" class="wall-item-name-link"><span class="wall-item-name$item.sparkle" id="wall-item-name-$item.id" >$item.name</span></a> $item.to <a href="$item.owner_url" target="redir" title="$item.olinktitle" class="wall-item-name-link"><span class="wall-item-name$item.osparkle" id="wall-item-ownername-$item.id">$item.owner_name</span></a> $item.vwall<br />
-                               <div class="wall-item-ago"  id="wall-item-ago-$item.id">$item.ago</div>                         
+                               <div class="wall-item-ago"  id="wall-item-ago-$item.id" title="$item.localtime" >$item.ago</div>
                <!--</div>-->
                <div class="wall-item-content" id="wall-item-content-$item.id" >
                        <div class="wall-item-title" id="wall-item-title-$item.id">$item.title</div>
index 346e384e5ffb020c2dd44740d5cee1e3df603bb3..0039e8d91c46c608224c28c018118ccad7a920a6 100644 (file)
@@ -36,7 +36,7 @@
                </div>
                <!--<div class="wall-item-author">-->
                                <a href="$item.profile_url" target="redir" title="$item.linktitle" class="wall-item-name-link"><span class="wall-item-name$item.sparkle" id="wall-item-name-$item.id" >$item.name</span></a> $item.to <a href="$item.owner_url" target="redir" title="$item.olinktitle" class="wall-item-name-link"><span class="wall-item-name$item.osparkle" id="wall-item-ownername-$item.id">$item.owner_name</span></a> $item.vwall<br />
-                               <div class="wall-item-ago"  id="wall-item-ago-$item.id">$item.ago</div>                         
+                               <div class="wall-item-ago"  id="wall-item-ago-$item.id" title="$item.localtime" >$item.ago</div>
                <!--</div>-->
                <div class="wall-item-content" id="wall-item-content-$item.id" >
                        <div class="wall-item-title" id="wall-item-title-$item.id">$item.title</div>