mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 23:24:57 +00:00
fix some indenting of lines
This commit is contained in:
parent
ed5f5bd169
commit
37a3661698
|
@ -792,14 +792,14 @@ if(!is_writeable($settings->_configFilePath)) {
|
||||||
?>
|
?>
|
||||||
<tr title="<?php echo $mimetype;?>">
|
<tr title="<?php echo $mimetype;?>">
|
||||||
<td><?php echo $mimetype;?>:</td>
|
<td><?php echo $mimetype;?>:</td>
|
||||||
<td><?php $this->showTextField("converters[fulltext][".$mimetype."]", htmlspecialchars($cmd)); ?></td>
|
<td><?php $this->showTextField("converters[fulltext][".$mimetype."]", htmlspecialchars($cmd)); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<tr title="">
|
<tr title="">
|
||||||
<td><?php $this->showTextField("converters[fulltext][newmimetype]", "", '', getMLText('converter_new_mimetype')); ?>:</td>
|
<td><?php $this->showTextField("converters[fulltext][newmimetype]", "", '', getMLText('converter_new_mimetype')); ?>:</td>
|
||||||
<td><?php $this->showTextField("converters[fulltext][newcmd]", "", "", getMLText('converter_new_cmd')); ?></td>
|
<td><?php $this->showTextField("converters[fulltext][newcmd]", "", "", getMLText('converter_new_cmd')); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr ><td><b> <?php printMLText("preview_converters");?></b></td> </tr>
|
<tr ><td><b> <?php printMLText("preview_converters");?></b></td> </tr>
|
||||||
<?php
|
<?php
|
||||||
|
@ -808,7 +808,7 @@ if(!is_writeable($settings->_configFilePath)) {
|
||||||
?>
|
?>
|
||||||
<tr title="<?php echo $mimetype;?>">
|
<tr title="<?php echo $mimetype;?>">
|
||||||
<td><?php echo $mimetype;?>:</td>
|
<td><?php echo $mimetype;?>:</td>
|
||||||
<td><?php $this->showTextField("converters[preview][".$mimetype."]", htmlspecialchars($cmd)); ?></td>
|
<td><?php $this->showTextField("converters[preview][".$mimetype."]", htmlspecialchars($cmd)); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
@ -822,7 +822,7 @@ if(!is_writeable($settings->_configFilePath)) {
|
||||||
<?php $this->contentContainerEnd(); ?>
|
<?php $this->contentContainerEnd(); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="tab-pane <?php if($currenttab == 'extensions') echo 'active'; ?>" id="extensions">
|
<div class="tab-pane <?php if($currenttab == 'extensions') echo 'active'; ?>" id="extensions">
|
||||||
<?php $this->contentContainerStart(); ?>
|
<?php $this->contentContainerStart(); ?>
|
||||||
<table class="table-condensed">
|
<table class="table-condensed">
|
||||||
<!--
|
<!--
|
||||||
|
@ -831,7 +831,7 @@ if(!is_writeable($settings->_configFilePath)) {
|
||||||
<?php
|
<?php
|
||||||
foreach($GLOBALS['EXT_CONF'] as $extname=>$extconf) {
|
foreach($GLOBALS['EXT_CONF'] as $extname=>$extconf) {
|
||||||
?>
|
?>
|
||||||
<tr><td><a name="<?php echo $extname;?>"></a><b><?php echo $extconf['title'];?></b></td></tr>
|
<tr><td><a name="<?php echo $extname;?>"></a><b><?php echo $extconf['title'];?></b></td></tr>
|
||||||
<?php
|
<?php
|
||||||
foreach($extconf['config'] as $confkey=>$conf) {
|
foreach($extconf['config'] as $confkey=>$conf) {
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user