You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/12/12 10:19:09 UTC

svn commit: r1644849 - in /isis/site/trunk/content: components/viewers/wicket/application-menu-layout.md documentation.md

Author: danhaywood
Date: Fri Dec 12 09:19:08 2014
New Revision: 1644849

URL: http://svn.apache.org/r1644849
Log:
application menu layout

Modified:
    isis/site/trunk/content/components/viewers/wicket/application-menu-layout.md
    isis/site/trunk/content/documentation.md

Modified: isis/site/trunk/content/components/viewers/wicket/application-menu-layout.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/wicket/application-menu-layout.md?rev=1644849&r1=1644848&r2=1644849&view=diff
==============================================================================
--- isis/site/trunk/content/components/viewers/wicket/application-menu-layout.md (original)
+++ isis/site/trunk/content/components/viewers/wicket/application-menu-layout.md Fri Dec 12 09:19:08 2014
@@ -17,7 +17,7 @@ Menus for domain services can be placed
 Within a single top-level menu (eg "Fixed Assets") there can be actions from multiple services.  The Wicket viewer
 automatically adds a divider between each:
 
-<img src="images/application-menu-layout-dividers.png" width="400"></img>
+<img src="images/application-menu-dividers.png" width="300"></img>
 
 In the example above the top-level menu combines the actions from the `Properties`, `Units` and `FixedAssetRegistrations`
 services.  The `Properties` service is annotated:
@@ -102,7 +102,7 @@ is not recommended).
 The tertiary menu bar consists of a single unnamed menu, rendered underneath the user's login, top right.  This is
 intended primarily for actions pertaining to the user themselves, eg their account, profile or settings:
 
-<img src="images/application-menu-layout-tertiary.png" width="400"></img>
+<img src="images/application-menu-tertiary.png" width="300"></img>
 
 Domain services' actions can be associated with the tertiary menu using the same `@DomainServiceLayout` annotation.  For
 example, the `updateEpochDate(...)` and `listAllSettings(...)` actions come from the following service:

Modified: isis/site/trunk/content/documentation.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/documentation.md?rev=1644849&r1=1644848&r2=1644849&view=diff
==============================================================================
--- isis/site/trunk/content/documentation.md (original)
+++ isis/site/trunk/content/documentation.md Fri Dec 12 09:19:08 2014
@@ -147,7 +147,7 @@ Layout
 
 * [Layout using annotations](components/viewers/wicket/static-layouts.html)
 * [Dynamic layouts](components/viewers/wicket/dynamic-layouts.html) <a href="components/viewers/wicket/dynamic-layouts.html#screencast"><img src="./images/tv_show-25.png"></a>
-* [Application menu layout](components/viewers/wicket/application-menu-layouts.html)
+* [Application menu layout](components/viewers/wicket/application-menu-layout.html)
 
 }