OLD | NEW |
---|---|
1 <div class="page hidden" id="autoFillEditAddressOverlay"> | 1 <div class="page hidden" id="autoFillEditAddressOverlay"> |
2 <h1 id="autoFillAddressTitle"></h1> | 2 <h1 id="autoFillAddressTitle"></h1> |
3 | 3 <div class="content-area"> |
4 <div class="input"> | 4 <div class="input"> |
5 <label id="fullNameLabel"> | 5 <label id="fullNameLabel"> |
6 <div><span i18n-content="fullNameLabel"></span></div> | 6 <div><span i18n-content="fullNameLabel"></span></div> |
7 <input type="text" class="form" class="form" id="fullName"> | 7 <input type="text" class="form" class="form" id="fullName"> |
8 </label> | 8 </label> |
9 </div> | 9 </div> |
10 <div class="input"> | 10 <div class="input"> |
11 <label id="companyNameLabel"> | 11 <label id="companyNameLabel"> |
12 <div><span i18n-content="companyNameLabel"></span></div> | 12 <div><span i18n-content="companyNameLabel"></span></div> |
13 <input type="text" class="form" class="form" id="companyName"> | 13 <input type="text" class="form" class="form" id="companyName"> |
14 </label> | 14 </label> |
15 </div> | 15 </div> |
16 <div class="input"> | 16 <div class="input"> |
17 <label id="addrLine1Label"> | 17 <label id="addrLine1Label"> |
18 <div><span i18n-content="addrLine1Label"></span></div> | 18 <div><span i18n-content="addrLine1Label"></span></div> |
19 <input type="text" class="form" class="form" id="addrLine1"> | 19 <input type="text" class="form" class="form" id="addrLine1"> |
20 </label> | 20 </label> |
21 </div> | 21 </div> |
22 <div class="input"> | 22 <div class="input"> |
23 <label id="addrLine2Label"> | 23 <label id="addrLine2Label"> |
24 <div><span i18n-content="addrLine2Label"></span></div> | 24 <div><span i18n-content="addrLine2Label"></span></div> |
25 <input type="text" class="form" class="form" id="addrLine2"> | 25 <input type="text" class="form" class="form" id="addrLine2"> |
26 </label> | 26 </label> |
27 </div> | 27 </div> |
28 | 28 <div class="table"> |
29 <div class="table"> | 29 <div class="row"> |
30 <div class="row"> | 30 <div class="input cell"> |
31 <div class="input cell"> | 31 <label id="cityLabel" for="city"> |
32 <label id="cityLabel" for="city"> | 32 <span i18n-content="cityLabel"></span> |
33 <span i18n-content="cityLabel"></span> | 33 </label> |
34 </label> | 34 </div> |
35 <div class="input cell"> | |
36 <label id="stateLabel" for="state"> | |
37 <span i18n-content="stateLabel"></span> | |
38 </label> | |
39 </div> | |
40 <div class="input cell"> | |
41 <label id="zipCodeLabel" for="zipCode"> | |
42 <span i18n-content="zipCodeLabel"></span> | |
43 </label> | |
44 </div> | |
35 </div> | 45 </div> |
36 <div class="input cell"> | 46 <div class="row"> |
37 <label id="stateLabel" for="state"> | 47 <div class="input cell"> |
38 <span i18n-content="stateLabel"></span> | 48 <input type="text" class="form" id="city"> |
39 </label> | 49 </div> |
40 </div> | 50 <div class="input cell"> |
41 <div class="input cell"> | 51 <input type="text" class="form" id="state"> |
42 <label id="zipCodeLabel" for="zipCode"> | 52 </div> |
43 <span i18n-content="zipCodeLabel"></span> | 53 <div class="input cell"> |
44 </label> | 54 <input type="text" class="form" id="zipCode"> |
55 </div> | |
45 </div> | 56 </div> |
46 </div> | 57 </div> |
47 <div class="row"> | 58 <div class="input"> |
48 <div class="input cell"> | 59 <label id="countryLabel"> |
49 <input type="text" class="form" id="city"> | 60 <div><span i18n-content="countryLabel"></span></div> |
61 <input type="text" class="form" class="form" id="country"> | |
62 </label> | |
63 </div> | |
64 <div class="table"> | |
stuartmorgan
2011/01/22 00:48:05
I know this is pre-existing but... why have we com
James Hawkins
2011/01/22 01:39:22
Because tables suck.
stuartmorgan
2011/01/24 17:04:49
I'm not aware of any reason tables suck for struct
| |
65 <div class="row"> | |
66 <div class="input cell"> | |
67 <label id="phoneLabel" for="phone"> | |
68 <span i18n-content="phoneLabel"></span> | |
69 </label> | |
70 </div> | |
71 <div class="input cell"> | |
72 <label id="faxLabel" for="fax"> | |
73 <span i18n-content="faxLabel"></span> | |
74 </label> | |
75 </div> | |
50 </div> | 76 </div> |
51 <div class="input cell"> | 77 <div class="row"> |
52 <input type="text" class="form" id="state"> | 78 <div class="input cell"> |
53 </div> | 79 <input type="text" class="form" class="form" id="phone"> |
54 <div class="input cell"> | 80 </div> |
55 <input type="text" class="form" id="zipCode"> | 81 <div class="input cell"> |
82 <input type="text" class="form" class="form" id="fax"> | |
83 </div> | |
56 </div> | 84 </div> |
57 </div> | 85 </div> |
58 </div> | 86 <div class="input"> |
59 | 87 <label id="emailLabel"> |
60 <div class="input"> | 88 <div><span i18n-content="emailLabel"></span></div> |
61 <label id="countryLabel"> | 89 <input type="text" class="form" class="form" id="email"> |
62 <div><span i18n-content="countryLabel"></span></div> | 90 </label> |
63 <input type="text" class="form" class="form" id="country"> | |
64 </label> | |
65 </div> | |
66 | |
67 <div class="table"> | |
68 <div class="row"> | |
69 <div class="input cell"> | |
70 <label id="phoneLabel" for="phone"> | |
71 <span i18n-content="phoneLabel"></span> | |
72 </label> | |
73 </div> | |
74 <div class="input cell"> | |
75 <label id="faxLabel" for="fax"> | |
76 <span i18n-content="faxLabel"></span> | |
77 </label> | |
78 </div> | |
79 </div> | |
80 <div class="row"> | |
81 <div class="input cell"> | |
82 <input type="text" class="form" class="form" id="phone"> | |
83 </div> | |
84 <div class="input cell"> | |
85 <input type="text" class="form" class="form" id="fax"> | |
86 </div> | |
87 </div> | 91 </div> |
88 </div> | 92 </div> |
89 | 93 <div class="action-area"> |
90 <div class="input"> | 94 <span class="action-area-left"></span> |
91 <label id="emailLabel"> | 95 <span> |
92 <div><span i18n-content="emailLabel"></span></div> | 96 <div class="button-strip"> |
93 <input type="text" class="form" class="form" id="email"> | 97 <button type="reset" id="autoFillEditAddressCancelButton" |
94 </label> | |
95 </div> | |
96 | |
97 <div class="action-area button-strip"> | |
98 <button type="reset" id="autoFillEditAddressCancelButton" | |
99 i18n-content="cancel"></button> | 98 i18n-content="cancel"></button> |
100 <button type="submit" id="autoFillEditAddressApplyButton" disabled | 99 <button type="submit" id="autoFillEditAddressApplyButton" disabled |
101 i18n-content="ok"></button> | 100 i18n-content="ok"></button> |
101 </div> | |
102 </span> | |
102 </div> | 103 </div> |
103 </div> | 104 </div> |
OLD | NEW |