bug #1504218, better explanation for what is a PDF export

This commit is contained in:
Marc Delisle
2006-06-25 11:42:18 +00:00
parent d4dcc67495
commit d130c36ef4
120 changed files with 127 additions and 0 deletions

View File

@@ -216,6 +216,11 @@ function PMA_pluginGetOneOption($section, $plugin_name, $id, &$opt)
. (isset($opt['size']) ? ' size="' . $opt['size'] . '"' : '' )
. (isset($opt['len']) ? ' maxlength="' . $opt['len'] . '"' : '' ) . ' />';
$ret .= '</div>' . "\n";
} elseif ($opt['type'] == 'message_only') {
$ret .= '<div class="formelementrow">' . "\n";
$ret .= '<label for="text_' . $plugin_name . '_' . $opt['name'] . '" class="desc">'
. PMA_getString($opt['text']) . '</label>';
$ret .= '</div>' . "\n";
} elseif ($opt['type'] == 'select') {
$ret .= '<div class="formelementrow">' . "\n";
$ret .= '<label for="select_' . $plugin_name . '_' . $opt['name'] . '" class="desc">'