allura
修訂 | 52c33953b87ace3b19248815796f17eab8a15066 (tree) |
---|---|
時間 | 2012-07-11 23:34:20 |
作者 | Igor Bondarenko <jetmind2@gmai...> |
Commiter | Igor Bondarenko |
[#4495] ticket:109 Fix text and textbox size.
@@ -17,8 +17,10 @@ | ||
17 | 17 | in your existing repository.</p> |
18 | 18 | </div> |
19 | 19 | <br style="clear:both"/> |
20 | -<p>If you really, <strong>really</strong> want to do this, enter the URL of the source repository below, | |
21 | - <font color="red">it's going to overwrite current contents:</font><br> | |
22 | -(examples: http://repository.url/svn/name, https://repository.url/svn/name or svn://repository.url/svn/name)</p> | |
20 | +<p><strong>Be careful! Importing will overwrite current repository contents.</strong></p> | |
21 | +<p>We expect link to publicly accessible repository (no password).<br /> | |
22 | +(Examples: http://repository.url/svn/name, https://repository.url/svn/name or svn://repository.url/svn/name)</p> | |
23 | +<p>Notification email will be sent when import complete.</p> | |
24 | +<p>If you really, <strong>really</strong> want to do this, enter the URL of the source repository below:</p> | |
23 | 25 | {{ c.form.display(action='do_import') }} |
24 | 26 | {% endblock %} |
@@ -27,4 +27,4 @@ class ImportForm(ForgeForm): | ||
27 | 27 | class fields(ew_core.NameList): |
28 | 28 | checkout_url = ew.TextField( |
29 | 29 | label='Checkout URL', |
30 | - validator=ValidateSvnUrl(not_empty=True), attrs=dict(size=80)) | |
30 | + validator=ValidateSvnUrl(not_empty=True), attrs=dict(size=65)) |