diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-11-04 22:52:40 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-11-04 22:52:40 +0100 |
commit | 1c0fe8936819f760800bf0d0fd79aa42c21933b2 (patch) | |
tree | ab546f636d61ad4470a74f26ebf0008de0785ac1 /view/tpl/follow.tpl | |
parent | 9398e49eb7573b172b12341357cd1657139c43c4 (diff) | |
download | volse-hubzilla-1c0fe8936819f760800bf0d0fd79aa42c21933b2.tar.gz volse-hubzilla-1c0fe8936819f760800bf0d0fd79aa42c21933b2.tar.bz2 volse-hubzilla-1c0fe8936819f760800bf0d0fd79aa42c21933b2.zip |
Chat page improved (I think). Works now better with diff. resolutions, font sizes and languages. Fixed follow field on conn. page. Small schemas updates.
Diffstat (limited to 'view/tpl/follow.tpl')
-rwxr-xr-x | view/tpl/follow.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/follow.tpl b/view/tpl/follow.tpl index f643a3597..0c808b9a5 100755 --- a/view/tpl/follow.tpl +++ b/view/tpl/follow.tpl @@ -2,7 +2,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-url" type="text" name="url" title="{{$hint}}" /> <input id="side-follow-submit" type="submit" name="submit" class="btn btn-default" value="{{$follow}}" /> </form> {{if $abook_usage_message}} |