From 8ca87ee334f437e9d2aa70331729607321424625 Mon Sep 17 00:00:00 2001 From: Thomas Mudrunka Date: Tue, 22 Nov 2011 21:11:28 +0100 Subject: [PATCH] Vypis textu misto prazdne tabulky --- index.php | 1 + locale/cs/messages.inc.php | 1 + 2 files changed, 2 insertions(+) diff --git a/index.php b/index.php index 8ee47b8..a6bca88 100755 --- a/index.php +++ b/index.php @@ -365,6 +365,7 @@ EOF; } function render_item_table($table,$class=false) { + if(empty($table)) return '

'.T('holy primordial emptiness is all you can find here...').'


'; $this->table_add_images($table); if($class) $this->table_add_relations($table,$class); $this->table_add_barcodes($table); diff --git a/locale/cs/messages.inc.php b/locale/cs/messages.inc.php index 9f99216..2a76d14 100644 --- a/locale/cs/messages.inc.php +++ b/locale/cs/messages.inc.php @@ -9,6 +9,7 @@ $LOCALE_MESSAGES = array( 'SAFE INCLUDE: Securityfuck.' => '[Inkluze] Nejeb tu.', 'SAFE INCLUDE: Fuckfound.' => '[Inkluze] Kryptohovno nenalezeno!', 'Record not found!' => 'Položka nenalezena!', + 'holy primordial emptiness is all you can find here...' => 'věz, že zde nenajdeš více než nekonečnou laskavost prapůvodní prázdnoty...', 'item_id' => 'č.položky', 'item_serial' => 'Sériové č.', -- 2.30.2