Show More
@@ -185,6 +185,13 b' div.options a {' | |||
|
185 | 185 | border-bottom-right-radius: 8px; |
|
186 | 186 | } |
|
187 | 187 | |
|
188 | .help-block { | |
|
189 | color: #999999; | |
|
190 | display: block; | |
|
191 | margin-bottom: 0; | |
|
192 | margin-top: 5px; | |
|
193 | } | |
|
194 | ||
|
188 | 195 | #header { |
|
189 | 196 | margin: 0; |
|
190 | 197 | padding: 0 10px; |
@@ -2799,7 +2806,7 b' table.code-browser .browser-dir {' | |||
|
2799 | 2806 | } |
|
2800 | 2807 | |
|
2801 | 2808 | .ac .perm_ac { |
|
2802 |
width: |
|
|
2809 | width: 20em; | |
|
2803 | 2810 | } |
|
2804 | 2811 | |
|
2805 | 2812 | .ac .yui-ac-input { |
@@ -21,6 +21,7 b'' | |||
|
21 | 21 | </div> |
|
22 | 22 | <div class="input"> |
|
23 | 23 | ${h.text('clone_uri',class_="small")} |
|
24 | <span class="help-block">${_('Optional http[s] url from which repository should be cloned.')}</span> | |
|
24 | 25 | </div> |
|
25 | 26 | </div> |
|
26 | 27 | <div class="field"> |
@@ -29,6 +30,7 b'' | |||
|
29 | 30 | </div> |
|
30 | 31 | <div class="input"> |
|
31 | 32 | ${h.select('repo_group','',c.repo_groups,class_="medium")} |
|
33 | <span class="help-block">${_('Optional select a group to put this repository into.')}</span> | |
|
32 | 34 | </div> |
|
33 | 35 | </div> |
|
34 | 36 | <div class="field"> |
@@ -37,6 +39,7 b'' | |||
|
37 | 39 | </div> |
|
38 | 40 | <div class="input"> |
|
39 | 41 | ${h.select('repo_type','hg',c.backends,class_="small")} |
|
42 | <span class="help-block">${_('Type of repository to create.')}</span> | |
|
40 | 43 | </div> |
|
41 | 44 | </div> |
|
42 | 45 | <div class="field"> |
@@ -44,15 +47,17 b'' | |||
|
44 | 47 | <label for="description">${_('Description')}:</label> |
|
45 | 48 | </div> |
|
46 | 49 | <div class="textarea text-area editor"> |
|
47 |
${h.textarea('description' |
|
|
50 | ${h.textarea('description')} | |
|
51 | <span class="help-block">${_('Keep it short and to the point. Use a README file for longer descriptions.')}</span> | |
|
48 | 52 | </div> |
|
49 | 53 | </div> |
|
50 | 54 | <div class="field"> |
|
51 | 55 | <div class="label label-checkbox"> |
|
52 | <label for="private">${_('Private')}:</label> | |
|
56 | <label for="private">${_('Private repository')}:</label> | |
|
53 | 57 | </div> |
|
54 | 58 | <div class="checkboxes"> |
|
55 | 59 | ${h.checkbox('private',value="True")} |
|
60 | <span class="help-block">${_('Private repositories are only visible to people explicitly added as collaborators.')}</span> | |
|
56 | 61 | </div> |
|
57 | 62 | </div> |
|
58 | 63 | <div class="buttons"> |
@@ -41,6 +41,7 b'' | |||
|
41 | 41 | </div> |
|
42 | 42 | <div class="input"> |
|
43 | 43 | ${h.text('clone_uri',class_="medium")} |
|
44 | <span class="help-block">${_('Optional http[s] url from which repository should be cloned.')}</span> | |
|
44 | 45 | </div> |
|
45 | 46 | </div> |
|
46 | 47 | <div class="field"> |
@@ -49,6 +50,7 b'' | |||
|
49 | 50 | </div> |
|
50 | 51 | <div class="input"> |
|
51 | 52 | ${h.select('repo_group','',c.repo_groups,class_="medium")} |
|
53 | <span class="help-block">${_('Optional select a group to put this repository into.')}</span> | |
|
52 | 54 | </div> |
|
53 | 55 | </div> |
|
54 | 56 | <div class="field"> |
@@ -64,16 +66,18 b'' | |||
|
64 | 66 | <label for="description">${_('Description')}:</label> |
|
65 | 67 | </div> |
|
66 | 68 | <div class="textarea text-area editor"> |
|
67 |
${h.textarea('description' |
|
|
69 | ${h.textarea('description')} | |
|
70 | <span class="help-block">${_('Keep it short and to the point. Use a README file for longer descriptions.')}</span> | |
|
68 | 71 | </div> |
|
69 | 72 | </div> |
|
70 | 73 | |
|
71 | 74 | <div class="field"> |
|
72 | 75 | <div class="label label-checkbox"> |
|
73 | <label for="private">${_('Private')}:</label> | |
|
76 | <label for="private">${_('Private repository')}:</label> | |
|
74 | 77 | </div> |
|
75 | 78 | <div class="checkboxes"> |
|
76 | 79 | ${h.checkbox('private',value="True")} |
|
80 | <span class="help-block">${_('Private repositories are only visible to people explicitly added as collaborators.')}</span> | |
|
77 | 81 | </div> |
|
78 | 82 | </div> |
|
79 | 83 | <div class="field"> |
@@ -82,6 +86,7 b'' | |||
|
82 | 86 | </div> |
|
83 | 87 | <div class="checkboxes"> |
|
84 | 88 | ${h.checkbox('enable_statistics',value="True")} |
|
89 | <span class="help-block">${_('Enable statistics window on summary page.')}</span> | |
|
85 | 90 | </div> |
|
86 | 91 | </div> |
|
87 | 92 | <div class="field"> |
@@ -90,15 +95,17 b'' | |||
|
90 | 95 | </div> |
|
91 | 96 | <div class="checkboxes"> |
|
92 | 97 | ${h.checkbox('enable_downloads',value="True")} |
|
98 | <span class="help-block">${_('Enable download menu on summary page.')}</span> | |
|
93 | 99 | </div> |
|
94 | 100 | </div> |
|
95 | 101 | <div class="field"> |
|
96 | 102 | <div class="label"> |
|
97 | 103 | <label for="user">${_('Owner')}:</label> |
|
98 | 104 | </div> |
|
99 |
<div class="input input- |
|
|
105 | <div class="input input-medium ac"> | |
|
100 | 106 | <div class="perm_ac"> |
|
101 | 107 | ${h.text('user',class_='yui-ac-input')} |
|
108 | <span class="help-block">${_('Change owner of this repository.')}</span> | |
|
102 | 109 | <div id="owner_container"></div> |
|
103 | 110 | </div> |
|
104 | 111 | </div> |
@@ -34,12 +34,22 b'' | |||
|
34 | 34 | ${h.text('repo_name',class_="small")} |
|
35 | 35 | </div> |
|
36 | 36 | </div> |
|
37 | <div class="field"> | |
|
38 | <div class="label"> | |
|
39 | <label for="clone_uri">${_('Clone uri')}:</label> | |
|
40 | </div> | |
|
41 | <div class="input"> | |
|
42 | ${h.text('clone_uri',class_="medium")} | |
|
43 | <span class="help-block">${_('Optional http[s] url from which repository should be cloned.')}</span> | |
|
44 | </div> | |
|
45 | </div> | |
|
37 | 46 | <div class="field"> |
|
38 | 47 | <div class="label"> |
|
39 | 48 | <label for="repo_group">${_('Repository group')}:</label> |
|
40 | 49 | </div> |
|
41 | 50 | <div class="input"> |
|
42 | 51 | ${h.select('repo_group','',c.repo_groups,class_="medium")} |
|
52 | <span class="help-block">${_('Optional select a group to put this repository into.')}</span> | |
|
43 | 53 | </div> |
|
44 | 54 | </div> |
|
45 | 55 | <div class="field"> |
@@ -47,16 +57,18 b'' | |||
|
47 | 57 | <label for="description">${_('Description')}:</label> |
|
48 | 58 | </div> |
|
49 | 59 | <div class="textarea text-area editor"> |
|
50 |
${h.textarea('description' |
|
|
60 | ${h.textarea('description')} | |
|
61 | <span class="help-block">${_('Keep it short and to the point. Use a README file for longer descriptions.')}</span> | |
|
51 | 62 | </div> |
|
52 | 63 | </div> |
|
53 | 64 | |
|
54 | 65 | <div class="field"> |
|
55 | 66 | <div class="label label-checkbox"> |
|
56 | <label for="private">${_('Private')}:</label> | |
|
67 | <label for="private">${_('Private repository')}:</label> | |
|
57 | 68 | </div> |
|
58 | 69 | <div class="checkboxes"> |
|
59 | 70 | ${h.checkbox('private',value="True")} |
|
71 | <span class="help-block">${_('Private repositories are only visible to people explicitly added as collaborators.')}</span> | |
|
60 | 72 | </div> |
|
61 | 73 | </div> |
|
62 | 74 |
General Comments 0
You need to be logged in to leave comments.
Login now