summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorRolf Ahrenberg <Rolf.Ahrenberg@sci.fi>2011-02-12 14:29:54 +0200
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2011-02-13 00:37:07 +0100
commit745c8410af429103233724ece35cbb591e6ade29 (patch)
treeb7a5a9f672ff7bda90445ee3921c28a08faa6ed7 /pages
parentdbfccb06a4d922f40cb91694f8c6228869cf728d (diff)
downloadvdr-plugin-live-745c8410af429103233724ece35cbb591e6ade29.tar.gz
vdr-plugin-live-745c8410af429103233724ece35cbb591e6ade29.tar.bz2
Added short description, description, and auxiliary info into the edit recordings page.
Diffstat (limited to 'pages')
-rw-r--r--pages/edit_recording.ecpp26
1 files changed, 26 insertions, 0 deletions
diff --git a/pages/edit_recording.ecpp b/pages/edit_recording.ecpp
index dc124fd..a810908 100644
--- a/pages/edit_recording.ecpp
+++ b/pages/edit_recording.ecpp
@@ -150,6 +150,32 @@ const cRecording* recording;
<td class="label leftcol"><div class="withmargin"><$ tr("Copy only") $>:</div></td>
<td class="rightcol"><input type="checkbox" name="options" value="copy"/></td>
</tr>
+<%cpp>
+if (recording && recording->Info()->ShortText()) {
+</%cpp>
+ <tr>
+ <td class="label leftcol"><div class="withmargin"><$ tr("Short description") $>:</div></td>
+ <td class="rightcol"><$ recording->Info()->ShortText() $></td>
+ </tr>
+<%cpp>
+}
+if (recording && recording->Info()->Description()) {
+</%cpp>
+ <tr>
+ <td class="label leftcol"><div class="withmargin"><$ tr("Description") $>:</div></td>
+ <td class="rightcol"><$ recording->Info()->Description() $></td>
+ </tr>
+<%cpp>
+}
+if (recording && recording->Info()->Aux()) {
+</%cpp>
+ <tr>
+ <td class="label leftcol"><div class="withmargin"><$ tr("Auxiliary info") $>:</div></td>
+ <td class="rightcol"><$ recording->Info()->Aux() $></td>
+ </tr>
+<%cpp>
+}
+</%cpp>
<tr>
<td class="buttonpanel leftcol rightcol bottomrow" colspan="2">
<div class="withmargin">