From 7e48bdf4e952f7b700e64e4cd8cb190bfc630ef9 Mon Sep 17 00:00:00 2001 From: mcramer <m.cramer@pixcept.de> Date: Wed, 31 Oct 2012 07:42:05 -0400 Subject: [PATCH] Fixed: Follow-up to commit r3623 - entered all missing german and english entries for datalog status - excluded some more tables from status display - inserted the info-display code to the relevant templates --- interface/web/admin/form/filesync.tform.php | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/interface/web/admin/form/filesync.tform.php b/interface/web/admin/form/filesync.tform.php index 969dbe2..45d081a 100644 --- a/interface/web/admin/form/filesync.tform.php +++ b/interface/web/admin/form/filesync.tform.php @@ -34,9 +34,9 @@ Tabellendefinition Datentypen: - - INTEGER (Wandelt Ausdr�cke in Int um) + - INTEGER (Wandelt Ausdrücke in Int um) - DOUBLE - - CURRENCY (Formatiert Zahlen nach W�hrungsnotation) + - CURRENCY (Formatiert Zahlen nach Währungsnotation) - VARCHAR (kein weiterer Format Check) - TEXT (kein weiterer Format Check) - DATE (Datumsformat, Timestamp Umwandlung) @@ -55,7 +55,7 @@ - Wert oder Array Hinweis: - Das ID-Feld ist nicht bei den Table Values einzuf�gen. + Das ID-Feld ist nicht bei den Table Values einzufügen. */ @@ -189,7 +189,7 @@ 'regex' => '', 'errmsg' => '', 'default' => '1', - 'value' => '1', + 'value' => array(0 => 0,1 => 1), 'separator' => '', 'width' => '30', 'maxlength' => '255', -- Gitblit v1.9.1