Update of 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository
In directory 
james.mmbase.org:/tmp/cvs-serv7487/cmsc/contentrepository/src/webapp/editors/repository

Modified Files:
        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.49
retrieving revision 1.50
diff -u -b -r1.49 -r1.50
--- content.jsp 8 Apr 2009 03:39:00 -0000       1.49
+++ content.jsp 27 Apr 2009 15:01:06 -0000      1.50
@@ -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

Reply via email to