]> git.mxchange.org Git - friendica.git/commitdiff
add the hint also as a placeholder in the add contact form (issue #786)
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 17 Nov 2013 15:09:44 +0000 (16:09 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 17 Nov 2013 15:09:44 +0000 (16:09 +0100)
view/templates/follow.tpl

index 7ea961780fc551b9762209e3f8f77bc255433e02..7cd7c5c5376a90e867c21d2e857636faa38da5b3 100644 (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>