diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties
index fe1323130a3..a3464a1ff88 100644
--- a/client/WEB-INF/classes/resources/messages.properties
+++ b/client/WEB-INF/classes/resources/messages.properties
@@ -218,6 +218,13 @@ label.no.thanks=No Thanks
label.gateway=Gateway
label.netmask=Netmask
label.no.isos=No available ISOs
+label.bootable=Bootable
+label.featured=Featured
+label.cross.zones=Cross Zones
+label.add.iso=Add ISO
+label.url=URL
+label.disk.offering=Disk Offering
+label.generating.url=Generating URL
label.lang.english=English
@@ -320,7 +327,7 @@ message.detach.iso.confirm=Please confirm that you want to detach the ISO from t
message.attach.iso.confirm=Please confirm that you want to attach the ISO to the virtual instance
message.change.offering.confirm=Please confirm that you wish to change the service offering of your virtual instance.
message.volume.create.template.confirm=Please confirm you wish to create a template for this disk volume. Creation of the template can range from several minutes to longer depending on the size of the volume.
-
+message.copy.iso.confirm=Please confirm you wish to copy your ISO to
#Errors
error.login=Your username/password does not match our records.
diff --git a/ui/jsp/iso.jsp b/ui/jsp/iso.jsp
index 51a19ce0ae9..0aad75117af 100644
--- a/ui/jsp/iso.jsp
+++ b/ui/jsp/iso.jsp
@@ -1,12 +1,9 @@
-<%@ page import="java.util.*" %>
-
-<%@ page import="com.cloud.utils.*" %>
-
-<%
- Locale browserLocale = request.getLocale();
- CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale);
-%>
-
+<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
+
Actions
+- Detaching Disk …
+