1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-11 02:54:10 +02:00

Add bridge info: maintainer

This commit is contained in:
Mitsukarenai
2014-05-21 19:09:37 +02:00
parent 7bee777362
commit 6956468b64
3 changed files with 11 additions and 4 deletions

View File

@@ -114,7 +114,7 @@ $formats = Format::searchInformation();
<?php
$idArg = 'arg-' . $bridgeReference . '-' . $anUseNum . '-' . $argName;
?>
<input id="<?php echo $idArg ?>" type="text" value="" placeholder="<?php echo $argDescription; ?>" name="<?php echo $argName ?>" placeholder="<?php echo $argDescription ?>" />
<input id="<?php echo $idArg ?>" type="text" value="" placeholder="<?php echo $argDescription; ?>" name="<?php echo $argName ?>" />
<?php endforeach; ?>
<?php foreach( $formats as $name => $infos ): ?>
<?php if( isset($infos['name']) ){ echo getHelperButtonFormat($name, $infos['name']); } ?>
@@ -132,6 +132,7 @@ $formats = Format::searchInformation();
<?php endforeach; ?>
</form>
<?php endif; ?>
<?php echo isset($bridgeInformations['maintainer']) ? '<span class="maintainer">'.$bridgeInformations['maintainer'].'</span>' : '' ?>
</section>
<?php endforeach; ?>
<footer>