Lines 188-194
Link Here
|
188 |
<input type="text" name="font_size" id="font_size" size="2" value="[% font_size |html %]" /> |
188 |
<input type="text" name="font_size" id="font_size" size="2" value="[% font_size |html %]" /> |
189 |
</li> |
189 |
</li> |
190 |
<li> |
190 |
<li> |
191 |
<label for="font">Oblique title: </label> |
191 |
<label for="oblique_title">Oblique title: </label> |
192 |
[% IF ( oblique_title ) %] |
192 |
[% IF ( oblique_title ) %] |
193 |
<input type="checkbox" name="oblique_title" id="oblique_title" value="1" checked="checked" /> |
193 |
<input type="checkbox" name="oblique_title" id="oblique_title" value="1" checked="checked" /> |
194 |
[% ELSE %] |
194 |
[% ELSE %] |
195 |
- |
|
|