<div id="edit_form">
<form name="deleteAccessRight" method="post">
<table>
<tr>
<td colspan="3"><h3><?php print _("Access right administration / delete access rights"); ?></h3></td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
<tr>
<td nowrap><strong><?php print _("Project").": "; ?></strong></td>
<td>
<?php print $tProjectName; ?>
</td>
<td> </td>
</tr>
<tr>
<td nowrap><strong><?php print _("Subversion module path").": "; ?></strong></td>
<td>
<?php print $tModulePath; ?>
</td>
<td> </td>
</tr>
<tr>
<td nowrap><strong><?php print _("Selected directory").": "; ?></strong></td>
<td colspan="2"><?php print $tPathSelected; ?>
</tr>
<tr>
<td><strong><?php print _("Access right").": "; ?></strong></td>
<td>
<?php print $tAccessRight; ?>
</td>
<td> </td>
</tr>
<!--
<tr>
<td><strong><?php print _("Recursive access").": "; ?></strong></td>
<td>
<input type="checkbox" name="fRecursive" value="1" <?php print $tRecursive; ?> />
</td>
<td><?php print _("If checked the access rights are valid for the selected directory itself and all directories below it."); ?></td>
</tr>
-->
<tr>
<td><strong><?php print _("Valid from").": "; ?></strong></td>
<td>
<?php print $tValidFrom; ?>
</td>
<td> </td>
</tr>
<tr>
<td><strong><?php print _("Valid until").": "; ?></strong></td>
<td>
<?php print $tValidUntil; ?>
</td>
<td> </td>
</tr>
<tr valign="top">
<td><strong><?php print _("Allowed users").": "; ?></strong></td>
<td>
<?php print $tUsers; ?>
</td>
<td> </td>
</tr>
<tr valign="top">
<td><strong><?php print _("Allowed groups").": "; ?></strong></td>
<td>
<?php print $tGroups; ?>
</td>
<td> </td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
<tr>
<td colspan="3" class="hlp_center">
<input type="image" name="fSubmit_ok" src="./images/ok.png" value="<?php print _("Delete"); ?>" title="<?php print _("Delete"); ?>" />
<input type="image" name="fSubmit_back" src="./images/button_cancel.png" value="<?php print _("Back"); ?>" title="<?php print _("Back"); ?>" />
</td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
<tr>
<td colspan="3" class="standout">
<?php print $tMessage; ?>
</td>
</tr>
</table>
</form>
</div>