Example #1
0
          </label>
          <div class="controls">
            <?php 
UserForm::mobile_text(osc_user());
?>
          </div>
        </div>
        <div class="form-group">
          <label class="control-label" for="phoneLand">
            <?php 
_e('Phone', OSCLASSWIZARDS_THEME_FOLDER);
?>
          </label>
          <div class="controls">
            <?php 
UserForm::phone_land_text(osc_user());
?>
          </div>
        </div>
        <div class="form-group">
          <label class="control-label" for="country">
            <?php 
_e('Stream', OSCLASSWIZARDS_THEME_FOLDER);
?>
          </label>
          <div class="controls">
            <?php 
UserForm::country_select(osc_get_countries(), osc_user());
?>
          </div>
        </div>
Example #2
0
                                <fieldset>
                                    <legend><?php 
_e('Cell phone');
?>
</legend>
                                    <?php 
UserForm::mobile_text($user);
?>
                                </fieldset>
                                <fieldset>
                                    <legend><?php 
_e('Phone');
?>
</legend>
                                    <?php 
UserForm::phone_land_text($user);
?>
                                </fieldset>
                                <fieldset>
                                    <legend><?php 
_e('Website');
?>
</legend>
                                    <?php 
UserForm::website_text($user);
?>
                                </fieldset>
                                <fieldset style="min-height: 166px;">
                                    <legend><?php 
_e('Additional information');
?>