summaryrefslogtreecommitdiff
path: root/template/default/config.html
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2007-12-19 08:22:58 +0100
committerAndreas Mair <amair.sob@googlemail.com>2007-12-19 08:22:58 +0100
commitd48934f53b4c3d3b0bb9087d87cc13b60b79839e (patch)
tree14a1d6a2a1b4a242616fd9bb06462b91b57017d3 /template/default/config.html
parent7d3a17c4924b5d367f76a0febfefe6ff1e7880d1 (diff)
downloadvdradmin-am-3.6.1.tar.gz
vdradmin-am-3.6.1.tar.bz2
2007-12-19: 3.6.1v3.6.1
- Fixed: show textfield if no locales found. - Updated for infoboxes.js. - Fixed: wrong sorting in find results. - Changed: Remove leading and trailing whitespaces from a timer's title (Reported by Derek). - Changed: Minimal required EPGsearch version to v0.9.23. - Added: Support for features introduced in EPGsearch v0.9.23 (e.g. auto delete searches, timeframe for searches). - Fixed: Close connection to VDR after AutoTimer update (Reported by Leo @vdr-portal.de).
Diffstat (limited to 'template/default/config.html')
-rw-r--r--template/default/config.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/config.html b/template/default/config.html
index 8ea5bb6..8688afc 100644
--- a/template/default/config.html
+++ b/template/default/config.html
@@ -81,7 +81,7 @@
<?% tr_class = (tr_class == "row_odd" ? "row_even" : "row_odd") %?>
<td class="col_label"><h5><?% gettext('Language:') %?></h5></td>
<td class="col_value">
-<?% IF MY_LOCALES %?>
+<?% IF MY_LOCALES.size() > 0 %?>
<select class="submit" name="LANG">
<?% FOREACH locale = MY_LOCALES %?>
<option value="<?% locale.id %?>" <?% IF locale.cur %?>selected="selected"<?% END %?>><?% locale.name %?></option>