|
@@ -142,13 +142,13 @@
|
|
<label for="color_theme">__MSG_colorTheme__</label>
|
|
<label for="color_theme">__MSG_colorTheme__</label>
|
|
<select name="color_theme" id="color_theme">
|
|
<select name="color_theme" id="color_theme">
|
|
<option value="classic" id="color_theme_classic">
|
|
<option value="classic" id="color_theme_classic">
|
|
- "__MSG_textColorTheme1__"
|
|
|
|
|
|
+ __MSG_textColorTheme1__
|
|
</option>
|
|
</option>
|
|
<option value="accessible" id="color_theme_accessible">
|
|
<option value="accessible" id="color_theme_accessible">
|
|
- "__MSG_textColorTheme2__"
|
|
|
|
|
|
+ __MSG_textColorTheme2__
|
|
</option>
|
|
</option>
|
|
<option value="neon" id="color_theme_neon">
|
|
<option value="neon" id="color_theme_neon">
|
|
- "__MSG_textColorTheme3__"
|
|
|
|
|
|
+ __MSG_textColorTheme3__
|
|
</option>
|
|
</option>
|
|
</select>
|
|
</select>
|
|
<span
|
|
<span
|