Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 98 Rev 99
Línea 117... Línea 117...
117
				s = s + '		<div class="panel-body">';
117
				s = s + '		<div class="panel-body">';
118
				s = s + '			<div class="table-responsive">';
118
				s = s + '			<div class="table-responsive">';
119
				s = s + '				<table class="table table-bordered" id="' + table + '">';
119
				s = s + '				<table class="table table-bordered" id="' + table + '">';
120
				s = s + '					<thead>';
120
				s = s + '					<thead>';
121
				s = s + '						<tr>';
121
				s = s + '						<tr>';
122
				s = s + '							<th>Elemento</th>';
122
				s = s + '							<th>LABEL_EDIT</th>';
123
				s = s + '							<th>Texto</th>';
123
				s = s + '							<th>Texto</th>';
124
				s = s + '							<th>Valor</th>';
124
				s = s + '							<th>Valor</th>';
125
				s = s + '							<th>Type</th>';
125
				s = s + '							<th>Type</th>';
126
				s = s + '							<th>Actions</th>';
126
				s = s + '							<th>Actions</th>';
127
				s = s + '						</tr>';
127
				s = s + '						</tr>';