modified templates

git-svn-id: svn://ttmath.org/publicrep/winix/trunk@585 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2010-02-15 18:22:16 +00:00
parent fa8d8f9ea0
commit a276fb6b79
3 changed files with 8 additions and 4 deletions

View File

@@ -9,9 +9,9 @@
<form id="additem" method="post" action="[doc_base_url][dir]mkdir">
<fieldset>
<legend>{mkdir_form_legend}</legend>
{title}<br>
<p class="withnext">{title}</p>
<input class="edit" type="text" name="subject" value="">
{url}<br>
<p class="withnext">{suggested_url}</p>
<input class="edit" type="text" name="url" value="">
<input class="submit" type="submit" value="{add}">
</fieldset>