]> git.mxchange.org Git - friendica.git/commitdiff
small fix in diabook
authortommy tomson <thomas.bierey@gmx.de>
Tue, 27 Mar 2012 21:41:19 +0000 (23:41 +0200)
committertommy tomson <thomas.bierey@gmx.de>
Tue, 27 Mar 2012 21:41:19 +0000 (23:41 +0200)
view/theme/diabook/communityhome.tpl
view/theme/diabook/nav.tpl
view/theme/diabook/theme.php

index c43cf861fa88aba4281a69d258848d1b720b27c8..a14705ed76035a9caf748e882963bf421c310ca2 100755 (executable)
@@ -9,7 +9,7 @@
 <h3 style="margin-top:0px;">Help or @NewHere ?<a id="close_helpers_icon"  onClick="close_helpers()" class="icon close_box" title="close"></a></h3>
 <a href="https://helpers.pyxis.uberspace.de/profile/helpers" style="margin-left: 10px; " title="Friendica Support" target="blank">Friendica Support</a><br>
 <a href="https://letstalk.pyxis.uberspace.de/profile/letstalk" style="margin-left: 10px; " title="Let's talk" target="blank">Let's talk</a><br>
-<a href="http://newzot.hydra.uberspace.de/profile/newzot" title="Local Friendica" style="margin-left: 10px; " target="blank">Local Friendica</a>
+<a href="http://newzot.hydra.uberspace.de/profile/newzot" title="Local Friendica" style="margin-left: 10px; " target="blank">Local Friendica</a><br>
 <a href="http://kakste.com/profile/newhere" title="@NewHere" style="margin-left: 10px; " target="blank">NewHere</a>
 {{ endif }}
 </div>
index e1b50c4d216063c49f71be5cb0b5041278cb3f80..9acf1032c15cf1a414c6191d9cdce098177b1f56 100644 (file)
@@ -72,7 +72,7 @@
                                                                                
                                                                                <li><a class="$nav.search.2" href="friendica" title="Site Info / Impressum" >Info/Impressum</a></li>
                                                                                
-                                                                               <li><a class="$nav.search.2" onClick="restore_boxes()" title="restore third column" style="cursor: pointer;">restore third column</a></li>
+                                                                               <li><a class="$nav.search.2" onClick="restore_boxes()" title="restore third column" style="cursor: pointer;">Restore right-hand column</a></li>
 
                                {{ if $nav.settings }}<li><a class="menu-sep $nav.settings.2" href="$nav.settings.0" title="$nav.settings.3">$nav.settings.1</a></li>{{ endif }}
                                {{ if $nav.admin }}<li><a class="$nav.admin.2" href="$nav.admin.0" title="$nav.admin.3" >$nav.admin.1</a></li>{{ endif }}
index 53424a084713e91a58f35a2c5ff02d21f5734f8f..a3f0ca0d4b85a3f6ffed6e7b72b1d76d29034369 100755 (executable)
@@ -369,7 +369,7 @@ function restore_boxes(){
        $.cookie('close_lastusers','2', { expires: 365, path: '/' });
        $.cookie('close_lastphotos','2', { expires: 365, path: '/' });
        $.cookie('close_lastlikes','2', { expires: 365, path: '/' });
-       alert('right column was restored');
+       alert('Right-hand column was restored');
   };