root/galaxy-central/templates/history/permissions.mako @ 3

リビジョン 2, 357 bytes (コミッタ: hatakeyama, 14 年 前)

import galaxy-central

行番号 
1<%inherit file="/base.mako"/>
2<%def name="title()">Change Default Permissions on New Datasets in This History</%def>
3<%namespace file="/dataset/security_common.mako" import="render_permission_form" />
4
5%if trans.user:
6    <% history = trans.get_history() %>
7    ${render_permission_form( history, history.name, h.url_for(), trans.user.all_roles() )}
8%endif
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。