Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 312 Rev 313
Línea 625... Línea 625...
625
 
625
 
626
    <div class="row" id="row-edit" style="display: none">
626
    <div class="row" id="row-edit" style="display: none">
627
        <div class="col-xs-12 col-md-12">
627
        <div class="col-xs-12 col-md-12">
628
            <form action="#" name="form-main" id="form-main">
628
            <form action="#" name="form-main" id="form-main">
629
                <input type="hidden" name="form-id" id="form-id" value="0" />
629
                <input type="hidden" name="form-id" id="form-id" value="0" />
630
                <div class="form-group">
630
                <div class="form-group" id="name"></div>
631
                    <label for="form-name">LABEL_FIRST_NAME</label>
-
 
632
                    <div></div>
-
 
633
                </div>
631
                <div class="form-group" id="text"></div>
634
                <div class="form-group">
632
                <div class="form-group">
635
                    <label for="form-status">LABEL_STATUS</label>
633
                    <label for="form-status">LABEL_STATUS</label>
636
                    <select name="form-status" id="form-status" class="form-control">
634
                    <select name="form-status" id="form-status" class="form-control">
637
                        <option value="<?php echo $pending; ?>">LABEL_PENDING</option>
635
                        <option value="<?php echo $pending; ?>">LABEL_PENDING</option>