Project

General

Profile

« Previous | Next » 

Revision 2f36abb8

Added by Ermal LUÇI over 14 years ago

Display delete(x) buttons.

View differences:

usr/local/www/system_gateways.php
200 200
			   <tr>
201 201
				<td><a href="system_gateways_edit.php?id=<?=$i;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0"></a>
202 202
				<?php
203
				if ($gateway['attribute'] != "system") : ?>
203
				if (is_numeric($gateway['attribute'])) : ?>
204 204
					<td>
205 205
						<a href="system_gateways.php?act=del&id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this gateway?"); ?>')">
206 206
							<img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0">

Also available in: Unified diff