diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2014-01-01 12:27:55 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2014-04-11 05:40:59 +0200 |
commit | 063f74660934d5adc7a63c51559f60798c70ef4c (patch) | |
tree | 865eae32b289bd030f1113542b9f0353efe3ac40 | |
parent | f5352682ccf4bc21f6490b4f1c83ee48c2ca7073 (diff) | |
download | mutti-web-063f74660934d5adc7a63c51559f60798c70ef4c.tar.gz mutti-web-063f74660934d5adc7a63c51559f60798c70ef4c.tar.bz2 mutti-web-063f74660934d5adc7a63c51559f60798c70ef4c.zip |
contact.xml: Use phone instead of telefone as input name
-rw-r--r-- | contact.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contact.xml b/contact.xml index 0b0b02d..304afd9 100644 --- a/contact.xml +++ b/contact.xml @@ -23,7 +23,7 @@ <label for="vorname">Vorname:</label><input type="text" name="vorname" id="vorname" size="15" /> <label for="nachname">Nachname:</label><input type="text" name="nachname" id="nachname" size="15" /> <br/> - <label for="telefon">Telefon:</label><input type="text" name="telefon" id="telefon" size="15"/> + <label for="phone">Telefon:</label><input type="text" name="pone" id="phone" size="15"/> <label for="bundesland">Bundesland: *</label><input type="text" name="bundesland" id="bundesland" size="15"/> <br/> <label for="email">E-Mail:</label><input type="text" name="email" id="email" size="15"/> |