Revision 121 (by ahitrov, 2011/08/22 16:08:07) Admin Interface redesign
New image control
New AI image attachment function - url saving
	<fieldset>
	<legend>����������</legend>

	<table width="100%" border="0" cellpadding="3" cellspacing="0" class="tlistdocs">
	<tr bgcolor="#efefef">
	<th align="center" width="1%">N</th>
	<th>��������</th>

<& "/contenido/components/__section_tree__.msn", root=>$section->id, level=>3, mode=>0, width_limit => 30 &>

	</table>
%	if ($section_access == 2)
%	{
	<div style="font-size:11px;font-family:Tahoma;margin:5px 4px 10px 4px;"><b><a href="section.html?sect_id=<% $section->id %>">������� ��������� &raquo;</a></b></div>
%	}	
	<div style="font-size:11px;font-family:Tahoma;margin:5px 4px 10px 4px;"><b><a href="/contenido/?set_context=filter-<% $section->id %>">���������� � �������� ������� &raquo;</a></b></div>
	</fieldset>


<%ARGS>

	$section => undef

</%ARGS>
<%INIT>
	return undef	if (! ref($section));
	my $section_access = $user->section_accesses($user, $section->id);
</%INIT>