Update of
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community
In directory
james.mmbase.org:/tmp/cvs-serv9863/community/src/webapp/editors/community
Modified Files:
preferenceadd.jsp
Log Message:
CMSC-944 - Little layout improvements 3.
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: preferenceadd.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/preferenceadd.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- preferenceadd.jsp 10 Jun 2008 11:55:03 -0000 1.1
+++ preferenceadd.jsp 11 Jun 2008 10:13:30 -0000 1.2
@@ -1,15 +1,14 @@
-<[EMAIL PROTECTED] language="java" contentType="text/html;charset=utf-8"%>
-<[EMAIL PROTECTED] file="globals.jsp" %>
+<[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,
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">
<html:html xhtml="true">
<cmscedit:head title="community.preference.title">
-<c:url var="actionUrl" value="/editors/community/PreferenceAction.do"/>
-<script type="text/javascript">
+ <c:url var="actionUrl" value="/editors/community/PreferenceAction.do"/>
+ <script type="text/javascript">
function add() {
document.forms[0].submit();
}
@@ -17,7 +16,7 @@
document.forms[0].method.value = "init";
document.forms[0].submit();
}
-</script>
+ </script>
</cmscedit:head>
<body>
<mm:cloud jspvar="cloud" loginpage="../../editors/login.jsp">
@@ -43,30 +42,29 @@
<html:hidden property="offset" value="0"/>
<table border="0">
<tr>
- <td style="width: 150px"><fmt:message key="community.preference.user"
/></td>
+ <td style="width: 80px"><fmt:message key="community.preference.user"
/></td>
<td><html:select property="userId">
<html:options name="users" />
</html:select>
</td>
</tr>
<tr>
- <td style="width: 150px"><fmt:message key="community.preference.module"
/></td>
+ <td><fmt:message key="community.preference.module" /></td>
<td><html:text style="width: 250px" property="module"/></td>
</tr>
<tr>
- <td style="width: 150px"><fmt:message key="community.preference.key"
/></td>
+ <td><fmt:message key="community.preference.key" /></td>
<td><html:text style="width: 250px" property="key"/></td>
</tr>
<tr>
- <td style="width: 150px"><fmt:message key="community.preference.value"
/></td>
+ <td><fmt:message key="community.preference.value" /></td>
<td><html:text style="width: 250px" property="value"/></td>
</tr>
<tr>
- <td style="width: 150px"></td>
+ <td> </td>
<td>
-
<input type="submit" name="submitButton" onclick="add();"
- value="<fmt:message key="view.group.submit"
/>"/><c:forEach var="space" begin="1" end="15" step="1"> </c:forEach>
+ value="<fmt:message key="view.group.submit" />"/><c:forEach
var="space" begin="1" end="10" step="1"> </c:forEach>
<input type="submit" name="submitButton"
onclick="cancel();"
value="<fmt:message key="view.group.cancel" />"/>
</td>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs