summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-03-25 01:18:37 +0100
committerTheTroll <trolldev@gmail.com>2010-03-25 01:18:37 +0100
commit348892c47c8e478813de25224d8dd1b98c2ba087 (patch)
treeb046a14e4142f9261c12adcd3808f232caacb106 /index.php
parent42df25818d1f945a551ef0d52b850344f6dd7abb (diff)
parent2e054a360d350a9d5f2ea487f83819ab53a1d45d (diff)
downloadistreamdev-348892c47c8e478813de25224d8dd1b98c2ba087.tar.gz
istreamdev-348892c47c8e478813de25224d8dd1b98c2ba087.tar.bz2
Merge branch 'jquery' of projects.vdr-developer.org:istreamdev into jquery
* 'jquery' of projects.vdr-developer.org:istreamdev: epg works div name fix
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index 9873891..9e4fae8 100644
--- a/index.php
+++ b/index.php
@@ -230,9 +230,9 @@ include ('bin/auth.php');
<li><span class="timertitle">Select Day:</span></li>
<li><select id="epg_day"><option value="today">Today</option></select>
<li><span class="timertitle">Select Time:</span></li>
- <li class="arrow"><a href="javascript:openSelectTime('layer_epgtime')" class="abutton" id="a_starttime"><span id="layer_epgtime" class="menuname">Now</span></a></li>
+ <li class="arrow"><a href="javascript:openSelectTime('layer_epgtime')" class="abutton" id="a_starttime"><span id="layer_epgtime" class="menuname"></span></a></li>
</ul>
- <input name="epg_time" type="hidden" id="epg_time" value="" />
+ <input name="epg_time" type="hidden" id="epg_time" value="all" />
<ul class="rounded" ref="submitbut"><li><center><a href="#" class="submit_epg">Get Programs</a></center></li></ul>
</form>
</div>
@@ -241,7 +241,7 @@ include ('bin/auth.php');
<div class="toolbar">
<a href="#" class="back">Back</a>
<a href="#home" id="home_but" class="button">Home</a>
- <h1>WHAT'S NOW</h1>
+ <h1>EPG</h1>
</div>
<ul class="edgetoedge" id="ul_epglist">
</ul>