Subversion Repositories ALCASAR

Compare Revisions

Regard whitespace Rev 3027 → Rev 3028

/web/acc/admin/protocols_filter.php
6,6 → 6,9
<link rel="stylesheet" href="/css/acc.css" type="text/css">
</HEAD>
<body>
<div id="ldoverlay" class="overlay">
<div class="lds-spinner" id="spinner"><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div></div>
</div>
<?
# Choice of language
$Language = 'en';
186,7 → 189,7
?>
</table>
<input type='hidden' name='choix' value='change_port'>
<input type='submit' value='<?echo"$l_save";?>'>
<input type='submit' onClick="document.getElementById('ldoverlay').style.display='block';" value='<?echo"$l_save";?>'>
</form></td><td valign='middle' align='center'>
<form action='protocols_filter.php' method='POST'>
<table cellspacing=2 cellpadding=3 border=1>
194,7 → 197,7
<tr><td><input type='text' name='add_port' size='5'></td>
<td><input type='text' name='add_proto' size='10'></td>
<td><input type='hidden' name='choix' value='new_port'>
<input type='submit' value='<?echo"$l_add_to_list";?>'></td>
<input type='submit' onClick="document.getElementById('ldoverlay').style.display='block';" value='<?echo"$l_add_to_list";?>'></td>
</tr></table>
</form>
</td></tr>