Ticket #17074: change_form.html.diff

File change_form.html.diff, 655 bytes (added by Kidwind, 13 years ago)
  • (a) D:/Temp/change_form.html-revBASE.svn000.tmp.html vs. (b) E:/Program

    a b  
    6767{% block submit_buttons_bottom %}{% submit_row %}{% endblock %}
    6868
    6969{% if adminform and add %}
    70    <script type="text/javascript">document.getElementById("{{ adminform.first_field.id_for_label }}").focus();</script>
     70   <script type="text/javascript">try { document.getElementById("{{ adminform.first_field.id_for_label }}").focus(); } catch(e){}</script>
    7171{% endif %}
    7272
    7373{# JavaScript for prepopulated fields #}
Back to Top