diff options
author | TheTroll <trolldev@gmail.com> | 2010-03-25 01:18:37 +0100 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-03-25 01:18:37 +0100 |
commit | 348892c47c8e478813de25224d8dd1b98c2ba087 (patch) | |
tree | b046a14e4142f9261c12adcd3808f232caacb106 /index.php | |
parent | 42df25818d1f945a551ef0d52b850344f6dd7abb (diff) | |
parent | 2e054a360d350a9d5f2ea487f83819ab53a1d45d (diff) | |
download | istreamdev-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.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |