xlawrence 2005/11/30 17:27:36 CET
Modified files:
core/src/webapp/jsp/jahia/engines/updatefield updatefield.jsp
Log:
some cosmetic regarding the display of the "apply to all languages" checkbox
Revision Changes Path
1.15 +4 -4
jahia/core/src/webapp/jsp/jahia/engines/updatefield/updatefield.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/jsp/jahia/engines/updatefield/updatefield.jsp.diff?r1=1.14&r2=1.15&f=h
Index: updatefield.jsp
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/engines/updatefield/updatefield.jsp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- updatefield.jsp 28 Nov 2005 17:54:44 -0000 1.14
+++ updatefield.jsp 30 Nov 2005 16:27:36 -0000 1.15
@@ -138,9 +138,8 @@
<h4 class="<%=getIconClassName(theField.getType(),
false)%>"><jahia:engineResourceBundle
resourceName="org.jahia.engines.updatefiled.UpdateField_Engine.fieldName.label"/>:
<%=theField.getDefinition().getTitle(jParams.getContentPage().
- getDefinitionID(jParams.getEntryLoadRequest()),
jParams.getLocale())%></h4>
-
- <%=fieldForm%>
+ getDefinitionID(jParams.getEntryLoadRequest()),
jParams.getLocale())%>
+ </h4>
<%
boolean applyChangeToAllLang =
(request.getParameter("apply_change_to_all_lang_" + theField.getID()) != null);
if (theField instanceof JahiaAllowApplyChangeToAllLangField)
{ %>
@@ -150,9 +149,10 @@
<% if (theField.isShared()) { %>
disabled="disabled" checked="checked"
<% } else if (applyChangeToAllLang) {%>
- checked="checked"<% } %>
>: <jahia:engineResourceBundle
resourceName="org.jahia.applyToAllLanguages.label"/>
+ checked="checked"<% } %>
> <jahia:engineResourceBundle
resourceName="org.jahia.applyToAllLanguages.label"/>
<% } %>
<% } %>
+ <%=fieldForm%>
</div>
</div>
<div class="clearing"> </div>