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

Modified Files:
      Tag: b1_4
        stacked.jsp 
Log Message:
CMSC-924 - Put the publish button at the end, before preview.


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


Index: stacked.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/alias/src/webapp/editors/alias/stacked.jsp,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -b -r1.1.2.5 -r1.1.2.6
--- stacked.jsp 26 Jun 2008 11:11:58 -0000      1.1.2.5
+++ stacked.jsp 26 Jun 2008 11:18:49 -0000      1.1.2.6
@@ -77,14 +77,14 @@
                        <tr <mm:even inverse="true">class="swap"</mm:even>>
                                <td>
                                                <c:if test="${hasRights}">
-                                                       <c:if 
test="${hasWorkflow}">
-                                                       <a 
href="../workflow/publish.jsp?number=<mm:field name="number"/>">
-                                                                       <img 
src="../gfx/icons/publish.png" title="<fmt:message key="stacked.icon.publish" 
/>" alt="<fmt:message key="stacked.icon.publish" />"/></a>
-                                                       </c:if>
                                                <a 
href="AliasEdit.do?number=<mm:field 
name="number"/>&stacked=true&parentpage=${param.parent}">
                                           <img 
src="../gfx/icons/page_edit.png" alt="<fmt:message key="stacked.icon.edit" />" 
title="<fmt:message key="stacked.icon.edit" />" /></a>
                                                <a 
href="AliasDelete.do?number=<mm:field 
name="number"/>&stacked=true&parentpage=${param.parent}">
                                                                <img 
src="../gfx/icons/delete.png" title="<fmt:message key="stacked.icon.delete" />" 
alt="<fmt:message key="stacked.icon.delete" />"/></a>
+                     <c:if test="${hasWorkflow}">
+                           <a href="../workflow/publish.jsp?number=<mm:field 
name="number"/>">
+                           <img src="../gfx/icons/publish.png" 
title="<fmt:message key="stacked.icon.publish" />" alt="<fmt:message 
key="stacked.icon.publish" />"/></a>
+                     </c:if>
                                                </c:if>
                                                <c:if test="${!empty 
targetUrl}">
                                                <a href="${targetUrl}">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to