From 50646cc7b05cf5ff93e9b1e36ab03047cc0cd6bf Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Sun, 3 Feb 2008 13:07:51 +0000
Subject: [PATCH] template

---
 .gitattributes                                             | 1 +
 0.2.1/templates/de/html/admin/admin_list_links_problem.tpl | 5 +++++
 2 files changed, 6 insertions(+)
 create mode 100644 0.2.1/templates/de/html/admin/admin_list_links_problem.tpl

diff --git a/.gitattributes b/.gitattributes
index 4fefd13b2e..36c58d9f17 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -797,6 +797,7 @@
 0.2.1/templates/de/html/admin/admin_list_holiday.tpl -text
 0.2.1/templates/de/html/admin/admin_list_holiday_row.tpl -text
 0.2.1/templates/de/html/admin/admin_list_links.tpl -text
+0.2.1/templates/de/html/admin/admin_list_links_problem.tpl -text
 0.2.1/templates/de/html/admin/admin_list_links_row.tpl -text
 0.2.1/templates/de/html/admin/admin_list_payments.tpl -text
 0.2.1/templates/de/html/admin/admin_list_payouts.tpl -text
diff --git a/0.2.1/templates/de/html/admin/admin_list_links_problem.tpl b/0.2.1/templates/de/html/admin/admin_list_links_problem.tpl
new file mode 100644
index 0000000000..ce9d17b547
--- /dev/null
+++ b/0.2.1/templates/de/html/admin/admin_list_links_problem.tpl
@@ -0,0 +1,5 @@
+<TR>
+  <TD align="center" class="switch_sw$content[sw] bottom2" colspan="4">
+    <STRONG class="member_failed large">$content[problem]:</STRONG>&nbsp;$content[data]
+  </TD>
+</TR>
-- 
2.39.5