@@ -172,47 +172,47 @@ function process(array $fields): ?StatusCdrResult
172
172
<div class="row">
173
173
<div class="col-md-6">
174
174
<strong>Credenciales</strong>
175
- <div class="form-group ">
176
- <label for="rucSol">Ruc:</label>
175
+ <div class="mb-3 ">
176
+ <label for="rucSol" class="form-label" >Ruc:</label>
177
177
<input type="text" class="form-control" name="rucSol" id="rucSol" maxlength="11" value="<?= filter_input (INPUT_POST , 'rucSol ' ) ?? "" ?> ">
178
178
</div>
179
- <div class="form-group ">
180
- <label for="userSol">Usuario:</label>
179
+ <div class="mb-3 ">
180
+ <label for="userSol" class="form-label" >Usuario:</label>
181
181
<input type="text" class="form-control" name="userSol" id="userSol" value="<?= filter_input (INPUT_POST , 'userSol ' ) ?? "" ?> ">
182
182
</div>
183
- <div class="form-group ">
184
- <label for="passSol">Contraseña:</label>
183
+ <div class="mb-3 ">
184
+ <label for="passSol" class="form-label" >Contraseña:</label>
185
185
<input type="password" class="form-control" name="passSol" id="passSol" value="">
186
186
</div>
187
187
</div>
188
188
<div class="col-md-6">
189
189
<strong>Datos del Comprobante</strong>
190
- <div class="form-group ">
191
- <label for="ruc">Ruc Emisor:</label>
190
+ <div class="mb-3 ">
191
+ <label for="ruc" class="form-label" >Ruc Emisor:</label>
192
192
<input type="text" class="form-control" name="ruc" id="ruc"
193
193
maxlength="11"
194
194
value="<?= filter_input (INPUT_POST , 'ruc ' ) ?? '20000000001 ' ?> ">
195
195
</div>
196
- <div class="form-group ">
197
- <label for="tipo">Tipo:</label>
196
+ <div class="mb-3 ">
197
+ <label for="tipo" class="form-label" >Tipo:</label>
198
198
<input type="text"
199
199
class="form-control"
200
200
name="tipo"
201
201
id="tipo"
202
202
maxlength="2"
203
203
value="<?= filter_input (INPUT_POST , 'tipo ' ) ?? '01 ' ?> ">
204
204
</div>
205
- <div class="form-group ">
206
- <label for="serie">Serie:</label>
205
+ <div class="mb-3 ">
206
+ <label for="serie" class="form-label" >Serie:</label>
207
207
<input type="text"
208
208
class="form-control"
209
209
name="serie"
210
210
id="serie"
211
211
maxlength="4"
212
212
value="<?= filter_input (INPUT_POST , 'serie ' ) ?? 'F001 ' ?> ">
213
213
</div>
214
- <div class="form-group ">
215
- <label for="numero">Correlativo:</label>
214
+ <div class="mb-3 ">
215
+ <label for="numero" class="form-label" >Correlativo:</label>
216
216
<input type="number"
217
217
class="form-control"
218
218
name="numero"
0 commit comments