You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2010/04/06 14:39:15 UTC

svn commit: r931120 - /click/trunk/click/examples/webapp/macro.vm

Author: sabob
Date: Tue Apr  6 12:39:15 2010
New Revision: 931120

URL: http://svn.apache.org/viewvc?rev=931120&view=rev
Log:
render rootMenu id

Modified:
    click/trunk/click/examples/webapp/macro.vm

Modified: click/trunk/click/examples/webapp/macro.vm
URL: http://svn.apache.org/viewvc/click/trunk/click/examples/webapp/macro.vm?rev=931120&r1=931119&r2=931120&view=diff
==============================================================================
--- click/trunk/click/examples/webapp/macro.vm (original)
+++ click/trunk/click/examples/webapp/macro.vm Tue Apr  6 12:39:15 2010
@@ -24,8 +24,8 @@
 <table id="menuTable" border="0" width="100%" cellspacing="0" cellpadding="0" style="margin-top: 2px;">
  <tr>
   <td>
- <div class="menustyle" id="menu">
-  <ul class="menubar" id="dmenu">
+ <div class="menustyle" id="$rootMenu.id">
+  <ul class="menubar">
     #foreach ($topMenu in $rootMenu.children)
       #if ($topMenu.children.empty)
         <li class="topitem">$topMenu</li>