Add sample phone number to the user's settings

...so that he knows the format we need for the database.
This commit is contained in:
Karsten Heiken
2011-10-16 14:25:46 +02:00
parent ab6cfe723e
commit 74cde75be8

View File

@@ -51,6 +51,7 @@
<input type="text" name="phone" id="phone" class="short text" value="<?=set_value('phone', $phone);?>" /> <input type="text" name="phone" id="phone" class="short text" value="<?=set_value('phone', $phone);?>" />
<?=form_error('phone');?> <?=form_error('phone');?>
</div> </div>
<label class="note"><?=_('Example');?>: +49 123 456789</label>
</li> </li>
</ul> </ul>
</div> </div>