Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16840 Rev 16841
Línea 832... Línea 832...
832
<div class="container">
832
<div class="container">
833
	<div class="card-body">
833
	<div class="card-body">
834
		<h6 class="card-title">LABEL_USERS_FOR_COMPANY</h6>
834
		<h6 class="card-title">LABEL_USERS_FOR_COMPANY</h6>
835
		<form name="form-filter" id="form-filter">
835
		<form name="form-filter" id="form-filter">
836
			<div class="row">
836
			<div class="row">
837
      			<div class="col-12 mb-3 mt-3">
837
      			<div class="col-12  mt-3">
838
               		<label for="status">LABEL_STATUS</label>
838
               		<label for="status">LABEL_STATUS</label>
839
              		<select id="status" name="status" class="form-control">
839
              		<select id="status" name="status" class="form-control">
840
						<option value="">LABEL_ALL</option>
840
						<option value="">LABEL_ALL</option>
841
                     	<option value="<?php echo CompanyUser::STATUS_PENDING ?>">LABEL_PENDING</option>
841
                     	<option value="<?php echo CompanyUser::STATUS_PENDING ?>">LABEL_PENDING</option>
842
                    	<option value="<?php echo CompanyUser::STATUS_ACCEPTED ?>">LABEL_ACCEPTED</option>
842
                    	<option value="<?php echo CompanyUser::STATUS_ACCEPTED ?>">LABEL_ACCEPTED</option>
Línea 847... Línea 847...
847
                  	</select>
847
                  	</select>
848
              	</div>
848
              	</div>
849
     		</div>
849
     		</div>
850
	 	</form>
850
	 	</form>
851
	 	<div class="row">
851
	 	<div class="row">
852
      		<div class="col-12 mb-3 mt-3">
852
      		<div class="col-12  mt-3">
853
				<table id="gridTable" class="table table-bordered">
853
				<table id="gridTable" class="table table-bordered">
854
                    <thead>
854
                    <thead>
855
             			<tr>
855
             			<tr>
856
                       		<th>LABEL_FIRST_NAME</th>
856
                       		<th>LABEL_FIRST_NAME</th>
857
                       		<th>LABEL_LAST_NAME</th>
857
                       		<th>LABEL_LAST_NAME</th>
Línea 892... Línea 892...
892
            <form name="form-invite" id="form-invite">
892
            <form name="form-invite" id="form-invite">
893
            <div class="modal-body">
893
            <div class="modal-body">
Línea 894... Línea 894...
894
                
894
                
895
                    <input type="hidden" name="user_uuid_selected" id="user_uuid_selected" />
895
                    <input type="hidden" name="user_uuid_selected" id="user_uuid_selected" />
896
                    <div class="row">
896
                    <div class="row">
897
                    	<div class="col-12 mb-3 mt-3">
897
                    	<div class="col-12  mt-3">
898
                        <label for="user_uuid">LABEL_USER (LABEL_MIN_LENGTH_3)</label>
898
                        <label for="user_uuid">LABEL_USER (LABEL_MIN_LENGTH_3)</label>
899
                        <input autocomplete="off" type="text" name="user_uuid" id="user_uuid" class="form-control" data-noresults-text="LABEL_AUTOCOMPLETE_USERS_NOT_FOUND">
899
                        <input autocomplete="off" type="text" name="user_uuid" id="user_uuid" class="form-control" data-noresults-text="LABEL_AUTOCOMPLETE_USERS_NOT_FOUND">
900
                    	</div>
900
                    	</div>
Línea 939... Línea 939...
939
            <!-- Modal body -->
939
            <!-- Modal body -->
940
            <div class="modal-body">
940
            <div class="modal-body">
Línea 941... Línea 941...
941
              
941
              
942
 
942
 
Línea 943... Línea 943...
943
                <div class="row">
943
                <div class="row">
944
                	<div class="col-12 mb-3 mt-3">
944
                	<div class="col-12  mt-3">
945
 
945
 
Línea 989... Línea 989...
989
            <div class="modal-body">
989
            <div class="modal-body">
990
                <form>
990
                <form>
991
                    <input type="hidden" name="table-upload-users-key" id="table-upload-users-key">
991
                    <input type="hidden" name="table-upload-users-key" id="table-upload-users-key">
992
                </form>
992
                </form>
993
                <div class="row">
993
                <div class="row">
994
                	<div class="col-12 mb-3 mt-3" style="height: 300px;overflow: scroll;">
994
                	<div class="col-12  mt-3" style="height: 300px;overflow: scroll;">
995
                    	<table id="gridTableUploadUsers" style="width: 100%" class="table table-bordered">
995
                    	<table id="gridTableUploadUsers" style="width: 100%" class="table table-bordered">
996
                            <thead>
996
                            <thead>
997
                                <tr>
997
                                <tr>
998
                                    <th>LABEL_FIRST_NAME</th>
998
                                    <th>LABEL_FIRST_NAME</th>
999
                                    <th>LABEL_LAST_NAME</th>
999
                                    <th>LABEL_LAST_NAME</th>
Línea 1036... Línea 1036...
1036
			<form name="form-edit" id="form-edit">
1036
			<form name="form-edit" id="form-edit">
1037
            <!-- Modal body -->
1037
            <!-- Modal body -->
1038
            <div class="modal-body">
1038
            <div class="modal-body">
Línea 1039... Línea 1039...
1039
                
1039
                
1040
                    <div class="row">
1040
                    <div class="row">
1041
                        <div class="col-md-12 col-sm-12 mb-3 mt-3">
1041
                        <div class="col-md-12 col-sm-12  mt-3">
1042
                            <div class="form-group">
1042
                            <div class="form-group">
1043
                                <label for="backend">LABEL_ACCESS_BACKEND</label>
1043
                                <label for="backend">LABEL_ACCESS_BACKEND</label>
1044
                                <input type="checkbox" name="backend" id="backend" value="y" class="form-control" style="width: 20px; height: 20px">
1044
                                <input type="checkbox" name="backend" id="backend" value="y" class="form-control" style="width: 20px; height: 20px">
1045
                            </div>
1045
                            </div>
1046
                        </div>
1046
                        </div>
1047
                    </div>
1047
                    </div>
1048
                    <div class="row">
1048
                    <div class="row">
1049
                        <div class="col-md-12 col-sm-12 mb-3 mt-3">
1049
                        <div class="col-md-12 col-sm-12  mt-3">
1050
                            <table id="table-roles" class="table table-bordered">
1050
                            <table id="table-roles" class="table table-bordered">
1051
                                <thead>
1051
                                <thead>
1052
                                    <tr>
1052
                                    <tr>
1053
                                        <th>LABEL_NAME</th>
1053
                                        <th>LABEL_NAME</th>