add the hint also as a placeholder in the add contact form (issue #786)

This commit is contained in:
Tobias Diekershoff 2013-11-17 16:09:44 +01:00
parent 67dccb2fc7
commit d4c56b227d
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>