New building 'advanced research lab' added, floor-list added to buildings, menu XML...
[shipsimu.git] / application / ship-simu / templates / de / menu / base_menu.xml
index b859ba1660be25a9a59de1d6c5196a9bb6b24b4c..90fcaf5c59d11e8dbb65d35ee535e6ab69de3234 100644 (file)
@@ -22,17 +22,21 @@ You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>
 //-->
 <menu>
-       <header>
-               <title class="{!menu_title_class?}">
-                       {?menu_title?}
-               </title>
-       </header>
-       <entries-content>
-               {?menu_entries?}
-       </entries-content>
-       <footer id="{!footer_id?}">
-               <text class="{?footer_design_class?}">
-                       {?menu_footer?}
-               </text>
-       </footer>
+       <block-list>
+               <block>
+                       <header>
+                               <title class="{!menu_title_class?}">
+                                       {?menu_title?}
+                               </title>
+                       </header>
+                       <entries-content>
+                               {?menu_entry-list?}
+                       </entries-content>
+                       <footer id="{!footer_id?}">
+                               <text class="{?footer_design_class?}">
+                                       {?menu_footer?}
+                               </text>
+                       </footer>
+               </block>
+       </block-list>
 </menu>