From 2339ee8c3427ee0cab3c5c3e4dc9272fd41d5e91 Mon Sep 17 00:00:00 2001
From: cfoe <cfoe@ispconfig3>
Date: Wed, 05 Sep 2012 08:23:34 -0400
Subject: [PATCH] changed link from default to default_304

---
 interface/web/themes/default_64_navimg/css/additional.css     |   24 ++++++++++++------------
 interface/web/themes/default_no_navimg/templates/main.tpl.htm |   10 +++++-----
 interface/web/themes/default_combobox/templates/main.tpl.htm  |   10 +++++-----
 interface/web/themes/default_64_navimg/templates/main.tpl.htm |   10 +++++-----
 4 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/interface/web/themes/default_64_navimg/css/additional.css b/interface/web/themes/default_64_navimg/css/additional.css
index 48fc351..c064817 100644
--- a/interface/web/themes/default_64_navimg/css/additional.css
+++ b/interface/web/themes/default_64_navimg/css/additional.css
@@ -14,51 +14,51 @@
 	}
 
 	.topnav-admin {
-		background-image: url('/themes/default/icons/x64/system.png') !important;
+		background-image: url('/themes/default_304/icons/x64/system.png') !important;
 	}
 
 	.topnav-client {
-		background-image: url('/themes/default/icons/x64/client.png') !important;
+		background-image: url('/themes/default_304/icons/x64/client.png') !important;
 	}
 
 	.topnav-mail {
-		background-image: url('/themes/default/icons/x64/email.png') !important;
+		background-image: url('/themes/default_304/icons/x64/email.png') !important;
 	}
 
 	.topnav-monitor {
-		background-image: url('/themes/default/icons/x64/monitor.png') !important;
+		background-image: url('/themes/default_304/icons/x64/monitor.png') !important;
 	}
 
 	.topnav-sites {
-		background-image: url('/themes/default/icons/x64/sites.png') !important;
+		background-image: url('/themes/default_304/icons/x64/sites.png') !important;
 	}
 
 	.topnav-dns {
-		background-image: url('/themes/default/icons/x64/dns.png') !important;
+		background-image: url('/themes/default_304/icons/x64/dns.png') !important;
 	}
 
 	.topnav-tools {
-		background-image: url('/themes/default/icons/x64/tools.png') !important;
+		background-image: url('/themes/default_304/icons/x64/tools.png') !important;
 	}
 
 	.topnav-help {
-		background-image: url('/themes/default/icons/x64/help.png') !important;
+		background-image: url('/themes/default_304/icons/x64/help.png') !important;
 	}
 
 	.topnav- {
-		background-image: url('/themes/default/icons/x64/login.png') !important;
+		background-image: url('/themes/default_304/icons/x64/login.png') !important;
 	}
 
 	.topnav-domain {
-		background-image: url('/themes/default/icons/x64/domain.png') !important;
+		background-image: url('/themes/default_304/icons/x64/domain.png') !important;
 	}
 
 	.topnav-dashboard {
-		background-image: url('/themes/default/icons/x64/dashboard.png') !important;
+		background-image: url('/themes/default_304/icons/x64/dashboard.png') !important;
 	}
 	
 	.topnav-vm {
-		background-image: url("/themes/default/icons/x64/drawer.png") !important;
+		background-image: url("/themes/default_304/icons/x64/drawer.png") !important;
 	}
 
 }
\ No newline at end of file
diff --git a/interface/web/themes/default_64_navimg/templates/main.tpl.htm b/interface/web/themes/default_64_navimg/templates/main.tpl.htm
index d2b9a0d..ce013cf 100644
--- a/interface/web/themes/default_64_navimg/templates/main.tpl.htm
+++ b/interface/web/themes/default_64_navimg/templates/main.tpl.htm
@@ -5,10 +5,10 @@
     <title><tmpl_var name="app_title"> <tmpl_var name="app_version"></title>
     <meta http-equiv="Content-Type" content="text/html; charset=<tmpl_var name="html_content_encoding">"/>
 	<meta http-equiv="X-UA-Compatible" content="IE=8"/>
-    <link href="themes/default/css/central.css" rel="stylesheet" type="text/css"/>
+    <link href="themes/default_304/css/central.css" rel="stylesheet" type="text/css"/>
     <link href="themes/default_64_navimg/css/additional.css" rel="stylesheet" type="text/css"/>
     <!--[if lte IE 7]>
-	    <link href="themes/default/css/patches/central.css" rel="stylesheet" type="text/css" />
+	    <link href="themes/default_304/css/patches/central.css" rel="stylesheet" type="text/css" />
     <![endif]-->
     <!--[if lte ie 6]>
       <style type="text/css" media="screen">
@@ -54,9 +54,9 @@
         .uniForm .blockLabels .inlineLabel input{ margin-top: -.3em; }
       </style>
     <![endif]-->
