Update of
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository
In directory
james.mmbase.org:/tmp/cvs-serv7530/cmsc/contentrepository/src/webapp/editors/repository
Modified Files:
Tag: b1_6
content.jsp
Log Message:
CMSC-658 Alignement of text and menu
IE still is not yet working nicely, but it works better in other browsers
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository
See also: http://www.mmbase.org/jira/browse/CMSC-658
Index: content.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/content.jsp,v
retrieving revision 1.45.2.2
retrieving revision 1.45.2.3
diff -u -b -r1.45.2.2 -r1.45.2.3
--- content.jsp 8 Apr 2009 03:55:07 -0000 1.45.2.2
+++ content.jsp 27 Apr 2009 15:01:13 -0000 1.45.2.3
@@ -22,14 +22,15 @@
<% UserRole role = RepositoryUtil.getRole(cloud, parentchannelnode, false); %>
<% if (role != null && SecurityUtil.isWriter(role)) { %>
<ul class="shortcuts">
- <li class="new" style="text-decoration: none;"><fmt:message
key="content.new"/>
- <form name="initForm" action="../WizardInitAction.do" method="post"
style="display:inline;text-decoration:none">
+ <li class="new">
+ <form name="initForm" action="../WizardInitAction.do" method="post">
<input type="hidden" name="action" value="create"/>
<input type="hidden" name="creation" value="<mm:write
referid="parentchannel" />"/>
<input type="hidden" name="returnurl" value="<%= returnurl %>"/>
<input type="hidden" name="order" value="${orderby}" />
<input type="hidden" name="direction" value="${direction}"/>
<input type="hidden" name="offset" value="${param.offset}"/>
+ <fmt:message key="content.new"/>
<select name="contenttype">
<c:forEach var="type" items="${typesList}">
<option value="${type.value}">${type.label}</option>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs