Project

General

Profile

Feature #158 » add-configure-option.patch

Adds a checkbox to dvr configuration tab - Fredrik Tuomas -, 2010-03-10 14:40

View differences:

src/webui/static/app/dvr.js (working copy)
456 456
    }, ['storage','postproc','retention','dayDirs',
457 457
	'channelDirs','channelInTitle',
458 458
	'dateInTitle','timeInTitle',
459
	'preExtraTime', 'postExtraTime']);
459
	'preExtraTime', 'postExtraTime', 'whitespaceInTitle']);
460 460

  
461 461
    var confpanel = new Ext.FormPanel({
462 462
	title:'Digital Video Recorder',
......
503 503
	}), new Ext.form.Checkbox({
504 504
	    fieldLabel: 'Include time in title',
505 505
	    name: 'timeInTitle'
506
	}), new Ext.form.Checkbox({
507
	    fieldLabel: 'Replace whitespace in title with \'-\'',
508
	    name: 'whitespaceInTitle'
506 509
	}), {
507 510
	    width: 300,
508 511
	    fieldLabel: 'Post-processor command',
(2-2/3)