Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-tagcloud/src/webapp/editors/modules/tagcloud
In directory 
james.mmbase.org:/tmp/cvs-serv1588/portlets-tagcloud/src/webapp/editors/modules/tagcloud

Modified Files:
        list.jsp 
Log Message:
CMSC-1066 Worked on with implementing the tag cloud module


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-tagcloud/src/webapp/editors/modules/tagcloud
See also: http://www.mmbase.org/jira/browse/CMSC-1066


Index: list.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-tagcloud/src/webapp/editors/modules/tagcloud/list.jsp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- list.jsp    18 Sep 2008 11:21:21 -0000      1.2
+++ list.jsp    19 Sep 2008 08:31:46 -0000      1.3
@@ -49,7 +49,7 @@
                                        
document.getElementById('img_'+mergeTarget1).src = '../../gfx/icons/merge.png';
                                        mergeTarget1 = undefined;
                                }
-                               else if(confirm('<fmt:message 
key="tagdetail.merge.confirm" />')) {
+                               else if(confirm('<fmt:message 
key="tagcloud.merge.confirm" />')) {
                                        
document.getElementById('merge_orderBy').value = oldOrderBy;
                                        
document.getElementById('merge_direction').value = oldDirection;
                                        
document.getElementById('merge_target1').value = mergeTarget1;
@@ -102,8 +102,8 @@
                        <tr <c:if 
test="${status.count%2==1}">class="swap"</c:if>  
href="detail.jsp?number=${tag.number}">
                                <td width="40">
                                        <a 
href="javascript:merge('${tag.number}');"><img id="img_${tag.number}" 
src="../../gfx/icons/merge.png" width="16" height="16"
-                                         title="<fmt:message 
key="tagdetail.merge" />"
-                                         alt="<fmt:message 
key="tagdetail.merge" />"/></a>
+                                         title="<fmt:message 
key="tagcloud.merge" />"
+                                         alt="<fmt:message 
key="tagcloud.merge" />"/></a>
                                        <a 
href="?action=delete&number=${tag.number}&orderby=${param.orderby}&direction=${param.direction}"
 onclick="return confirm('<fmt:message key="tagcloud.delete.confirm" />')"><img 
src="../../gfx/icons/delete.png" width="16" height="16"
                                                          title="<fmt:message 
key="tagcloud.delete" />"
                                                          alt="<fmt:message 
key="tagcloud.delete" />"/></a>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to