Revision 629 (by ahitrov, 2016/12/02 12:00:52) Edit form and tag tree

<form enctype="multipart/form-data" method="POST" name="tag-edit-form">

</form>
<%args>

	$object	=> undef

</%args>
<%init>

    return	unless ref $object;
    my @props = $object->structure;

</%init>