]> git.mxchange.org Git - friendica.git/commitdiff
diabook-themes: small fix at "community pages"-box
authortommy tomson <thomas.bierey@gmx.de>
Tue, 1 May 2012 14:46:08 +0000 (16:46 +0200)
committertommy tomson <thomas.bierey@gmx.de>
Tue, 1 May 2012 14:46:08 +0000 (16:46 +0200)
view/theme/diabook/communityhome.tpl
view/theme/diabook/theme.php

index 982e2bd264ed1efd3896c4a8e52e89ccb028e771..f2f8b4d5e58f668ede586c8abe3a4a667c8fd46a 100755 (executable)
@@ -53,9 +53,6 @@ $nv.search
 {{ endif }}
 </div>
 
-<div id="twitter">
-</div>
-
 <div id="close_lastusers">
 {{ if $lastusers_title }}
 <h3>$lastusers_title<a id="close_lastusers_icon" onClick="close_lastusers()" class="icon close_box" title="close"></a></h3>
@@ -96,4 +93,7 @@ $nv.search
 {{ endfor }}
 </ul>
 {{ endif }}
+</div>
+
+<div id="twitter">
 </div>
\ No newline at end of file
index 945c3f36b4d1bd81ea257c8e2e9e02b544f158b6..07fef7d7cc2766647deab1c1fb4f2b26afd8a467 100755 (executable)
@@ -195,9 +195,9 @@ function diabook_community_info(){
    
    //Community Page
    if(local_user()) {
-   $page = '<div id="page-sidebar-right_aside" >
+   $page = '<div id="" >
                        <h3 style="margin-top:0px;">'.t("Community Pages").'<a id="close_pages_icon"  onClick="close_pages()" class="icon close_box" title="close"></a></h3></div>
-                       <div id="sidebar-page-list"><ul>';
+                       <div id=""><ul style="margin-left: 7px;margin-top: 0px;padding-left: 0px;padding-top: 0px;">';
 
        $pagelist = array();
 
@@ -218,7 +218,7 @@ function diabook_community_info(){
        $contacts = $pageD;
 
        foreach($contacts as $contact) {
-               $page .= '<li style="list-style-type: none;" class="tool"><img height="20" width="20" style="float: left; margin-right: 3px;" src="' . $contact['micro'] .'" alt="' . $contact['url'] . '" /> <a href="'.$a->get_baseurl().'/redir/'.$contact["id"].'" style="margin-top: 2px;" title="' . $contact['url'] . '" class="label" target="external-link">'.
+               $page .= '<li style="list-style-type: none;" class="tool"><img height="20" width="20" style="float: left; margin-right: 3px;" src="' . $contact['micro'] .'" alt="' . $contact['url'] . '" /> <a href="'.$a->get_baseurl().'/redir/'.$contact["id"].'" style="margin-top: 2px; word-wrap: break-word; width: 132px;" title="' . $contact['url'] . '" class="label" target="external-link">'.
                                $contact["name"]."</a></li>";
        }
        $page .= '</ul></div></div>';