From 6bc280ea7e91733ba6a6b78d4dd9d28bb2397ca3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 11 Mar 2013 10:18:25 +0100 Subject: [PATCH] Test for some terminals --- htdocs/categories/index.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/htdocs/categories/index.php b/htdocs/categories/index.php index 520619580a9..cf0138a0022 100644 --- a/htdocs/categories/index.php +++ b/htdocs/categories/index.php @@ -1,7 +1,7 @@ * Copyright (C) 2005 Eric Seigne - * Copyright (C) 2006-2011 Laurent Destailleur + * Copyright (C) 2006-2013 Laurent Destailleur * Copyright (C) 2007 Patrick Raguin * Copyright (C) 2005-2012 Regis Houssin * @@ -155,8 +155,12 @@ foreach($fulltree as $key => $val) print ''; -print ''; +print ''; $nbofentries=(count($data) - 1);
'.$langs->trans("Categories").''.$langs->trans("Description").'
'.$langs->trans("Categories").''.$langs->trans("Description").''; +if (! empty($conf->use_javascript_ajax)) +{ + print ''; +} +print '