~midori/midori/trunk

« back to all changes in this revision

Viewing changes to data/error.html

  • Committer: gue5t
  • Date: 2013-10-06 16:41:01 UTC
  • mto: This revision was merged to the branch mainline in revision 6472.
  • Revision ID: gue5t@midori.launchpad-20131006164101-f8lza3amgwn1dkyl
only autofocus error retry button in main frames

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
                {suggestions}
18
18
            </div>
19
19
            <form method="GET" action="{uri}" id="button">
20
 
                <button type="submit" onclick="location.reload(); return false;" autofocus="true" >
 
20
                <button type="submit" onclick="location.reload(); return false;" {autofocus}>
21
21
                    <img style="{hide-button-images}" src="stock://gtk-refresh"/>
22
22
                    <span>{tryagain}</span>
23
23
                </button>