comparison farol/templates/producttree/edit_group.j2 @ 45:7c4d001839e7

Move the Display of the ProductTree to its own page
author Benoît Allard <benoit.allard@greenbone.net>
date Tue, 07 Oct 2014 13:01:10 +0200
parents 6594ff7c37b4
children 309330b215d3
comparison
equal deleted inserted replaced
44:df5182d0787f 45:7c4d001839e7
33 {{ textinput('groupid', "Group ID", value=groupid, required=True) }} 33 {{ textinput('groupid', "Group ID", value=groupid, required=True) }}
34 {{ textarea('description', "Description", '', description, 3) }} 34 {{ textarea('description', "Description", '', description, 3) }}
35 {{ selectinput2('products', "Products", products, productids, multiple=True) }} 35 {{ selectinput2('products', "Products", products, productids, multiple=True) }}
36 36
37 <button class="btn btn-primary" type="submit">{{ action or 'Update' }}</button> 37 <button class="btn btn-primary" type="submit">{{ action or 'Update' }}</button>
38 <a class="btn btn-danger" href="{{ url_for('document.view') }}">Cancel</a> 38 <a class="btn btn-danger" href="{{ url_for('.view') }}">Cancel</a>
39 </form> 39 </form>
40 {% endblock %} 40 {% endblock %}

http://farol.wald.intevation.org