From: Zooko O'Whielacronx Date: Wed, 15 Jul 2009 02:58:14 +0000 (-0700) Subject: wui: adjust headers/titles and "Attach something to this directory" text in accordanc... X-Git-Tag: trac-4000~10 X-Git-Url: https://git.rkrishnan.org/provisioning?a=commitdiff_plain;h=eb5ecc931d754205510cac400e02e072e5cb97dd;p=tahoe-lafs%2Ftahoe-lafs.git wui: adjust headers/titles and "Attach something to this directory" text in accordance with #691 Also name it as "TahoeLAFS" in this text. --- diff --git a/src/allmydata/web/directory.py b/src/allmydata/web/directory.py index 1bfd3826..db17d090 100644 --- a/src/allmydata/web/directory.py +++ b/src/allmydata/web/directory.py @@ -524,7 +524,7 @@ class DirectoryAsHTML(rend.Page): def render_title(self, ctx, data): si_s = abbreviated_dirnode(self.node) - header = ["AllMyData - Tahoe - Directory SI=%s" % si_s] + header = ["TahoeLAFS - Directory SI=%s" % si_s] if self.node.is_readonly(): header.append(" (read-only)") else: @@ -533,7 +533,7 @@ class DirectoryAsHTML(rend.Page): def render_header(self, ctx, data): si_s = abbreviated_dirnode(self.node) - header = ["Directory SI=", T.span(class_="data-chars")[si_s]] + header = ["TahoeLAFS Directory SI=", T.span(class_="data-chars")[si_s]] if self.node.is_readonly(): header.append(" (read-only)") return ctx.tag[header] @@ -712,9 +712,7 @@ class DirectoryAsHTML(rend.Page): T.fieldset[ T.input(type="hidden", name="t", value="uri"), T.input(type="hidden", name="when_done", value="."), - T.legend(class_="freeform-form-label")["Attach a file or directory" - " (by URI) to this" - " directory"], + T.legend(class_="freeform-form-label")["Add a link to a file or directory which is already in TahoeLAFS."], "New child name: ", T.input(type="text", name="name"), " ", "URI of new child: ", diff --git a/src/allmydata/web/welcome.xhtml b/src/allmydata/web/welcome.xhtml index db521de1..08d2e3de 100644 --- a/src/allmydata/web/welcome.xhtml +++ b/src/allmydata/web/welcome.xhtml @@ -1,11 +1,11 @@ - AllMyData - Tahoe - Welcome + TahoeLAFS - Welcome -

Welcome To AllMyData "Tahoe"!

+

Welcome To TahoeLAFS!

This Client

@@ -19,7 +19,7 @@ My nickname: My nodeid: My versions: - Tahoe code imported from: + TahoeLAFS code imported from: Services running: @@ -88,7 +88,7 @@

Other Resources

-
Please visit the Tahoe home page for +
Please visit the TahoeLAFS home page for code updates and bug reporting.
The provisioning tool and