Update of 
/var/cvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/war/src/webapp/WEB-INF/templates/view/demo/news
In directory 
james.mmbase.org:/tmp/cvs-serv27246/demo.cmscontainer.org/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/demo.cmscontainer.org/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/demo.cmscontainer.org/war/src/webapp/WEB-INF/templates/view/demo/news/detail_view.jsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- detail_view.jsp     26 Oct 2007 14:09:16 -0000      1.3
+++ detail_view.jsp     17 Feb 2009 06:18:22 -0000      1.4
@@ -96,7 +96,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/demo.cmscontainer.org/war/src/webapp/WEB-INF/templates/view/demo/news/detail_view_simple.jsp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- detail_view_simple.jsp      26 Oct 2007 14:09:16 -0000      1.2
+++ detail_view_simple.jsp      17 Feb 2009 06:18:22 -0000      1.3
@@ -92,7 +92,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