Example #1
0
          </label>
          <div class="controls">
            <?php 
UserForm::name_text(osc_user());
?>
          </div>
        </div>
        <div class="form-group">
          <label class="control-label" for="user_type">
            <?php 
_e('User type', OSCLASSWIZARDS_THEME_FOLDER);
?>
          </label>
          <div class="controls">
            <?php 
UserForm::is_company_select(osc_user());
?>
          </div>
        </div>
        <div class="form-group">
          <label class="control-label" for="phoneMobile">
            <?php 
_e('Cell phone', OSCLASSWIZARDS_THEME_FOLDER);
?>
          </label>
          <div class="controls">
            <?php 
UserForm::mobile_text(osc_user());
?>
          </div>
        </div>
Example #2
0
                                <fieldset>
                                    <legend><?php 
_e('Address');
?>
</legend>
                                    <?php 
UserForm::address_text($user);
?>
                                </fieldset>
                                <fieldset>
                                    <legend><?php 
_e('User type');
?>
</legend>
                                    <?php 
UserForm::is_company_select($user);
?>
                                </fieldset>
                            </div>
                            <div style="clear: both;"></div>
                            <input id="button_save" type="submit" value="<?php 
echo $btn_text;
?>
" />
                        </form>
                    </div>
                </div>
            </div>
            <div style="clear: both;"></div>
        </div> <!-- end of container -->
        <?php