]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/field_password.tpl
Introducing Frost
[friendica.git] / view / theme / frost / field_password.tpl
diff --git a/view/theme/frost/field_password.tpl b/view/theme/frost/field_password.tpl
new file mode 100644 (file)
index 0000000..a329b11
--- /dev/null
@@ -0,0 +1,6 @@
+       
+       <div class='field password' id='wrapper_$field.0'>
+               <label for='id_$field.0'>$field.1</label>
+               <input type='password' name='$field.0' id='id_$field.0' value="$field.2">
+               <span class='field_help'>$field.3</span>
+       </div>