]> git.mxchange.org Git - friendica.git/commitdiff
Add type="text" attribute for openid input field
authorSandro Santilli <strk@kbt.io>
Thu, 6 Apr 2017 19:48:20 +0000 (21:48 +0200)
committerSandro Santilli <strk@kbt.io>
Thu, 6 Apr 2017 19:48:20 +0000 (21:48 +0200)
view/templates/field_openid.tpl
view/theme/frost-mobile/templates/field_openid.tpl

index 25773189f88bb8973914c350c2062a03f6bbfd6e..062ac6ac6eb19b4bd9941daf5ef6a4d8184d2174 100644 (file)
@@ -1,6 +1,6 @@
        
        <div class='field input openid' id='wrapper_{{$field.0}}'>
                <label for='id_{{$field.0}}'>{{$field.1}}</label>
-               <input name='{{$field.0}}' id='id_{{$field.0}}' value="{{$field.2|escape:'html'}}" aria-describedby='{{$field.0}}_tip'>
+               <input name='{{$field.0}}' id='id_{{$field.0}}' type="text" value="{{$field.2|escape:'html'}}" aria-describedby='{{$field.0}}_tip'>
                <span class='field_help' role='tooltip' id='{{$field.0}}_tip'>{{$field.3}}</span>
        </div>
index 69319b0aaf9d16aca6618bcfd9dee891bacad201..5c68f243c29c4bb2b04dee0eb0ee8628857e5c1a 100644 (file)
@@ -1,6 +1,6 @@
        
        <div class='field input openid' id='wrapper_{{$field.0}}'>
                <label for='id_{{$field.0}}'>{{$field.1}}</label><br />
-               <input name='{{$field.0}}' id='id_{{$field.0}}' value="{{$field.2}}">
+               <input name='{{$field.0}}' id='id_{{$field.0}}' type="text" value="{{$field.2}}">
                <span class='field_help'>{{$field.3}}</span>
        </div>