]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/login.tpl
move tpl scripts to util
[friendica.git] / view / theme / frost-mobile / login.tpl
index c611989dfd492ee6f6b7eeaa355e4f240d98e636..05ae364c00d497f747bb10406d3704f035a7bdf3 100644 (file)
@@ -21,6 +21,8 @@
        </div>-->
 
        <br />
+       {{ inc field_checkbox.tpl with $field=$lremember }}{{ endinc }}
+
        <div id="login-submit-wrapper" >
                <input type="submit" name="submit" id="login-submit-button" value="$login" />
        </div>
@@ -40,4 +42,4 @@
 </form>
 </div>
 
-<script type="text/javascript"> $(document).ready(function() { $("#id_$lname.0").focus();} );</script>
+<script type="text/javascript">window.loginName = "$lname.0";</script>