Se agrega el boton de terraza
This commit is contained in:
@ -42,21 +42,26 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<button class="ui button" type="button" id="agregar_departamento">
|
<button class="ui button" type="button" id="agregar_departamento" title="Agregar Departamento">
|
||||||
<i class="plus icon"></i>
|
<i class="plus icon"></i>
|
||||||
<i class="building icon"></i>
|
<i class="building icon"></i>
|
||||||
{{--Departamento--}}
|
{{--Departamento--}}
|
||||||
</button>
|
</button>
|
||||||
<button class="ui button" type="button" id="agregar_estacionamiento">
|
<button class="ui button" type="button" id="agregar_estacionamiento" title="Agregar Estacionamiento">
|
||||||
<i class="plus icon"></i>
|
<i class="plus icon"></i>
|
||||||
<i class="car icon"></i>
|
<i class="car icon"></i>
|
||||||
{{--Estacionamiento--}}
|
{{--Estacionamiento--}}
|
||||||
</button>
|
</button>
|
||||||
<button class="ui button" type="button" id="agregar_bodega">
|
<button class="ui button" type="button" id="agregar_bodega" title="Agregar Bodega">
|
||||||
<i class="plus icon"></i>
|
<i class="plus icon"></i>
|
||||||
<i class="warehouse icon"></i>
|
<i class="warehouse icon"></i>
|
||||||
{{--Bodega--}}
|
{{--Bodega--}}
|
||||||
</button>
|
</button>
|
||||||
|
<button class="ui button" type="button" id="agregar_terraza" title="Agregar Terraza">
|
||||||
|
<i class="plus icon"></i>
|
||||||
|
<i class="vector square icon"></i>
|
||||||
|
|
||||||
|
</button>
|
||||||
<div id="unidades" class="ui ordered list"></div>
|
<div id="unidades" class="ui ordered list"></div>
|
||||||
<h4 class="ui dividing header">FORMA DE PAGO</h4>
|
<h4 class="ui dividing header">FORMA DE PAGO</h4>
|
||||||
<label for="valor">Valor</label>
|
<label for="valor">Valor</label>
|
||||||
@ -650,7 +655,8 @@
|
|||||||
const buttons = [
|
const buttons = [
|
||||||
'departamento',
|
'departamento',
|
||||||
'estacionamiento',
|
'estacionamiento',
|
||||||
'bodega'
|
'bodega',
|
||||||
|
'terraza'
|
||||||
]
|
]
|
||||||
buttons.forEach(name => {
|
buttons.forEach(name => {
|
||||||
const id = '#agregar_' + name
|
const id = '#agregar_' + name
|
||||||
|
Reference in New Issue
Block a user