template field_openid

This commit is contained in:
Fabio Comuni 2011-10-18 08:53:01 +02:00
parent 5830682e0c
commit 3e5a2cb07b
1 changed files with 6 additions and 0 deletions

6
view/field_openid.tpl Normal file
View File

@ -0,0 +1,6 @@
<div class='field input openid'>
<label for='id_$field.0'>$field.1</label>
<input name='$field.0' id='id_$field.0' value="$field.2">
<span class='field_help'>$field.3</span>
</div>