Implemented detail form readonly fields the correct way, this fixes copy & paste issues with Firefox

This commit is contained in:
Roberto Rosario
2011-04-14 23:05:57 -04:00
parent 6a83f36770
commit 58e4e611e2
3 changed files with 3 additions and 20 deletions
@@ -1,15 +1,5 @@
{% load i18n %}
{% block javascript %}
<script type="text/javascript">
$(function() {
$(".generic_subform form :input").each(function() {
this.disabled = true;
});
});
</script>
{% endblock %}
{% block stylesheets %}
<style type="text/css">
#subform form textarea,