minimal changes
This commit is contained in:
@@ -303,7 +303,10 @@ Timbres disponibles Comercio Digital: {{saldo}}
|
||||
|
||||
table_rfcc.addEventListener('click',(event)=>{
|
||||
document.getElementById('rfcc').checked= table_rfcc.checked? true:false;
|
||||
|
||||
})
|
||||
|
||||
|
||||
|
||||
window.addEventListener("load", (event)=>{
|
||||
let mes ='{{mes}}'
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<span class="navbar-text mr-2">
|
||||
Fecha: <strong>{{fecha|date:"d F Y"}}</strong>
|
||||
</span>
|
||||
<form action="{{request.path}}" method="get" class="form-inline my-2 my-lg-0 my_event_cls">
|
||||
<form id="searchForm" action="{{request.path}}" method="get" class="form-inline my-2 my-lg-0 my_event_cls">
|
||||
|
||||
<input style="display:none" id="mes_id" class="form-control mr-sm-2 my_event_cls" name="mes" type="input" aria-label="mes">
|
||||
<input id="search" class="form-control mr-sm-2 my_event_cls" name="search" type="search" placeholder="Search" aria-label="Search">
|
||||
@@ -29,5 +29,5 @@
|
||||
});*/
|
||||
</script>
|
||||
</div>
|
||||
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
|
||||
<button id="id_searchbtn" class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
|
||||
</form>
|
||||
Reference in New Issue
Block a user