[opw-web] Hide the Actions menu when not logged in



commit e1fe1885191f575b4b0b4880ef0a32174959fa0e
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Mon Mar 10 11:20:04 2014 -0400

    Hide the Actions menu when not logged in

 skins/easterngreen/html/tpl_header.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/skins/easterngreen/html/tpl_header.html b/skins/easterngreen/html/tpl_header.html
index e7d2367..840a4c4 100644
--- a/skins/easterngreen/html/tpl_header.html
+++ b/skins/easterngreen/html/tpl_header.html
@@ -64,7 +64,7 @@ ocalization variable
                         </li>
 
                         <li class="dropdown">
-                            <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+                            <a href="#" class="dropdown-toggle [[user_visibility]]" data-toggle="dropdown">
                                 <i class="icon-wrench"></i>
                                 {{actions}}
                                 <b class="caret"></b>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]