From: hickert Date: Wed, 6 Sep 2006 10:31:33 +0000 (+0000) Subject: Added notofication X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dce4fc9aa8f8cc30fe9a10d019fa36af5f24a76f;p=gosa.git Added notofication git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4606 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/fai/class_faiTemplateEntry.inc b/plugins/admin/fai/class_faiTemplateEntry.inc index 57eee4124..35f8f71c3 100644 --- a/plugins/admin/fai/class_faiTemplateEntry.inc +++ b/plugins/admin/fai/class_faiTemplateEntry.inc @@ -133,7 +133,7 @@ class faiTemplateEntry extends plugin } } - $display.= $smarty->fetch(get_template_path('faiTemplateEntry.tpl', TRUE)); + $display.= "

Fix / problen and ensure that size and content are correct if you download this template. Revision > 4582 (gosa-2.5 is already patched)

".$smarty->fetch(get_template_path('faiTemplateEntry.tpl', TRUE)); return($display); }