Update of 
/var/cvs/contributions/CMSContainer_Demo/m2archetype/war-livestaging-archetype/src/main/resources/archetype-resources/war/src/webapp/WEB-INF/templates/view/demo/news
In directory 
james.mmbase.org:/tmp/cvs-serv27246/m2archetype/war-livestaging-archetype/src/main/resources/archetype-resources/war/src/webapp/WEB-INF/templates/view/demo/news

Modified Files:
        detail_view.jsp detail_view_simple.jsp 
Log Message:
CMSC-1275  Assets: URLs has both name and title


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Demo/m2archetype/war-livestaging-archetype/src/main/resources/archetype-resources/war/src/webapp/WEB-INF/templates/view/demo/news
See also: http://www.mmbase.org/jira/browse/CMSC-1275


Index: detail_view.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Demo/m2archetype/war-livestaging-archetype/src/main/resources/archetype-resources/war/src/webapp/WEB-INF/templates/view/demo/news/detail_view.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- detail_view.jsp     13 Feb 2009 10:02:58 -0000      1.1
+++ detail_view.jsp     17 Feb 2009 06:18:22 -0000      1.2
@@ -97,7 +97,7 @@
               href="<mm:field name="url" escape="text/html/attribute" />" 
               title="<mm:field name="description" escape="text/html/attribute" 
/>"
               target="_blank"
-            ><mm:field name="name" escape="text/xml" /></a>
+            ><mm:field name="title" escape="text/xml" /></a>
           </li>
           
         <mm:last></ul></mm:last>          


Index: detail_view_simple.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Demo/m2archetype/war-livestaging-archetype/src/main/resources/archetype-resources/war/src/webapp/WEB-INF/templates/view/demo/news/detail_view_simple.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- detail_view_simple.jsp      13 Feb 2009 10:02:58 -0000      1.1
+++ detail_view_simple.jsp      17 Feb 2009 06:18:22 -0000      1.2
@@ -93,7 +93,7 @@
               href="<mm:field name="url" escape="text/html/attribute" />" 
               title="<mm:field name="description" escape="text/html/attribute" 
/>"
               target="_blank"
-            ><mm:field name="name" escape="text/xml" /></a>
+            ><mm:field name="title" escape="text/xml" /></a>
           </li>
           
         <mm:last></ul></mm:last>          
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to