add placeholder for newmimetype and newcommand fields

This commit is contained in:
Uwe Steinmann 2016-12-08 06:28:09 +01:00
parent af72e41cf3
commit 5bdfb9b2e7

View File

@ -666,8 +666,8 @@ if(!is_writeable($settings->_configFilePath)) {
} }
?> ?>
<tr title=""> <tr title="">
<td><?php $this->showTextField("converters_newmimetype", ""); ?></td> <td><?php $this->showTextField("converters_newmimetype", "", '', getMLText('mimetype')); ?></td>
<td><?php $this->showTextField("converters_newcmd", ""); ?></td> <td><?php $this->showTextField("converters_newcmd", "", '', getMLText('command')); ?></td>
</tr> </tr>
</table> </table>
<?php $this->contentContainerEnd(); ?> <?php $this->contentContainerEnd(); ?>