mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-29 04:57:20 +00:00
fix input field name for new mimetype
This commit is contained in:
parent
9aa2637a71
commit
263d4b7caf
|
@ -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(); ?>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user