diff --git a/admin/inc/class.customfields.inc.php b/admin/inc/class.customfields.inc.php
index f3f3584075..be196ace54 100644
--- a/admin/inc/class.customfields.inc.php
+++ b/admin/inc/class.customfields.inc.php
@@ -70,7 +70,7 @@ class customfields
if(!$this->appname) die(lang('Error! No appname found'));
translation::add_app('infolog'); // til we move the translations
- $this->tmpl = new etemplate();
+ $this->tmpl = new etemplate_new();
// do we manage content-types?
if($this->tmpl->read($this->appname.'.admin.types')) $this->manage_content_types = true;
$this->fields = egw_customfields::get($this->appname,true);
@@ -125,7 +125,7 @@ class customfields
{
break;
}
- //fall through
+ //fall through
case 'cancel':
egw::redirect_link('/index.php', array('menuaction'=>'admin.admin_ui.index','ajax'=>'true'), 'admin');
}
diff --git a/admin/templates/default/customfields.xet b/admin/templates/default/customfields.xet
index a5d22c14a4..e4b727ff98 100644
--- a/admin/templates/default/customfields.xet
+++ b/admin/templates/default/customfields.xet
@@ -18,7 +18,7 @@
-
+
@@ -40,10 +40,10 @@
+
-
-
+
@@ -54,19 +54,17 @@
+
-
-
-
-
+
-
+
@@ -94,7 +92,7 @@
-
+
@@ -120,8 +118,5 @@
-
- .redItalic { color: red; font-style: italics; }
-
\ No newline at end of file