mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +01:00
Added button translation
This commit is contained in:
parent
9e35b211ae
commit
71e90370fd
11
addressbook/templates/default/vcardin.tpl
Normal file
11
addressbook/templates/default/vcardin.tpl
Normal 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>
|
Loading…
Reference in New Issue
Block a user