Merge pull request #833 from tobiasd/adduserhint

add the hint also as a placeholder in the add contact form (issue #786)
This commit is contained in:
Tobias Diekershoff 2013-11-19 02:34:54 -08:00
commit bd2f1f8cb0
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<h3>{{$connect}}</h3>
<div id="connect-desc">{{$desc}}</div>
<form action="follow" method="post" >
<input id="side-follow-url" type="text" name="url" size="24" title="{{$hint}}" /><input id="side-follow-submit" type="submit" name="submit" value="{{$follow}}" />
<input id="side-follow-url" type="text" name="url" size="24" placeholder="{{$hint}}" title="{{$hint}}" /><input id="side-follow-submit" type="submit" name="submit" value="{{$follow}}" />
</form>
</div>