You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2005/01/05 23:53:19 UTC

svn commit: r124292 - /lenya/trunk/src/webapp/lenya/pubs/blog/sitemap.xmap /lenya/trunk/src/webapp/lenya/pubs/default/publication-sitemap.xmap

Author: michi
Date: Wed Jan  5 14:53:17 2005
New Revision: 124292

URL: http://svn.apache.org/viewcvs?view=rev&rev=124292
Log:
XUL menus enabled
Modified:
   lenya/trunk/src/webapp/lenya/pubs/blog/sitemap.xmap
   lenya/trunk/src/webapp/lenya/pubs/default/publication-sitemap.xmap

Modified: lenya/trunk/src/webapp/lenya/pubs/blog/sitemap.xmap
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/blog/sitemap.xmap?view=diff&rev=124292&p1=lenya/trunk/src/webapp/lenya/pubs/blog/sitemap.xmap&r1=124291&p2=lenya/trunk/src/webapp/lenya/pubs/blog/sitemap.xmap&r2=124292
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/blog/sitemap.xmap	(original)
+++ lenya/trunk/src/webapp/lenya/pubs/blog/sitemap.xmap	Wed Jan  5 14:53:17 2005
@@ -263,7 +263,7 @@
         </map:transform>
 
         <map:select type="browser">
-          <map:when test="mozilla5DISABLED">
+          <map:when test="mozilla5">
             <map:transform src="cocoon://lenya-page/{page-envelope:publication-id}/{1}/feed.xml?uiml=xul"/>
             <map:serialize type="xml" mime-type="application/vnd.mozilla.xul+xml"/>
           </map:when>

Modified: lenya/trunk/src/webapp/lenya/pubs/default/publication-sitemap.xmap
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/default/publication-sitemap.xmap?view=diff&rev=124292&p1=lenya/trunk/src/webapp/lenya/pubs/default/publication-sitemap.xmap&r1=124291&p2=lenya/trunk/src/webapp/lenya/pubs/default/publication-sitemap.xmap&r2=124292
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/publication-sitemap.xmap	(original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/publication-sitemap.xmap	Wed Jan  5 14:53:17 2005
@@ -164,7 +164,7 @@
           <map:generate src="cocoon:/lenyabody-view/{page-envelope:publication-id}/{page-envelope:area}/{page-envelope:document-type}{page-envelope:document-url}"/>
 
           <map:select type="browser">
-            <map:when test="mozilla5DISABLED">
+            <map:when test="mozilla5">
               <map:match pattern="authoring/**.html">
                 <map:transform src="cocoon://lenya-page/{page-envelope:publication-id}/{../../1}/{../../2}.xml?doctype={page-envelope:document-type}&amp;uiml=xul"/>
               </map:match>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org