Update of
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository
In directory
james.mmbase.org:/tmp/cvs-serv7580/cmsc/contentrepository/src/webapp/editors/repository
Modified Files:
Tag: b1_5
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.36.2.1
retrieving revision 1.36.2.2
diff -u -b -r1.36.2.1 -r1.36.2.2
--- content.jsp 28 Oct 2008 13:22:21 -0000 1.36.2.1
+++ content.jsp 27 Apr 2009 15:01:34 -0000 1.36.2.2
@@ -54,7 +54,7 @@
</p>
<% if (role != null && SecurityUtil.isWriter(role)) { %>
<ul class="shortcuts">
- <li class="new" style="text-decoration: none;"><fmt:message
key="content.new"/>
+ <li class="new">
<form action="../WizardInitAction.do" method="post"
style="display:inline;text-decoration:none">
<input type="hidden" name="action" value="create"/>
<input type="hidden" name="creation" value="<mm:write
referid="parentchannel" />"/>
@@ -62,6 +62,7 @@
<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