<form action="" method="post" enctype="multipart/form-data" id="form">
<?php
-if ($fields) {
+if (!$fields) {
+ echo "<p class='error'>" . lang('You have no privileges to update this table.') . "\n";
+} else {
echo "<table cellspacing='0' onkeydown='return editingKeydown(event);'>\n";
foreach ($fields as $name => $field) {
echo "<tr><th>" . $adminer->fieldName($field);
'Save and insert next' => 'Uložit a vložit další',
'Clone' => 'Klonovat',
'Delete' => 'Smazat',
+ 'You have no privileges to update this table.' => 'Nemáte oprávnění editovat tuto tabulku.',
'E-mail' => 'E-mail',
'From' => 'Odesílatel',
'Save and insert next' => 'xx',
'Clone' => 'xx',
'Delete' => 'xx',
+ 'You have no privileges to update this table.' => 'xx',
'E-mail' => 'xx',
'From' => 'xx',
Display table default values on wide screens
Display date in SQL history
HTML5 input fields
+Display warning for missing UPDATE privilege
Fix switching language on first load
Support enabled mbstring.func_overload
MySQL: Prolong comment length since MySQL 5.5