diff --git a/source/java/org/alfresco/web/bean/actions/BaseActionWizard.java b/source/java/org/alfresco/web/bean/actions/BaseActionWizard.java index 245d6772f9..8814cb6411 100644 --- a/source/java/org/alfresco/web/bean/actions/BaseActionWizard.java +++ b/source/java/org/alfresco/web/bean/actions/BaseActionWizard.java @@ -499,6 +499,12 @@ public abstract class BaseActionWizard extends BaseWizardBean label = mimeTypes.get(id); } + // if there is still no label use the raw mimetype + if (label == null) + { + label = id; + } + this.transformers.add(new SelectItem(id, label)); } @@ -551,6 +557,12 @@ public abstract class BaseActionWizard extends BaseWizardBean { label = mimeTypes.get(id); } + + // if there is still no label use the raw mimetype + if (label == null) + { + label = id; + } this.imageTransformers.add(new SelectItem(id, label)); } diff --git a/source/web/WEB-INF/wcm.tld b/source/web/WEB-INF/wcm.tld index a5ebc432f4..b9078af20d 100644 --- a/source/web/WEB-INF/wcm.tld +++ b/source/web/WEB-INF/wcm.tld @@ -355,8 +355,8 @@ linkValidationProgress org.alfresco.web.ui.wcm.tag.LinkValidationProgressTag - Link Validation Progress JSP + Link Validation Progress Monitors the progress of the current link validation check being executed. diff --git a/source/web/jsp/groups/new-group.jsp b/source/web/jsp/groups/new-group.jsp index 7dc9d59ad1..63ef00c722 100644 --- a/source/web/jsp/groups/new-group.jsp +++ b/source/web/jsp/groups/new-group.jsp @@ -58,7 +58,7 @@ { finishButtonPressed = false; - var message = (window.gecko) ? $("dialog:dialog-body:validation_invalid_character").textContent : $("dialog:dialog-body:validation_invalid_character").innerText; + var message = $("dialog:dialog-body:validation_invalid_character").textContent ? $("dialog:dialog-body:validation_invalid_character").textContent : $("dialog:dialog-body:validation_invalid_character").innerText; return validateName(document.getElementById("dialog:dialog-body:name"), message, true); diff --git a/source/web/jsp/login.jsp b/source/web/jsp/login.jsp index 89227df403..8d6314b1fc 100644 --- a/source/web/jsp/login.jsp +++ b/source/web/jsp/login.jsp @@ -79,16 +79,18 @@ session.setAttribute(LoginBean.LOGIN_NOPERMISSIONS, null); } %> - + <%-- load a bundle of properties I18N strings here --%> - + + + - +
- + @@ -165,7 +167,7 @@
@@ -97,30 +99,30 @@
- + - + - + - + - + - + - +
Alfresco
:
: <%-- input text field, with an example of a nested validator tag --%> - +
: @@ -131,7 +133,7 @@
@@ -143,13 +145,13 @@
<%-- messages tag to show messages not handled by other specific message tags --%> @@ -157,7 +159,7 @@
- +
- +