fix input field name for new mimetype

This commit is contained in:
Uwe Steinmann 2015-08-13 18:02:37 +02:00
parent 9aa2637a71
commit 263d4b7caf

View File

@ -667,8 +667,8 @@ if(!is_writeable($settings->_configFilePath)) {
} }
?> ?>
<tr title=""> <tr title="">
<td><?php $this->showTextField("converters[preview]newmimetype", ""); ?></td> <td><?php $this->showTextField("converters[preview][newmimetype]", ""); ?>:</td>
<td><?php $this->showTextField("converters[preview]newcmd", ""); ?></td> <td><?php $this->showTextField("converters[preview][newcmd]", ""); ?></td>
</tr> </tr>
</table> </table>
<?php $this->contentContainerEnd(); ?> <?php $this->contentContainerEnd(); ?>