summaryrefslogtreecommitdiff
path: root/template/default/config.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/config.html')
-rw-r--r--template/default/config.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/template/default/config.html b/template/default/config.html
index c40e4ba..ee1bbce 100644
--- a/template/default/config.html
+++ b/template/default/config.html
@@ -240,6 +240,13 @@
<input type="radio" name="AT_TOOLTIP" value="0" id="at_tooltip_no" <?% UNLESS config.AT_TOOLTIP %?>checked="checked"<?% END %?> /><label for="at_tooltip_no"><?% gettext('No') %?></label>
</td>
</tr>
+ <tr class="row_odd">
+ <td class="col_label"><h5><?% gettext('Track schedule changes by:') %?></h5></td>
+ <td class="col_value">
+ <input type="radio" name="NO_EVENTID" value="1" id="no_eventid_1" <?% IF config.NO_EVENTID %?>checked="checked"<?% END %?> /><label for="no_eventid_1"><?% gettext('Broadcast time') %?></label>
+ <input type="radio" name="NO_EVENTID" value="0" id="no_eventid_0" <?% UNLESS config.NO_EVENTID %?>checked="checked"<?% END %?> /><label for="no_eventid_0"><?% gettext('Event id') %?></label>
+ </td>
+ </tr>
</table>
<?% END %?>