Beispiel #1
0
        echo $this->escape($file['item']);
        ?>
						</td>
						<td>
							<?php 
        echo renderUGID($file['uid'], $file['gid']);
        ?>
						</td>
						<td>
							<?php 
        echo renderPermissions($file['realperms']);
        ?>
						</td>
						<td align="right">
							<?php 
        echo AdmintoolsHelperSelect::perms('files[' . $file['path'] . ']', array('class' => 'input-mini'), $file['perms']);
        ?>
						</td>
					</tr>
				<?php 
    }
}
?>
				</tbody>
			</table>
		</fieldset>
	</div>
	<div style="clear: left;"></div>

	<div class="form-actions">
		<input type="submit" class="btn btn-success"