Update of
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community
In directory
james.mmbase.org:/tmp/cvs-serv9700/community/src/webapp/editors/community
Modified Files:
user.jsp preferencesearch.jsp preferenceform.jsp
Log Message:
CMSC-944 - Little layout improvements 2.
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community
See also: http://www.mmbase.org/jira/browse/CMSC-944
Index: user.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/user.jsp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- user.jsp 31 Mar 2008 19:49:02 -0000 1.4
+++ user.jsp 11 Jun 2008 10:07:36 -0000 1.5
@@ -4,8 +4,7 @@
<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="view.title">
-</cmscedit:head>
+<cmscedit:head title="view.title"/>
<body style="overflow: auto">
<cmscedit:contentblock title="view.title" titleClass="content_block_pink">
<mm:cloud loginpage="../login.jsp" rank='administrator'>
Index: preferencesearch.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/preferencesearch.jsp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- preferencesearch.jsp 11 Jun 2008 03:11:41 -0000 1.2
+++ preferencesearch.jsp 11 Jun 2008 10:07:36 -0000 1.3
@@ -1,8 +1,6 @@
-<[EMAIL PROTECTED] language="java" contentType="text/html;charset=utf-8"%>
-<[EMAIL PROTECTED] file="globals.jsp" %>
-
-<fmt:setBundle basename="cmsc-community" scope="request" />
-<[EMAIL PROTECTED] import="java.util.Iterator,
+<[EMAIL PROTECTED] language="java" contentType="text/html;charset=utf-8"
+%><[EMAIL PROTECTED] file="globals.jsp"
+%><[EMAIL PROTECTED] import="java.util.Iterator,
com.finalist.cmsc.mmbase.PropertiesUtil"%>
<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">
Index: preferenceform.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/preferenceform.jsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- preferenceform.jsp 11 Jun 2008 08:42:17 -0000 1.3
+++ preferenceform.jsp 11 Jun 2008 10:07:36 -0000 1.4
@@ -1,10 +1,12 @@
<table border="0">
<mm:hasrank minvalue="administrator">
<tr>
- <td style="width: 80px"></td>
- <td><img src="../gfx/icons/new.png" title="<fmt:message
key="community.preference.add" />"/><fmt:message key="community.preference.new"
/>
- <input type="submit" name="createButton" onclick="create()"
- value="<fmt:message key="community.preference.create" />"/></td>
+ <td style="width: 80px">
+ <ul class="shortcuts">
+ <li class="new"><a href="#" onclick="create()"><fmt:message
key="community.preference.new" /></a></li>
+ </ul>
+ </td>
+ <td></td>
</tr>
</mm:hasrank>
<tr>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs