default the menu to top in 1.9, still a pref
[freeside.git] / httemplate / elements / header.html
index 5362b0b..0a939aa 100644 (file)
             <tr>
               <td align=right BGCOLOR="#ffffff">
                 <FONT SIZE="-2">
-                 <% include('/elements/popup_link.html',
-                              'action'      => $fsurl.'docs/about.html',
-                              'label'       => 'Freeside',
-                              'actionlabel' => 'About',
-                              'width'       => 300,
-                              'height'      => 360,
-                              'color'       => '#7e0079',
-                              'scrolling'   => 'no',
-                           )
+                  <% include('/elements/popup_link.html',
+                               'action'      => $fsurl.'docs/about.html',
+                               'label'       => 'Freeside',
+                               'actionlabel' => 'About',
+                               'width'       => 300,
+                               'height'      => 360,
+                               'color'       => '#7e0079',
+                               'scrolling'   => 'no',
+                            )
                  %>&nbsp;v<% $FS::VERSION %><BR>
                  <A HREF="<% $conf->config('support-key') ? "http://www.freeside.biz/mediawiki/index.php/Supported:Documentation" : "http://www.freeside.biz/mediawiki/index.php/Freeside:1.9:Documentation" %>" TARGET="_blank">Documentation</A><BR>
                 </FONT>
@@ -269,6 +269,6 @@ my $head = @_ ? shift : ''; #$head is for things that go in the <HEAD> section
 my $conf = new FS::Conf;
 
 my $menu_position = $FS::CurrentUser::CurrentUser->option('menu_position')
-                    || 'left';
+                    || 'top'; #new default for 1.9
 
 </%init>