-	<link href="themes/default/css/screen/redmond/jquery-ui-1.8.16.custom.css" rel="stylesheet" type="text/css"/>
-	<link href="themes/default/css/screen/jquery-ui-custom.css" rel="stylesheet" type="text/css"/>
-    <link rel="shortcut icon" href="/themes/default/images/favicon.ico" />
+	<link href="themes/default_304/css/screen/redmond/jquery-ui-1.8.16.custom.css" rel="stylesheet" type="text/css"/>
+	<link href="themes/default_304/css/screen/jquery-ui-custom.css" rel="stylesheet" type="text/css"/>
+    <link rel="shortcut icon" href="/themes/default_304/images/favicon.ico" />
     <script type="text/javascript" src="js/jquery-1.6.3.min.js"></script>
 	<script type="text/javascript" src="js/jquery-ui-1.8.16.custom.min.js"></script>
     <script type="text/javascript" src="js/scrigo.js.php"></script>
diff --git a/interface/web/themes/default_combobox/templates/main.tpl.htm b/interface/web/themes/default_combobox/templates/main.tpl.htm
index cff8229..adf832c 100644
--- a/interface/web/themes/default_combobox/templates/main.tpl.htm
+++ b/interface/web/themes/default_combobox/templates/main.tpl.htm
@@ -5,9 +5,9 @@
     <title><tmpl_var name="app_title"> <tmpl_var name="app_version"></title>
     <meta http-equiv="Content-Type" content="text/html; charset=<tmpl_var name="html_content_encoding">"/>
 	<meta http-equiv="X-UA-Compatible" content="IE=8"/>
-    <link href="themes/default/css/central.css" rel="stylesheet" type="text/css"/>
+    <link href="themes/default_304/css/central.css" rel="stylesheet" type="text/css"/>
     <!--[if lte IE 7]>
-	    <link href="themes/default/css/patches/central.css" rel="stylesheet" type="text/css" />
+	    <link href="themes/default_304/css/patches/central.css" rel="stylesheet" type="text/css" />
     <![endif]-->
     <!--[if lte ie 6]>
       <style type="text/css" media="screen">
@@ -53,10 +53,10 @@
         .uniForm .blockLabels .inlineLabel input{ margin-top: -.3em; }
       </style>
     <![endif]-->
-	<link href="themes/default/css/screen/redmond/jquery-ui-1.8.16.custom.css" rel="stylesheet" type="text/css"/>
-	<link href="themes/default/css/screen/jquery-ui-custom.css" rel="stylesheet" type="text/css"/>
+	<link href="themes/default_304/css/screen/redmond/jquery-ui-1.8.16.custom.css" rel="stylesheet" type="text/css"/>
+	<link href="themes/default_304/css/screen/jquery-ui-custom.css" rel="stylesheet" type="text/css"/>
 	<link href="themes/default_combobox/css/additional.css" rel="stylesheet" type="text/css"/>
-    <link rel="shortcut icon" href="/themes/default/images/favicon.ico" />
+    <link rel="shortcut icon" href="/themes/default_304/images/favicon.ico" />
     <script type="text/javascript" src="js/jquery-1.6.3.min.js"></script>
     <script type="text/javascript" src="js/jquery-ui-1.8.16.custom.min.js"></script>
     <script type="text/javascript" src="js/scrigo.js.php"></script>
diff --git a/interface/web/themes/default_no_navimg/templates/main.tpl.htm b/interface/web/themes/default_no_navimg/templates/main.tpl.htm
index ed6b3cb..8b2d46c 100644
--- a/interface/web/themes/default_no_navimg/templates/main.tpl.htm
+++ b/interface/web/themes/default_no_navimg/templates/main.tpl.htm
@@ -5,9 +5,9 @@
     <title><tmpl_var name="app_title"> <tmpl_var name="app_version"></title>
     <meta http-equiv="Content-Type" content="text/html; charset=<tmpl_var name="html_content_encoding">"/>
     <meta http-equiv="X-UA-Compatible" content="IE=8"/>
-	<link href="themes/default/css/central.css" rel="stylesheet" type="text/css"/>
+	<link href="themes/default_304/css/central.css" rel="stylesheet" type="text/css"/>
     <!--[if lte IE 7]>
-	    <link href="themes/default/css/patches/central.css" rel="stylesheet" type="text/css" />
+	    <link href="themes/default_304/css/patches/central.css" rel="stylesheet" type="text/css" />
     <![endif]-->
     <!--[if lte ie 6]>
       <style type="text/css" media="screen">
@@ -53,10 +53,10 @@
         .uniForm .blockLabels .inlineLabel input{ margin-top: -.3em; }
       </style>
     <![endif]-->
-	<link href="themes/default/css/screen/redmond/jquery-ui-1.8.16.custom.css" rel="stylesheet" type="text/css"/>
-	<link href="themes/default/css/screen/jquery-ui-custom.css" rel="stylesheet" type="text/css"/>
+	<link href="themes/default_304/css/screen/redmond/jquery-ui-1.8.16.custom.css" rel="stylesheet" type="text/css"/>
+	<link href="themes/default_304/css/screen/jquery-ui-custom.css" rel="stylesheet" type="text/css"/>
     <link href="themes/default_no_navimg/css/additional.css" rel="stylesheet" type="text/css"/>
-    <link rel="shortcut icon" href="/themes/default/images/favicon.ico" />
+    <link rel="shortcut icon" href="/themes/default_304/images/favicon.ico" />
     <script type="text/javascript" src="js/jquery-1.6.3.min.js"></script>
 	<script type="text/javascript" src="js/jquery-ui-1.8.16.custom.min.js"></script>
     <script type="text/javascript" src="js/scrigo.js.php"></script>

--
Gitblit v1.9.1