summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/default/copper/style.css1
-rw-r--r--template/default/default/style.css6
-rw-r--r--template/default/navigation.html13
-rw-r--r--template/default/prog_detail.html2
-rw-r--r--template/default/prog_summary.html2
-rw-r--r--template/default/style.css3
6 files changed, 9 insertions, 18 deletions
diff --git a/template/default/copper/style.css b/template/default/copper/style.css
index 2db059c..6bbb183 100644
--- a/template/default/copper/style.css
+++ b/template/default/copper/style.css
@@ -145,4 +145,3 @@ label + input { margin-left: 1em; }
#navigation a { color: black; font-weight: bold; text-decoration: none; }
#navigation a:hover { font-size: 13px; color: #ff0000 }
#navigation input { width: 130px; }
-#navigation .bottom { position:absolute; bottom: 5px; }
diff --git a/template/default/default/style.css b/template/default/default/style.css
index 0b57a2f..f2ec8c6 100644
--- a/template/default/default/style.css
+++ b/template/default/default/style.css
@@ -562,9 +562,3 @@ body.help .heading {
#navigation input {
width: 140px;
}
-#navigation .bottom {
- position:absolute;
- left: 0px;
- right: 0px;
- bottom: 5px;
-}
diff --git a/template/default/navigation.html b/template/default/navigation.html
index fd51a95..9a5881a 100644
--- a/template/default/navigation.html
+++ b/template/default/navigation.html
@@ -65,13 +65,7 @@
<div class="navi">
<a href="vdradmin.pl?aktion=tv_show" target="main"><%! Watch TV !%></a>
</div>
- <form action="vdradmin.pl" method="get" name="FormName" target="main" class="search">
- <input type="text" name="search" /><br />
- <input type="submit" name="submit" value="<%! Search !%>" />
- <input type="hidden" name="aktion" value="prog_summary" />
- </form>
- </div>
- <div class="nav_bar bottom">
+ <div class="separator"></div>
<div class="navi">
<a href="vdradmin.pl?aktion=help" target="main"><%! Help !%></a></a>
</div>
@@ -79,6 +73,11 @@
<div class="navi">
<a href="vdradmin.pl?aktion=about" target="main"><%! About !%></a>
</div>
+ <form action="vdradmin.pl" method="get" name="FormName" target="main" class="search">
+ <input type="text" name="search" /><br />
+ <input type="submit" name="submit" value="<%! Search !%>" />
+ <input type="hidden" name="aktion" value="prog_summary" />
+ </form>
</div>
</body>
</html>
diff --git a/template/default/prog_detail.html b/template/default/prog_detail.html
index 825ed43..3f27f0c 100644
--- a/template/default/prog_detail.html
+++ b/template/default/prog_detail.html
@@ -46,7 +46,7 @@
<tmpl_if recurl>
&nbsp;<a href="javascript:window.close();opener.location.href='<tmpl_var recurl>'">[<%! record !%>]</a>
</tmpl_if>
- &nbsp;<a href="vdradmin.pl?search=<tmpl_var find_title>&amp;aktion=prog_summary&amp;submit=go11)" target="main">[<%! search !%>]</a>
+ &nbsp;<a href="vdradmin.pl?search=<tmpl_var find_title>&amp;aktion=prog_summary&amp;submit=go11" target="main">[<%! search !%>]</a>
</tmpl_if>
<tmpl_if imdburl>
&nbsp;<a href="<tmpl_var imdburl>" target="_blank" title="<%! Lookup movie in the Internet-Movie-Database (IMDb) !%>">[IMDb]</a>
diff --git a/template/default/prog_summary.html b/template/default/prog_summary.html
index 3940872..5dbbce2 100644
--- a/template/default/prog_summary.html
+++ b/template/default/prog_summary.html
@@ -79,7 +79,7 @@
<td class="col_center">
<tmpl_if recurl>
<a href="javascript:callurl('<tmpl_var switchurl>');"><img src="bilder/sum_view.gif" width="58" height="22" border="0" alt="<%! TV select !%>" onmouseover="window.status='<%! TV select !%>';return true" title="<%! TV select !%>" /></a>
- <a href="vdradmin.pl?search=<tmpl_var find_title>&amp;aktion=prog_summary&amp;submit=go11)"><img src="bilder/sum_find.gif" width="58" height="22" border="0" alt="<%! Search for other show times !%>" onmouseover="window.status='<%! Search for other show times !%>';return true" title="<%! Search for other show times !%>" /></a>
+ <a href="vdradmin.pl?search=<tmpl_var find_title>&amp;aktion=prog_summary&amp;submit=go11"><img src="bilder/sum_find.gif" width="58" height="22" border="0" alt="<%! Search for other show times !%>" onmouseover="window.status='<%! Search for other show times !%>';return true" title="<%! Search for other show times !%>" /></a>
<tmpl_if summary>
<a href="javascript:popup('<tmpl_var infurl>');"><img src="bilder/sum_info.gif" width="58" height="22" border="0" alt="<%! More Information !%>" onmouseover="window.status='<%! More Information !%>';return true" title="<%! More Information !%>" /></a>
<tmpl_else>
diff --git a/template/default/style.css b/template/default/style.css
index 888b23b..7d88708 100644
--- a/template/default/style.css
+++ b/template/default/style.css
@@ -114,7 +114,7 @@ label + input { margin-left: 1em; }
#prog_summary .date { text-align: right; margin-top: 3px; float: left; }
#prog_summary .duration { text-align: right; margin-top: 3px; }
#prog_summary .title { margin-top: 1em; width: 246px; overflow: hidden; white-space: nowrap; }
-#prog_summary .summary { margin-top: 1em; margin-bottom: 3px; width: 240px; height: 124px; overflow: hidden; white-space: normal; }
+#prog_summary .summary { margin-top: 1em; margin-bottom: 3px; width: 240px; height: 124px; overflow: auto; white-space: normal; }
/* Tooltips */
.tt_table { width: 250px; border: 2px solid #333399; background-color: #ccccff; }
@@ -147,4 +147,3 @@ label + input { margin-left: 1em; }
#navigation a { color: black; font-weight: bold; text-decoration: none; }
#navigation a:hover { text-decoration: underline; }
#navigation input { width: 130px; }
-#navigation .bottom { position:absolute; bottom: 5px; }