diff options
author | nikrou <nikrou@piwigo.org> | 2006-04-09 14:50:14 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2006-04-09 14:50:14 +0000 |
commit | a820112d5993f2706baf7ebd555445ad63ab8e9d (patch) | |
tree | 043f790025f1f8a999d9a87a64cba661e63101f6 /template | |
parent | b64c5176dd7ee2fbfb2d9714f2570b4d5506d42d (diff) |
merge from branch-1_6 into trunk:
svn merge -r1141:1142
git-svn-id: http://piwigo.org/svn/trunk@1143 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r-- | template/yoga/identification.tpl | 2 | ||||
-rw-r--r-- | template/yoga/register.tpl | 2 | ||||
-rw-r--r-- | template/yoga/search.tpl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/template/yoga/identification.tpl b/template/yoga/identification.tpl index 1fd0e7619..dd07d0135 100644 --- a/template/yoga/identification.tpl +++ b/template/yoga/identification.tpl @@ -55,7 +55,7 @@ <p><input tabindex="4" type="submit" name="login" value="{L_LOGIN}"></p> </form> -<script><!-- +<script type="text/javascript"><!-- document.login_form.username.focus(); //--></script> diff --git a/template/yoga/register.tpl b/template/yoga/register.tpl index b00dd9e79..be3fb4a79 100644 --- a/template/yoga/register.tpl +++ b/template/yoga/register.tpl @@ -63,7 +63,7 @@ </form> -<script><!-- +<script type="text/javascript"><!-- document.register_form.login.focus(); //--></script> diff --git a/template/yoga/search.tpl b/template/yoga/search.tpl index 2ac9ba0b1..f841c131e 100644 --- a/template/yoga/search.tpl +++ b/template/yoga/search.tpl @@ -146,7 +146,7 @@ </table> </form> -<script><!-- +<script type="text/javascript"><!-- document.post.search_allwords.focus(); //--></script> |