if (recording) {
buttons.push(new Ext.Button({
handler: stopDVR,
- iconCls: 'cancel',
+ iconCls: 'stopRec',
tooltip: 'Stop recording of this program',
- text: "Stop DVR"
+ text: "Stop record"
}));
}
title: 'Broadcast Details',
iconCls: 'broadcast_details',
layout: 'fit',
- width: 600,
- height: 400,
+ width: 650,
+ height: 450,
constrainHeader: true,
buttons: buttons,
buttonAlign: 'center',
background-image: url(../icons/rec.png) !important;
}
+.stopRec {
+ background-image: url(../icons/stop_rec.png) !important;
+}
+
.info {
background-image: url(../icons/information.png) !important;
}