2 <style type=
"text/css" title=
"mystyles" media=
"all">
16 <script type=
"text/javascript">
17 var deleteLabel
="{xl t="Delete
"}";
19 <script src=
"CategoryTreeMenu.js" language=
"JavaScript" type=
"text/javascript"></script>
22 <td height=
"20" valign=
"top">{xl
t=
"Document Categories"}
</td>
26 <td valign=
"top">{$tree_html}
</td>
28 <td valign=
"top">{$message}
</td>
30 {if $add_node eq true}
33 {xl
t=
"The new category will be a sub-category of "} {$parent_name}
<br>
34 <form method=
"post" action=
"{$FORM_ACTION}" onsubmit=
"return top.restoreSession()">
35 {xl
t=
"Category Name"}:
<input type=
"text" name=
"name">
36 <input type=
"submit" name=
"Add Category" value=
"{xl t='Add Category'}">
37 <input type=
"hidden" name=
"parent_is" value=
"{$parent_is}">
38 <input type=
"hidden" name=
"process" value=
"{$PROCESS}" />