]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
changed rest of title buttons to an elgg-menu
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 5 Mar 2011 23:10:03 +0000 (23:10 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 5 Mar 2011 23:10:03 +0000 (23:10 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8601 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/messages/read.php
mod/pages/view.php

index b830aa51cbdda864b2ed50a550a82c240a022393..47d9b45dcad7fde9d7e4d74cca5a3fdcef661039 100644 (file)
@@ -43,6 +43,7 @@ if ($inbox) {
                        'class' => 'elgg-button elgg-button-action',
                        'id' => 'messages-show-reply',
                ));
+               $buttons = "<ul class=\"elgg-menu elgg-menu-title\"><li>$buttons</li></ul>";
        }
 }
 
index 479ec1c932620a500cc9438fc97f422101608988..e6189bae8f38483c45ad75d13b8ddddc95f60f89 100644 (file)
@@ -40,6 +40,7 @@ if ($page->canEdit()) {
                        'href' => $url,
                        'class' => 'elgg-button elgg-button-action',
                ));
+       $buttons = "<ul class=\"elgg-menu elgg-menu-title\"><li>$buttons</li></ul>";
 }
 
 $body = elgg_view_layout('content', array(