Added button translation

This commit is contained in:
alpeb 2004-09-18 21:33:23 +00:00
parent 9e35b211ae
commit 71e90370fd

View File

@ -0,0 +1,11 @@
<!-- vcardin form -->
{vcard_header}
<form ENCTYPE="multipart/form-data" method="POST" action="{action_url}">
<table border=0>
<tr>
<td>Vcard: <input type="file" name="uploadedfile"></td>
<td><input type="submit" name="action" value="{lang_load_vcard}"></td>
</tr>
</table>
</form>