revolucion
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
<option value="<%= $_->{'id'} %>"><%= $_->{'name'} %></option>
|
||||
<% } %><% (@{stash('months')}) %><% if defined(stash('months')); %>
|
||||
</select>
|
||||
<input id="yini" type="number" min="2017" max="2050" name="yini" value="2017"/>
|
||||
<input id="yini" type="number" min="2019" max="2050" name="yini" value="2019"/>
|
||||
</div>
|
||||
<div class="flex field">
|
||||
<label>Fecha fin</label>
|
||||
@@ -50,7 +50,7 @@
|
||||
<option value="<%= $_->{'id'} %>"><%= $_->{'name'} %></option>
|
||||
<% } %><% (@{stash('months')}) %><% if defined(stash('months')); %>
|
||||
</select>
|
||||
<input id="yend" type="number" min="2017" max="2050" name="yend" value="2017"/>
|
||||
<input id="yend" type="number" min="2019" max="2050" name="yend" value="2019"/>
|
||||
</div>
|
||||
<div class="flex field">
|
||||
<label>Costo</label> <input id="cost" type="text" name="cost"/>
|
||||
|
||||
Reference in New Issue
Block a user