Skip to content

Commit

Permalink
minor ease-of-use fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsetsystems committed Feb 6, 2007
1 parent 4c44ab5 commit b1684c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/document_categories/general_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script src="CategoryTreeMenu.js" language="JavaScript" type="text/javascript"></script>
<table>
<tr>
<td height="20" valign="top">Document Categories</td>
<td height="20" valign="top">{xl t="Document Categories"}</td>

</tr>
<tr>
Expand All @@ -27,10 +27,10 @@
{if $add_node eq true}
<td width="25"></td>
<td valign="top">
The new category will be a sub-category of {$parent_name}<br>
{xl t="The new category will be a sub-category of "}{$parent_name}<br>
<form method="post" action="{$FORM_ACTION}">
Category Name:&nbsp;<input type="text" name="name">&nbsp;&nbsp;
<input type="submit" name="Add Category" value="Add Category">
{xl t="Category Name"}:&nbsp;<input type="text" name="name">&nbsp;&nbsp;
<input type="submit" name="Add Category" value="{xl t='Add Category'}">
<input type="hidden" name="parent_is" value="{$parent_is}">
<input type="hidden" name="process" value="{$PROCESS}" />
</form>
Expand Down

0 comments on commit b1684c5

Please sign in to comment.