%# "I hate quotations."
%# 		-- Ralph Waldo Emerson

<table width="100%" border="0" cellspacing="2" cellpadding="0" class="poptable" bgcolor="#87C2C2">
    <tr><td><table width="97%" border="0" cellspacing="2" cellpadding="0" align="center">
    <tr><td width="10%"><&|/l&>Report Name</&></td>
	<td width="19%"><input <% $disabled %> OnKeyPress="toggleSave(1)" type="text" name="name" style="width:130px" value="<% $Item->Name %>"></td>
	<td width="10%"><&|/l&>Category</&></td>
	<td width="21%"><input <% $disabled %> OnKeyPress="toggleSave(1)" type="text" name="subject" style="width:150px" value="<% $Item->Category %>"></td>
	<td width="10%"><&|/l&>Description</&></td>
	<td width="20%"><input <% $disabled %> OnKeyPress="toggleSave(1)" type="text" name="description" style="width:150px" value="<% $Item->Description %>"></td>
    </tr><tr> 
	<td width="10%"><&|/l&>Author</&></td>
	<td width="19%"><input readonly disabled noedit type="text" name="author" style="width:130px" value="<% eval { $Item->OwnerObj->Name } %>"></td>
	<td width="10%"><&|/l&>Lock</&></td>
	<td width="21%"><select <% $disabled %> name="Disabled" style="width:150px" OnChange="toggleSave(1)">
	    <option <% ($Item->Disabled) ? '' : 'selected' %> value='0'><&|/l&>Unlocked</&></option>
	    <option <% ($Item->Disabled) ? 'selected' : '' %> value='1'><&|/l&>Locked</&></option>
	</select></td>
<td width="10%"><&|/l&>Permission</&>
</td><td width="10%">
<input type="button" name="EditPerm" value="<&|/l&>Configuration</&>" onclick="javascript:MM_openBrWindow('File/Perm.html',400,280)" <% $disabled %>>
</td>
    </tr>
</table>
</td></tr></table>
<%INIT>
$Item ||= $RT::Nothing;
my $disabled = (($Item == $RT::Nothing) ? 'disabled' : '');
</%INIT>
<%ARGS>
$Item => $RT::Nothing
</%ARGS>
