mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
add placeholder for newmimetype and newcommand fields
This commit is contained in:
parent
af72e41cf3
commit
5bdfb9b2e7
|
@ -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(); ?>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user