Lines 98-110
Link Here
|
98 |
<input type="text" size="4" name="page_width" id="page_width" value="[% page_width %]" /> |
98 |
<input type="text" size="4" name="page_width" id="page_width" value="[% page_width %]" /> |
99 |
</li> |
99 |
</li> |
100 |
<li> |
100 |
<li> |
101 |
<label for="card_width">Card width:</label> |
|
|
102 |
<input type="text" size="4" name="card_width" id="card_width" value="[% card_width %]" /> |
103 |
</li> |
104 |
<li> |
105 |
<label for="card_height">Card height:</label> |
101 |
<label for="card_height">Card height:</label> |
106 |
<input type="text" size="4" name="card_height" id="card_height" value="[% card_height %]" /> |
102 |
<input type="text" size="4" name="card_height" id="card_height" value="[% card_height %]" /> |
107 |
</li> |
103 |
</li> |
|
|
104 |
<li> |
105 |
<label for="card_width">Card width:</label> |
106 |
<input type="text" size="4" name="card_width" id="card_width" value="[% card_width %]" /> |
107 |
</li> |
108 |
|
108 |
|
109 |
|
109 |
</ol> |
110 |
</ol> |
110 |
</fieldset> |
111 |
</fieldset> |
111 |
- |
|
|