"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "modules/monitoring/application/views/scripts/form/reorder-command-transports.phtml" between
icingaweb2-2.11.3.tar.gz and icingaweb2-2.11.4.tar.gz

About: Icinga Web 2 is an Web interface for Icinga 2, a network and computer system monitoring system.

reorder-command-transports.phtml  (icingaweb2-2.11.3):reorder-command-transports.phtml  (icingaweb2-2.11.4)
<?php <?php
/** @var \Icinga\Web\View $this */ /** @var \Icinga\Web\View $this */
/** @var \Icinga\Module\Monitoring\Forms\Config\TransportReorderForm $form */ /** @var \Icinga\Module\Monitoring\Forms\Config\TransportReorderForm $form */
?> ?>
<form id="<?= <form id="<?=
$form->getId() $this->escape($form->getId())
?>" name="<?= ?>" name="<?=
$form->getName() $this->escape($form->getName())
?>" enctype="<?= ?>" enctype="<?=
$form->getEncType() $this->escape($form->getEncType())
?>" method="<?= ?>" method="<?=
$form->getMethod() $this->escape($form->getMethod())
?>" action="<?= ?>" action="<?=
$form->getAction() $this->escape($form->getAction())
?>"> ?>">
<table class="table-row-selectable common-table" data-base-target="_next"> <table class="table-row-selectable common-table" data-base-target="_next">
<thead> <thead>
<tr> <tr>
<th><?= $this->translate('Transport') ?></th> <th><?= $this->translate('Transport') ?></th>
<th></th> <th></th>
<th></th> <th></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
 End of changes. 5 change blocks. 
5 lines changed or deleted 5 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)