Improve current when box is in standby
authorStephan Reichholf <sreichholf@users.schwerkraft.elitedvb.net>
Sun, 8 Nov 2009 20:41:09 +0000 (20:41 +0000)
committerStephan Reichholf <sreichholf@users.schwerkraft.elitedvb.net>
Sun, 8 Nov 2009 20:41:09 +0000 (20:41 +0000)
webinterface/src/web-data/manifest.json
webinterface/src/web-data/tpl/default/tplCurrent.htm

index d11f9eb..612079b 100644 (file)
@@ -1,6 +1,6 @@
 {
   "betaManifestVersion": 1,
-  "version": "v38",
+  "version": "v39",
   "entries": [
                { "url": "IEFixes.htc" },               
                { "url": "img/arrow_down.png" },
index d3e4ad0..159d159 100644 (file)
@@ -1,5 +1,5 @@
 <!-- tplCurrent -->
-                       
+                       {if current.title != ""}                
                                <table id="currentTable">
                                        <tr>
                                                <td id="currentName">
                                                <td colspan="2" class="epgLong">${current.extdescription}</td>
                                        </tr>
                                </table>
-
+                       {elseif}
+                               <table id="currentTable">
+                                       <tr>
+                                               <td id="currentName">Nothing running</td>                                       
+                                       </tr>   
+                               </table>
+                       {/if}
 <!-- /tplCurrent -->