Font size support
This commit is contained in:
@@ -571,6 +571,15 @@
|
||||
<option value="270" {% if 270==current_rotation %}selected="selected" {% endif %}>270°</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="options-fontsize">
|
||||
<label for="fontsize">{{ t['font_size'] }}</label>
|
||||
<select name="fontsize">
|
||||
<option value="small" {% if "small"==current_fontsize %}selected="selected" {% endif %}>{{ t['font_small'] }}</option>
|
||||
<option value="normal" {% if "normal"==current_fontsize %}selected="selected" {% endif %}>{{ t['font_normal'] }}</option>
|
||||
<option value="large" {% if "large"==current_fontsize %}selected="selected" {% endif %}>{{ t['font_large'] }}</option>
|
||||
<option value="xlarge" {% if "xlarge"==current_fontsize %}selected="selected" {% endif %}>{{ t['font_xlarge'] }}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="options-printmode">
|
||||
<label for="printmode">{{ t['print_mode'] }}</label>
|
||||
<select name="printmode">
|
||||
|
||||
Reference in New Issue
Block a user