Update of 
/var/cvs/contributions/CMSContainer_Modules/alias/src/webapp/editors/alias
In directory james.mmbase.org:/tmp/cvs-serv27617/alias/src/webapp/editors/alias

Modified Files:
        stacked.jsp 
Log Message:
CMSC-1198 - New aliases does not refresh site tree when in aliases are stacked


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/alias/src/webapp/editors/alias
See also: http://www.mmbase.org/jira/browse/CMSC-1198


Index: stacked.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/alias/src/webapp/editors/alias/stacked.jsp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- stacked.jsp 3 Nov 2008 10:51:18 -0000       1.9
+++ stacked.jsp 22 Dec 2008 17:10:27 -0000      1.10
@@ -1,15 +1,15 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <%...@page language="java" contentType="text/html;charset=utf-8"%>
 <%...@page import="com.finalist.cmsc.navigation.*" %>
 <%...@include file="globals.jsp" %>
 <mm:content type="text/html" encoding="UTF-8" expires="0">
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html:html xhtml="true">
 <cmscedit:head title="stacked.title">
       <script src="content.js" type="text/javascript"></script>
       <script src="search.js" type="text/javascript"></script>
     <c:if test="${not empty requestScope.refreshChannels}">
-        <script>
-        refreshFrame('channels');
+      <script type="text/javascript">
+         refreshFrame('pages');
         </script>
     </c:if>
 </cmscedit:head>
@@ -50,7 +50,7 @@
                          <table>
                            <thead>
                               <tr>
-                                 <th width="76px"></th>
+                                 <th width="76"></th>
                                  <th><a 
href="?parent=${param.parent}&orderby=title&orderdir=${(orderby == 'title' && 
orderdir == 'up')?'down':'up'}"><fmt:message key="stacked.header.title" 
/></a></th>
                                  <th><a 
href="?parent=${param.parent}&orderby=urlfragment&orderdir=${(orderby == 
'urlfragment' && orderdir == 'up')?'down':'up'}" class="headerlink" 
onclick="orderBy('urlfragment');" ><fmt:message 
key="stacked.header.urlfragment" /></a></th>
                                  <th><fmt:message 
key="stacked.header.target"/></th>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to