Ticket #111: recording_schedules.php

File recording_schedules.php, 467 bytes (added by marc.aronson@…, 21 years ago)

diff -bu ./mythweb/includes/recording_schedules.php

Line 
1--- recording_schedules.php.orig 2005-06-12 06:23:21.000000000 -0700
2+++ recording_schedules.php 2005-06-12 06:56:49.000000000 -0700
3@@ -356,6 +356,9 @@
4 }
5 $str .= "</dd>\n";
6 }
7+ // Recording Priority
8+ $str .= "\t<dt>" . t('Rec Priority') . ":</dt>\n";
9+ $str .= "\t<dd>" . $this->recpriority . "</dd>\n";
10 // Profile
11 if (preg_match('/\\S/', $this->profile)) {
12 $str .= "\t<dt>".t('Profile').":</dt>\n"