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:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user