Subversion Repositories SmartDukaan

Rev

Rev 34873 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34873 Rev 36080
Line 35... Line 35...
35
            <h4 class="mb">Created Franchisee Accounts</h4>
35
            <h4 class="mb">Created Franchisee Accounts</h4>
36
            <section class="panel">
36
            <section class="panel">
37
                <table class="table table-striped table-advance table-hover">
37
                <table class="table table-striped table-advance table-hover">
38
                    <thead>
38
                    <thead>
39
                    <tr>
39
                    <tr>
40
                        <th>Fofo ID</th>
40
                        <th>Partner ID</th>
41
                        <th>Person Name</th>
41
                        <th>Person Name</th>
42
                        <th>Contact No</th>
42
                        <th>Contact No</th>
43
                        <th>Email</th>
43
                        <th>Email</th>
44
                        <th>MID</th>
44
                        <th>MID</th>
45
                        <th>TID</th>
45
                        <th>TID</th>
Line 100... Line 100...
100
                    <!-- Fields -->
100
                    <!-- Fields -->
101
                    <input type="hidden" name="id" id="accountId">
101
                    <input type="hidden" name="id" id="accountId">
102
                    <div class="row">
102
                    <div class="row">
103
                        <div class="col-md-6">
103
                        <div class="col-md-6">
104
                            <div class="form-group">
104
                            <div class="form-group">
105
                                <label>Fofo ID</label>
105
                                <label>Partner ID</label>
106
                                <input type="text" class="form-control" name="fofoId" id="fofoId">
106
                                <input type="text" class="form-control" name="fofoId" id="fofoId">
107
                            </div>
107
                            </div>
108
                            <div class="form-group">
108
                            <div class="form-group">
109
                                <label>Person Name</label>
109
                                <label>Person Name</label>
110
                                <input type="text" class="form-control" name="personName" id="personName">
110
                                <input type="text" class="form-control" name="personName" id="personName">