From: Duck (Jakob Munih) Date: Wed, 25 Feb 2009 11:18:14 +0000 (+0100) Subject: remove tabs X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=70783db631eb594d0fcdc08fe9643a47cee72ac7;p=horde.git remove tabs --- diff --git a/folks/templates/edit/footer.php b/folks/templates/edit/footer.php new file mode 100644 index 000000000..449d4a9c7 --- /dev/null +++ b/folks/templates/edit/footer.php @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/folks/templates/edit/header.php b/folks/templates/edit/header.php new file mode 100644 index 000000000..5600d16bc --- /dev/null +++ b/folks/templates/edit/header.php @@ -0,0 +1,51 @@ +

+ + + +
+ + +getOnlineUsers(); +if ($online instanceof PEAR_Error) { + return $online; +} + +// Get groups +$groups = $friends->getGroups(); +if ($groups instanceof PEAR_Error) { + $notification->push($groups); + $groups = array(); +} + +echo '
' . _("Add") . ''; +echo '
' . _("Invite") . ''; +echo '
' . _("All") . ''; + +foreach ($groups as $group_id => $group_name) { + echo '
' . $group_name . ''; +} + +echo '
' . _("Might know") . ''; +echo '
' . _("Wainting for") . ''; +echo '
' . _("Wainting from") . ''; +echo '
' . _("I am friend of") . ''; +echo '
' . _("Blacklist") . ''; + +?> +
+ +
+
+ +

getImageDir('horde')) . ' ' . _("Feeds") ?>

+ + + + + +
+ +
\ No newline at end of file