Changeset 4552
- Timestamp:
- 05/01/08 07:59:08 (7 months ago)
- Files:
-
- branches/1.0/turbogears/widgets/forms.py (modified) (4 diffs)
- branches/1.1/turbogears/widgets/forms.py (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/turbogears/widgets/forms.py
r4549 r4552 686 686 <input xmlns:py="http://purl.org/kid/ns#" 687 687 type="button" 688 name="${name}"689 688 class="${field_class}" 690 689 value="${value}" … … 711 710 <input xmlns:py="http://purl.org/kid/ns#" 712 711 type="submit" 713 name="${name}"714 712 class="${field_class}" 715 713 value="${value}" … … 726 724 <input xmlns:py="http://purl.org/kid/ns#" 727 725 type="reset" 728 name="$name"729 726 class="${field_class}" 730 727 value="${value}" … … 741 738 <input xmlns:py="http://purl.org/kid/ns#" 742 739 type="image" 743 name="${name}"744 740 src="${src}" 745 741 width="${width}" branches/1.1/turbogears/widgets/forms.py
r4549 r4552 681 681 <input xmlns:py="http://purl.org/kid/ns#" 682 682 type="button" 683 name="${name}"684 683 class="${field_class}" 685 684 value="${value}" … … 706 705 <input xmlns:py="http://purl.org/kid/ns#" 707 706 type="submit" 708 name="${name}"709 707 class="${field_class}" 710 708 value="${value}" … … 721 719 <input xmlns:py="http://purl.org/kid/ns#" 722 720 type="reset" 723 name="${name}"724 721 class="${field_class}" 725 722 value="${value}" … … 736 733 <input xmlns:py="http://purl.org/kid/ns#" 737 734 type="image" 738 name="${name}"739 735 src="${src}" 740 736 width="${width}"