Ticket #17074: change_form.html.diff
File change_form.html.diff, 655 bytes (added by , 13 years ago) |
---|
-
(a) D:/Temp/change_form.html-revBASE.svn000.tmp.html vs. (b) E:/Program
a b 67 67 {% block submit_buttons_bottom %}{% submit_row %}{% endblock %} 68 68 69 69 {% 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> 71 71 {% endif %} 72 72 73 73 {# JavaScript for prepopulated fields #}