Author: andre
Date: 2010-01-11 09:50:45 +0100 (Mon, 11 Jan 2010)
New Revision: 40448
Modified:
openimages/trunk/src/main/webapp/media.jspx
openimages/trunk/src/main/webapp/mmbase/components/oip/user-create.jspx
openimages/trunk/src/main/webapp/register.jspx
openimages/trunk/src/main/webapp/style/css/specific-styles.css
openimages/trunk/src/main/webapp/style/js/main.js.jsp
Log:
block name
Modified: openimages/trunk/src/main/webapp/media.jspx
===================================================================
--- openimages/trunk/src/main/webapp/media.jspx 2010-01-11 08:29:23 UTC (rev
40447)
+++ openimages/trunk/src/main/webapp/media.jspx 2010-01-11 08:50:45 UTC (rev
40448)
@@ -118,7 +118,7 @@
<!-- sorting -->
<mm:import externid="sf" />
- <c:if test="${empty q and empty sf}"><mm:import id="sf"
reset="true">date</mm:import></c:if>
+ <c:if test="${empty q and empty sf}"><mm:import id="sf"
reset="true">created</mm:import></c:if>
<mm:import externid="so">down</mm:import>
<c:if test="${!empty sf}">
<mm:import id="sortfields"> ${so eq 'down' ? 'REVERSE:' : ''}${sf}
</mm:import>
Modified:
openimages/trunk/src/main/webapp/mmbase/components/oip/user-create.jspx
===================================================================
--- openimages/trunk/src/main/webapp/mmbase/components/oip/user-create.jspx
2010-01-11 08:29:23 UTC (rev 40447)
+++ openimages/trunk/src/main/webapp/mmbase/components/oip/user-create.jspx
2010-01-11 08:50:45 UTC (rev 40448)
@@ -10,7 +10,7 @@
<jsp:directive.page import="org.mmbase.util.*,java.util.concurrent.*" />
<mm:cloud method="delegate" authenticate="class" id="cloud">
<div
- class="mm_c c_oip b_createuser ${requestScope.className}"
+ class="mm_c c_oip b_user-create ${requestScope.className}"
id="${requestScope['org.mmbase.componentId']}">
<script type="text/javascript">
@@ -21,7 +21,7 @@
document.getElementById('submit_registration').disabled =
this.invalidElements != 0;
}
validator.setup(document.getElementById("${requestScope['org.mmbase.componentId']}"));
- Widgets.prototype.labelsToInputs(".c_oip.b_createuser label",
{emptyisuntouched: true});
+ Widgets.prototype.labelsToInputs(".c_oip.b_user-create label",
{emptyisuntouched: true});
</script>
<mm:import externid="submit_registration" />
Modified: openimages/trunk/src/main/webapp/register.jspx
===================================================================
--- openimages/trunk/src/main/webapp/register.jspx 2010-01-11 08:29:23 UTC
(rev 40447)
+++ openimages/trunk/src/main/webapp/register.jspx 2010-01-11 08:50:45 UTC
(rev 40448)
@@ -8,7 +8,7 @@
xmlns:oip="urn:jsptagdir:/WEB-INF/tags/oip">
<oip:html cacheable="false" styleClass="createuser">
<jsp:attribute name="head">
- <mm:component name="oip" block="createuser" render="head" />
+ <mm:component name="oip" block="user-create" render="head" />
</jsp:attribute>
<jsp:attribute name="body">
@@ -31,7 +31,7 @@
</mm:relatednodes>
</mm:relatednodescontainer>
- <mm:component name="oip" block="createuser" />
+ <mm:component name="oip" block="user-create" />
</div>
<div class="right-column">
Modified: openimages/trunk/src/main/webapp/style/css/specific-styles.css
===================================================================
--- openimages/trunk/src/main/webapp/style/css/specific-styles.css
2010-01-11 08:29:23 UTC (rev 40447)
+++ openimages/trunk/src/main/webapp/style/css/specific-styles.css
2010-01-11 08:50:45 UTC (rev 40448)
@@ -635,7 +635,7 @@
select.mm_datetime_minute { width: auto; }
.contact form.notsubmitted div.mm_check_error,
-.createuser form.notsubmitted div.mm_check_error,
+.user-create form.notsubmitted div.mm_check_error,
.reset-password form.notsubmitted div.mm_check_error {
color: #666;
display: none;
@@ -655,7 +655,7 @@
div.legaltext a:link, div.legaltext a:visited { color: #666; }
.contact form.notsubmitted div.mm_check_updated,
-.createuser form.notsubmitted div.mm_check_updated,
+.user-create form.notsubmitted div.mm_check_updated,
.reset-password form.notsubmitted div.mm_check_updated {
display: block;
}
Modified: openimages/trunk/src/main/webapp/style/js/main.js.jsp
===================================================================
--- openimages/trunk/src/main/webapp/style/js/main.js.jsp 2010-01-11
08:29:23 UTC (rev 40447)
+++ openimages/trunk/src/main/webapp/style/js/main.js.jsp 2010-01-11
08:50:45 UTC (rev 40448)
@@ -36,7 +36,7 @@
function initClearMsg() {
if ($('body.contact').length == 0 &&
- $('body.createuser').length == 0 &&
+ $('body.user-create').length == 0 &&
$('body.reset-password').length == 0) {
setTimeout("clearMsg();", 10000);
}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs