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" %> + + + + @@ -14,7 +11,7 @@

- ISO +

@@ -24,7 +21,7 @@
- <%=t.t("Details")%>
+
Title
-
- <%=t.t("ID")%>:
+ :
@@ -67,7 +64,7 @@
- <%=t.t("Zone")%>:
+ :
@@ -77,7 +74,7 @@
- <%=t.t("Name")%>:
+ :
@@ -89,7 +86,7 @@
- <%=t.t("Display.Text")%>:
+ :
@@ -101,7 +98,7 @@
- <%=t.t("Status")%>:
+ :
@@ -111,7 +108,7 @@
- <%=t.t("Size")%>:
+ :
@@ -121,7 +118,7 @@
- <%=t.t("Bootable")%>:
+ :
@@ -131,14 +128,14 @@
- <%=t.t("Public")%>:
+ :
@@ -146,14 +143,14 @@
- <%=t.t("Featured")%>:
+ :
@@ -161,7 +158,7 @@
- <%=t.t("crossZones")%>:
+ :
@@ -171,7 +168,7 @@
- <%=t.t("OS.Type")%>:
+ :
@@ -183,7 +180,7 @@
- <%=t.t("Account")%>:
+ :
@@ -193,7 +190,7 @@
- <%=t.t("Domain")%>:
+ :
@@ -203,7 +200,7 @@
- <%=t.t("Created")%>:
+ :
@@ -212,8 +209,8 @@
- - + +
@@ -227,7 +224,7 @@
Add ISO
@@ -240,50 +237,50 @@
  1. - +
  2. - +
  3. - +
  4. - +
  5. - +
  6. - +
  7. @@ -296,13 +293,13 @@