Project

General

Profile

« Previous | Next » 

Revision 9eb965f6

Added by Stephen Beaver almost 10 years ago

Fixed #5017
Action button URLs corrected

View differences:

src/usr/local/www/services_unbound.php
506 506
						<?=htmlspecialchars($doment['descr'])?>&nbsp;
507 507
					</td>
508 508
					<td>
509
						<a href="services_dnsmasq_domainoverride_edit.php?id=<?=$i?>" class="btn btn-xs btn-info"><?=gettext('Edit')?></a>
510
						<a href="services_dnsmasq.php?act=del&amp;type=doverride&amp;id=<?=$i?>" class="btn btn-xs btn-danger"><?=gettext('Delete')?></a>
509
						<a href="services_unbound_domainoverride_edit.php?id=<?=$i?>" class="btn btn-xs btn-info"><?=gettext('Edit')?></a>
510
						<a href="services_unbound.php?act=del&amp;type=doverride&amp;id=<?=$i?>" class="btn btn-xs btn-danger"><?=gettext('Delete')?></a>
511 511
					</td>
512 512
				</tr>
513 513
<?php
......
520 520
</div>
521 521

  
522 522
<nav class="action-buttons">
523
	<a href="services_dnsmasq_domainoverride_edit.php" class="btn btn-sm btn-success"><?=gettext('Add')?></a>
523
	<a href="services_unbound_domainoverride_edit.php" class="btn btn-sm btn-success"><?=gettext('Add')?></a>
524 524
</nav>
525 525
<?php include("foot.inc");

Also available in: Unified diff