summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 924348d)
raw | patch | inline | side by side (parent: 924348d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 6 Sep 2006 10:31:33 +0000 (10:31 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/plugins/admin/fai/class_faiTemplateEntry.inc b/plugins/admin/fai/class_faiTemplateEntry.inc
index 57eee41245f8440b826e34ff19138ea7672279f2..35f8f71c3766423c131005736698553f54d23458 100644 (file)
}
}
- $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);
}