From: Leif Ryge Date: Fri, 30 Aug 2013 19:57:38 +0000 (+0000) Subject: add a
X-Git-Tag: allmydata-tahoe-1.10.1a1~151^2 X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Ftahoe-lafs.git;a=commitdiff_plain;h=d7aef0cffb2a28465f75c883128e99045dadcb82 add a
--- diff --git a/src/allmydata/web/directory.py b/src/allmydata/web/directory.py index 340591b6..4dfe36fa 100644 --- a/src/allmydata/web/directory.py +++ b/src/allmydata/web/directory.py @@ -857,7 +857,7 @@ class DirectoryAsHTML(rend.Page): T.input(type="hidden", name="when_done", value="."), T.legend(class_="freeform-form-label")["Add a link to a file or directory which is already in Tahoe-LAFS."], "New child name:"+SPACE, - T.input(type="text", name="name"), SPACE*2, + T.input(type="text", name="name"), SPACE*2, T.br, "URI of new child:"+SPACE, T.input(type="text", name="uri"), SPACE, T.input(type="submit", class_="btn", value="Attach"),