Code

Added notofication
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 6 Sep 2006 10:31:33 +0000 (10:31 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 6 Sep 2006 10:31:33 +0000 (10:31 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4606 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/fai/class_faiTemplateEntry.inc

index 57eee41245f8440b826e34ff19138ea7672279f2..35f8f71c3766423c131005736698553f54d23458 100644 (file)
@@ -133,7 +133,7 @@ class faiTemplateEntry extends plugin
       }
     }
 
-    $display.= $smarty->fetch(get_template_path('faiTemplateEntry.tpl', TRUE));
+    $display.= "<h2><font color='red'>Fix / problen and ensure that size and content are correct if you download this template. Revision > 4582 (gosa-2.5 is already patched)</font></h2>".$smarty->fetch(get_template_path('faiTemplateEntry.tpl', TRUE));
     return($display);
   }