diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-19 22:52:31 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-19 22:52:31 -0700 |
commit | ba8da761e669b22e16e1075e0e1e79d8b458af3e (patch) | |
tree | 61c82c4cb260a88e4d8659a976f2bfb50035eb18 /view/dfrn_request.tpl | |
parent | c3fd5ed73202f4dd17dda87ac968b0db4f44d423 (diff) | |
download | volse-hubzilla-ba8da761e669b22e16e1075e0e1e79d8b458af3e.tar.gz volse-hubzilla-ba8da761e669b22e16e1075e0e1e79d8b458af3e.tar.bz2 volse-hubzilla-ba8da761e669b22e16e1075e0e1e79d8b458af3e.zip |
more cleanup - start on ajax
Diffstat (limited to 'view/dfrn_request.tpl')
-rw-r--r-- | view/dfrn_request.tpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/view/dfrn_request.tpl b/view/dfrn_request.tpl index df935ae2a..c1a7b1d9b 100644 --- a/view/dfrn_request.tpl +++ b/view/dfrn_request.tpl @@ -2,13 +2,14 @@ <h1>Personal Introduction</h1> <p id="dfrn-request-intro"> -You may introduce yourself to this member if you have a valid <a href="http://dfrn.org">DFRN profile</a>. +You may introduce yourself to this member if you have a valid profile locator<br /> +on the <a href="http://dfrn.org">Distributed Friends and Relations Network (DFRN)</a>. </p> <form action="dfrn_request/$uid" method="post" /> <div id="dfrn-request-url-wrapper" > - <label id="dfrn-url-label" for="dfrn-url" >Your DFRN Profile URL:</label> + <label id="dfrn-url-label" for="dfrn-url" >Your profile location:</label> <input type="text" name="dfrn_url" id="dfrn-url" size="32" /> <div id="dfrn-request-url-end"></div> </div> |