diff --git a/ui/new/images/title_alerticon.gif b/ui/new/images/title_alerticon.gif
new file mode 100644
index 00000000000..6b1f7368d65
Binary files /dev/null and b/ui/new/images/title_alerticon.gif differ
diff --git a/ui/new/images/title_isoicon.gif b/ui/new/images/title_isoicon.gif
new file mode 100644
index 00000000000..8fed65bf823
Binary files /dev/null and b/ui/new/images/title_isoicon.gif differ
diff --git a/ui/new/images/title_snapshoticon.gif b/ui/new/images/title_snapshoticon.gif
new file mode 100644
index 00000000000..2c6736cb0a3
Binary files /dev/null and b/ui/new/images/title_snapshoticon.gif differ
diff --git a/ui/new/images/hosttitle_icons.gif b/ui/new/images/title_volumeicons.gif
similarity index 100%
rename from ui/new/images/hosttitle_icons.gif
rename to ui/new/images/title_volumeicons.gif
diff --git a/ui/new/jsp/iso.jsp b/ui/new/jsp/iso.jsp
index 01056df63a2..57f68875187 100644
--- a/ui/new/jsp/iso.jsp
+++ b/ui/new/jsp/iso.jsp
@@ -1,127 +1,127 @@
-
-
-<%@ page import="java.util.*" %>
-<%@ page import="com.cloud.utils.*" %>
-
-<%
-
- Locale browserLocale = request.getLocale();
- CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale);
-%>
-
-
-
-
-
ISO
-
-
-
-
-
-
- <%=t.t("Details")%>
-
-
-
-
-
-
-
-
- <%=t.t("Display.Text")%>:
-
-
-
-
-
-
- <%=t.t("Status")%>:
-
-
-
-
-
-
- <%=t.t("Bootable")%>:
-
-
-
-
-
-
- <%=t.t("Account")%>:
-
-
-
-
-
-
- <%=t.t("Created")%>:
-
-
-
-
-
-
-
+
+
+<%@ page import="java.util.*" %>
+<%@ page import="com.cloud.utils.*" %>
+
+<%
+
+ Locale browserLocale = request.getLocale();
+ CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale);
+%>
+
+
+
+
+
+

+
+
ISO
+
+
+
+
+
+
+ <%=t.t("Details")%>
+
+
+
+
+
+
+
+
+ <%=t.t("Display.Text")%>:
+
+
+
+
+
+
+ <%=t.t("Status")%>:
+
+
+
+
+
+
+ <%=t.t("Bootable")%>:
+
+
+
+
+
+
+ <%=t.t("Account")%>:
+
+
+
+
+
+
+ <%=t.t("Created")%>:
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ui/new/jsp/snapshot.jsp b/ui/new/jsp/snapshot.jsp
index b781f9354ad..107cdf24fde 100644
--- a/ui/new/jsp/snapshot.jsp
+++ b/ui/new/jsp/snapshot.jsp
@@ -1,104 +1,104 @@
-
-
-<%@ page import="java.util.*" %>
-<%@ page import="com.cloud.utils.*" %>
-
-<%
-
- Locale browserLocale = request.getLocale();
- CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale);
-%>
-
-
-
-
-
Snapshot
-
-
-
-
-
-
- <%=t.t("Details")%>
-
-
-
-
-
-
-
- <%=t.t("Volume")%>:
-
-
-
-
-
-
- <%=t.t("Interval.Type")%>:
-
-
-
-
-
-
- <%=t.t("Created")%>:
-
-
-
-
-
-
- <%=t.t("Account")%>:
-
-
-
-
-
-
- <%=t.t("Domain")%>:
-
-
-
-
-
+
+
+<%@ page import="java.util.*" %>
+<%@ page import="com.cloud.utils.*" %>
+
+<%
+
+ Locale browserLocale = request.getLocale();
+ CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale);
+%>
+
+
+
+
+
+

+
+
Snapshot
+
+
+
+
+
+
+ <%=t.t("Details")%>
+
+
+
+
+
+
+
+ <%=t.t("Volume")%>:
+
+
+
+
+
+
+ <%=t.t("Interval.Type")%>:
+
+
+
+
+
+
+ <%=t.t("Created")%>:
+
+
+
+
+
+
+ <%=t.t("Account")%>:
+
+
+
+
+
+
+ <%=t.t("Domain")%>:
+
+
+
+
+
\ No newline at end of file
diff --git a/ui/new/jsp/volume.jsp b/ui/new/jsp/volume.jsp
index eddace55988..224204c97e9 100644
--- a/ui/new/jsp/volume.jsp
+++ b/ui/new/jsp/volume.jsp
@@ -1,230 +1,230 @@
-
-
-<%@ page import="java.util.*" %>
-
-<%@ page import="com.cloud.utils.*" %>
-
-<%
-
- Locale browserLocale = request.getLocale();
- CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale);
-%>
-
-
-
-
- Volume
-
-
-
-
-
-
- <%=t.t("Details")%>
-
-
-
-
-
-
-
-
-
-
-
-
- <%=t.t("Instance.Name")%>:
-
-
-
-
-
-
- <%=t.t("Device.ID")%>:
-
-
-
-
-
-
-
-
- <%=t.t("Created")%>:
-
-
-
-
-
-
- <%=t.t("Storage")%>:
-
-
-
-
-
-
- <%=t.t("Account")%>:
-
-
-
-
-
-
-
-
-
-
- Please specify the following information before creating a template of your disk
- volume: . Creating a template could take up
- to several hours depending on the size of your disk volume.
-
-
+
+
+<%@ page import="java.util.*" %>
+
+<%@ page import="com.cloud.utils.*" %>
+
+<%
+
+ Locale browserLocale = request.getLocale();
+ CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale);
+%>
+
+
+
+
+

+
+
+ Volume
+
+
+
+
+
+
+ <%=t.t("Details")%>
+
+
+
+
+
+
+
+
+
+
+
+
+ <%=t.t("Instance.Name")%>:
+
+
+
+
+
+
+ <%=t.t("Device.ID")%>:
+
+
+
+
+
+
+
+
+ <%=t.t("Created")%>:
+
+
+
+
+
+
+ <%=t.t("Storage")%>:
+
+
+
+
+
+
+ <%=t.t("Account")%>:
+
+
+
+
+
+
+
+
+
+
+ Please specify the following information before creating a template of your disk
+ volume: . Creating a template could take up
+ to several hours depending on the size of your disk volume.
+
+