{% extends "forms/form.html" %} {% load exfiltry %} {% load exsyntax %} {% block pythoncode %} {% if form_add or form_edit %} {% else %} {% endif %} {% endblock %} {% block all %} {% with form_width=620 form_height=380 show_title_bar=1 title="Applications" %} {{ block.super }} {% endwith %} {% endblock %} {% block form_bar2 %} {% if form_edit or form_delete or form_info or show_title_bar %} {% if not standard_web_browser %} {% if not form_edit and not form_delete and not form_info %} {% endif %}
{% block form_title %} {{title|wiki_href|safe}} {% endblock %}

{% endif %} {% endif %} {% endblock %} {% block list_content_actions %} {% new_row "New application" %} {% endblock %} {% block list_row_header %} Name Module title Title Permissions {% endblock %} {% block list_row %} {{object.name}} {{object.module_title|default_if_none:""}} {{object.title|default_if_none:""}} {% if object.perms %}X{% endif %} {% endblock %} {% block list_row_actions %} {% row_actions %} edit, field_list/schtable_set,Tables,[|client://mimetypes/x-office-spreadsheet.png],_top2 field_list/schchoice_set,Choices,[|client://categories/applications-games.png],_top2 field_list/schview_set,Views,[|client://mimetypes/text-x-generic-template.png],_top2 field_list/schform_set,Forms,[|client://mimetypes/x-office-document.png],_top2 field_list/schappmenu_set,Menu,[|client://actions/tab-new.png],_top2 field_list/schtask_set,Tasks,[|png://status/image-loading.png],_top2 field_list/schtemplate_set,Templates,[|client://mimetypes/x-office-presentation.png],_top2 field_list/schfiles_set,Application files,[|png://places/folder.png],_top2 field_list/schchannelconsumer_set,Consumers(Other properties),[|png://actions/go-jump.png],_top2 field_edit/icon_code,Icon code(Other properties),[|client://categories/applications-graphics.png],_top2 field_edit/doc,Doc(Other properties),[|client://apps/help-browser.png],_top2 delete {% endrow_actions %} {% if not forloop.first %} {% row_actions %} app_up,Move up,[|client://actions/go-up.png],refresh_page {% endrow_actions %} {% endif %} {% if not forloop.last %} {% row_actions %} app_down,Move down,[|client://actions/go-down.png],refresh_page {% endrow_actions %} {% endif %} {% endblock %} {% block table_header_edit %}

Applications list

{% endblock %} {% block row_edit %} {% form %} 'parent', 'name', 'title', 'module_name', 'module_title', 'perms', 'index', 'user_param' {% endform %} {% if standard_web_browser %} {% form "^/6" %} icon,icon_size {% endform %} {% else %} Icon {% form "^/12" %} icon_size {% endform %} {% endif %} {% endblock %}