mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 13:33:09 +00:00
add a <br>
This commit is contained in:
parent
52859423ba
commit
d7aef0cffb
@ -857,7 +857,7 @@ class DirectoryAsHTML(rend.Page):
|
|||||||
T.input(type="hidden", name="when_done", value="."),
|
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."],
|
T.legend(class_="freeform-form-label")["Add a link to a file or directory which is already in Tahoe-LAFS."],
|
||||||
"New child name:"+SPACE,
|
"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,
|
"URI of new child:"+SPACE,
|
||||||
T.input(type="text", name="uri"), SPACE,
|
T.input(type="text", name="uri"), SPACE,
|
||||||
T.input(type="submit", class_="btn", value="Attach"),
|
T.input(type="submit", class_="btn", value="Attach"),
|
||||||
|
Loading…
Reference in New Issue
Block a user