Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16392 | Rev 16394 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 16392 Rev 16393
Línea 265... Línea 265...
265
        </div>
265
        </div>
266
<div>
266
<div>
267
</div>
267
</div>
268
</script> -->
268
</script> -->
269
</section>
269
</section>
270
<section class="content" id="listing-row">
-
 
271
    <div class="container-fluid">
-
 
-
 
270
 
272
        <div class="row">
271
<div class="row">
273
            <div class="col-12">
272
    <div class="col-12">
274
                <div class="card">
273
        <div class="card">
275
                    <div class="card-header">
274
            <div class="card-header">
276
                        <h2>LABEL_CONTACTS</h2>
275
                <h2>LABEL_CONTACTS</h2>
277
                    </div>
276
            </div>
278
                    <div class="card-body">
277
            <div class="card-body">
279
                        <table id="gridTable" class="table table-striped table-hover">
278
                <table id="gridTable" class="table table-striped table-hover">
280
                            <thead>
279
                    <thead>
281
                                <tr>
280
                        <tr>
282
                                    <th>LABEL_FIRST_NAME</th>
281
                            <th>LABEL_FIRST_NAME</th>
283
                                    <th>LABEL_LAST_NAME</th>
282
                            <th>LABEL_LAST_NAME</th>
284
                                    <th>LABEL_CORPORATE_EMAIL</th>
283
                            <th>LABEL_CORPORATE_EMAIL</th>
285
                                    <th>LABEL_COMPANY</th>
284
                            <th>LABEL_COMPANY</th>
286
                                    <th>LABEL_COUNTRY</th>
285
                            <th>LABEL_COUNTRY</th>
287
                                    <th>LABEL_SECTOR</th>
286
                            <th>LABEL_SECTOR</th>
288
                                    <th>LABEL_ACTIONS</th>
287
                            <th>LABEL_ACTIONS</th>
289
                                </tr>
288
                        </tr>
290
                            </thead>
289
                    </thead>
291
                            <tbody>
290
                    <tbody>
292
                            </tbody>
291
                    </tbody>
293
                        </table>
292
                </table>
294
                    </div>
293
            </div>
295
                    <!-- <div class="card-footer clearfix">
294
            <!-- <div class="card-footer clearfix">
296
                        <div style="float:right;">
295
                        <div style="float:right;">
297
                            <button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH </button>
296
                            <button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH </button>
298
                            <?php if ($allowUpload) : ?>
297
                            <?php if ($allowUpload) : ?>
299
                                <button type="button" class="btn btn-primary btn-upload"><i class="fa fa-upload"></i> LABEL_UPLOAD </button>
298
                                <button type="button" class="btn btn-primary btn-upload"><i class="fa fa-upload"></i> LABEL_UPLOAD </button>
300
                            <?php endif; ?>
299
                            <?php endif; ?>
301
                            <?php if ($allowAdd) : ?>
300
                            <?php if ($allowAdd) : ?>
302
                                <button type="button" class="btn btn-primary btn-add"><i class="fa fa-plus"></i> LABEL_ADD </button>
301
                                <button type="button" class="btn btn-primary btn-add"><i class="fa fa-plus"></i> LABEL_ADD </button>
303
                            <?php endif; ?>
302
                            <?php endif; ?>
304
                        </div>
303
                        </div>
305
                    </div> -->
304
                    </div> -->
306
                </div>
-
 
307
            </div>
-
 
308
        </div>
305
        </div>
309
    </div>
306
    </div>
310
</section>
-
 
311
307
</div>
-
 
308
312
309