echo $user->getSeq();
?>
" />
                                        <input type="hidden" name="otherLocationSeqs" id="otherLocationSeqs" value="<?php 
echo $otherLocationSeqs;
?>
" />
                                        <input type="hidden" name="locSeq" id="locSeq" value="<?php 
echo $location->getSeq();
?>
" />
                                         <div class="form-group">
                                            <label class="col-sm-2 control-label">Location</label>
                                            <div class="col-sm-10">
                                                <?php 
echo DropDownUtils::getUserLocationsDropDown($seq, "l_DropDown", "", $locationSeq);
?>
                                            </div>
                                        </div>
                                        <div class="form-group">
                                            <label class="col-lg-2 control-label">Full Name</label>
                                            <div class="col-lg-10">
                                                <input type="text" name="fullName" placeholder="Full Name" required="required" value="<?php 
echo $user->getFullName();
?>
" class="form-control">
                                            </div>
                                        </div>
                                        <div class="form-group">
                                            <label class="col-lg-2 control-label">User Name</label>
                                            <div class="col-lg-10">
Exemple #2
0
                        <div class="ibox-content">
                            <form method="post" role="form" name="userForm" action="<?php 
echo $_SERVER['PHP_SELF'];
?>
" class="form-horizontal">
                                <input type="hidden" name="locationSeq" id="locationSeq" value="<?php 
echo $locationSeq;
?>
" /> 
                                <input type="hidden" name="editSeq" id="editSeq"/> 
                                <input type="hidden" name="call" id="call" /> 
                                <div class="form-group">
                                    <label class="col-sm-1 control-label">Location</label>
                                    <div class="col-sm-5">
                                        <?php 
echo DropDownUtils::getUserLocationsDropDown($seq, "l_DropDown", "loadGrid(this.value)", $locationSeq, "All Locations");
?>
                                    </div>
                                </div>
                                <div id="jqxgrid"></div>
                            </form>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    </body>
</html>
<?php 
include "../_jqxGridInclude.php";