Auto status change to "Under Review"
Show More
@@ -26,50 +26,41 b'' | |||
|
26 | 26 | </div> |
|
27 | 27 | </div> |
|
28 | 28 | </div> |
|
29 | <p class="help-block help-block-inline" > | |
|
30 | ${_('Server URL is available as ${server_url} variable. E.g. Redirect url: ${server_url}/_admin/exception_tracker')} | |
|
31 | </p> | |
|
32 | 29 | |
|
33 | <div class="label"> | |
|
30 | <div class="label" style="margin-top:10px"> | |
|
34 | 31 | <label for="redirect_url">${_('Redirect URL')}:</label> |
|
35 | 32 | </div> |
|
36 | 33 | <div class="input"> |
|
37 | 34 | <input type="text" name="redirect_url" value="${redirect_url}" style="width: 600px"/> |
|
38 | 35 | </div> |
|
39 | ||
|
36 | <p class="help-block help-block-inline"> | |
|
37 | ${_('Server URL is available as ${server_url} variable. E.g. Redirect url: ${server_url}/_admin/exception_tracker')} | |
|
38 | </p> | |
|
40 | 39 | |
|
41 | <div class="select"> | |
|
40 | <div class="select" style="margin-top:5px"> | |
|
41 | <div class="label"> | |
|
42 | <label for="redirect_url">${_('Templates')}:</label> | |
|
43 | </div> | |
|
44 | ||
|
42 | 45 |
|
|
43 | <div class="label"> | |
|
44 | <label for="redirect_url">${_('Repository template')}:</label> | |
|
45 | </div> | |
|
46 | 46 | ${dt.repo_name(name=repo.repo_name, rtype=repo.repo_type,rstate=None,private=None,archived=False,fork_of=False)} |
|
47 | 47 | ${h.hidden('bookmark_repo', repo.repo_id)} |
|
48 | 48 | % elif repo_group: |
|
49 | <div class="label"> | |
|
50 | <label for="redirect_url">${_('Repository group template')}:</label> | |
|
51 | </div> | |
|
52 | 49 | ${dt.repo_group_name(repo_group.group_name)} |
|
53 | 50 | ${h.hidden('bookmark_repo_group', repo_group.group_id)} |
|
54 | 51 | % else: |
|
55 |
<div |
|
|
56 | <label for="redirect_url">${_('Template Repository or Repository group')}:</label> | |
|
52 | <div> | |
|
53 | ${h.hidden('bookmark_repo', class_='bookmark_repo')} | |
|
54 | <p class="help-block help-block-inline">${_('Available as ${repo_url} e.g. Redirect url: ${repo_url}/changelog')}</p> | |
|
57 | 55 | </div> |
|
58 | ${h.hidden('bookmark_repo', class_='bookmark_repo')} | |
|
59 | <span style="padding-right:15px">OR</span> | |
|
60 | ${h.hidden('bookmark_repo_group', class_='bookmark_repo_group')} | |
|
56 | <div style="margin-top:5px"> | |
|
57 | ${h.hidden('bookmark_repo_group', class_='bookmark_repo_group')} | |
|
58 | <p class="help-block help-block-inline">${_('Available as ${repo_group_url} e.g. Redirect url: ${repo_group_url}')}</p> | |
|
59 | </div> | |
|
60 | ||
|
61 | 61 | % endif |
|
62 | 62 | </div> |
|
63 | 63 | |
|
64 | <p class="help-block help-block-inline" > | |
|
65 | % if repo: | |
|
66 | ${_('Available as ${repo_url} e.g. Redirect url: ${repo_url}/changelog')} | |
|
67 | % elif repo_group: | |
|
68 | ${_('Available as ${repo_group_url} e.g. Redirect url: ${repo_group_url}')} | |
|
69 | % else: | |
|
70 | ${_('Available as full url variables in redirect url. i.e: ${repo_url}, ${repo_group_url}.')} | |
|
71 | % endif | |
|
72 | </p> | |
|
73 | 64 | </td> |
|
74 | 65 | |
|
75 | 66 | </tr> |
General Comments 1
You need to be logged in to leave comments.
Login now