<%
$fieldnames = &main::DBGetAddFields($db);
foreach $field (@$fieldnames) {
%>
	| <%= $db->{'properties'}->{$field}->{'description'}%> | 
	| <%= $db->{'properties'}->{$field}->{'name'} || $field %> : | <%= &main::GetFieldInput($db->{'properties'}->{$field},$field,$record) %> | 
<% } %>
<% if (!$_edit) { %>
	
		| You may copy an existing calendar to the new calendar (including all events and configuration), or leave blank for a default empty calendar. | 
	
		| Copy Calendar : |  | 
	
		| You may give full permissions to a user that will act as the administrator for this calendar by selecting a user below. Leave this option blank to not add any permissions. | 
	
		| Give Full Permissions To : |  | 
<% } %>