From: Thomas Mudrunka Date: Tue, 22 Nov 2011 20:11:28 +0000 (+0100) Subject: Vypis textu misto prazdne tabulky X-Git-Url: http://git.harvie.cz/?a=commitdiff_plain;h=8ca87ee334f437e9d2aa70331729607321424625;p=mirrors%2FSokoMan.git Vypis textu misto prazdne tabulky --- 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é č.',