From ba8e00e1c27af91db91a0e960815a3b54134dd50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sat, 3 May 2008 06:18:43 +0000 Subject: [PATCH] Remove our own 'textinput' css class which was quite ugly --- ajaxui/ajaxui.css | 5 ----- ajaxui/ajaxui_config_channels.c | 4 ++-- ajaxui/ajaxui_config_dvb.c | 24 ++++++++++++------------ 3 files changed, 14 insertions(+), 19 deletions(-) diff --git a/ajaxui/ajaxui.css b/ajaxui/ajaxui.css index ee6d494f..98f301b9 100644 --- a/ajaxui/ajaxui.css +++ b/ajaxui/ajaxui.css @@ -36,11 +36,6 @@ img { border: 0; } * Input classes */ -.textinput { - border: 1px dotted #000000; - background: #fff -} - .nicebox { margin: 1px; padding: 0px; diff --git a/ajaxui/ajaxui_config_channels.c b/ajaxui/ajaxui_config_channels.c index 8c11f4f8..d6dc01cd 100644 --- a/ajaxui/ajaxui_config_channels.c +++ b/ajaxui/ajaxui_config_channels.c @@ -353,7 +353,7 @@ ajax_chgroup_editor(http_connection_t *hc, http_reply_t *hr, tcp_qprintf(tq, "
Move to group:
" "
" - "", ch->ch_tag); diff --git a/ajaxui/ajaxui_config_dvb.c b/ajaxui/ajaxui_config_dvb.c index 403f3d26..7fbc1dcc 100644 --- a/ajaxui/ajaxui_config_dvb.c +++ b/ajaxui/ajaxui_config_dvb.c @@ -331,7 +331,7 @@ ajax_adapteraddmux(http_connection_t *hc, http_reply_t *hr, "
" "
Frequency (%s):
" "
" - "" + "" "
", fetype == FE_QPSK ? "kHz" : "Hz"); @@ -346,7 +346,7 @@ ajax_adapteraddmux(http_connection_t *hc, http_reply_t *hr, "
" "
Symbolrate:
" "
" - "" + "" "
"); snprintf(params + strlen(params), sizeof(params) - strlen(params), @@ -359,7 +359,7 @@ ajax_adapteraddmux(http_connection_t *hc, http_reply_t *hr, tcp_qprintf(tq, "
" "
Bandwidth:
" - "
"); add_option(tq, caps & FE_CAN_BANDWIDTH_AUTO, "AUTO"); add_option(tq, 1 , "8MHz"); @@ -379,7 +379,7 @@ ajax_adapteraddmux(http_connection_t *hc, http_reply_t *hr, tcp_qprintf(tq, "
" "
Constellation:
" - "
"); add_option(tq, caps & FE_CAN_QAM_AUTO, "AUTO"); add_option(tq, caps & FE_CAN_QPSK, "QPSK"); @@ -402,7 +402,7 @@ ajax_adapteraddmux(http_connection_t *hc, http_reply_t *hr, tcp_qprintf(tq, "
" "
FEC:
" - "
"); add_option(tq, caps & FE_CAN_FEC_AUTO, "AUTO"); add_option(tq, caps & FE_CAN_FEC_1_2, "1/2"); @@ -423,7 +423,7 @@ ajax_adapteraddmux(http_connection_t *hc, http_reply_t *hr, tcp_qprintf(tq, "
" "
Polarisation:
" - "
"); add_option(tq, 1, "Vertical"); add_option(tq, 1, "Horizontal"); @@ -440,7 +440,7 @@ ajax_adapteraddmux(http_connection_t *hc, http_reply_t *hr, tcp_qprintf(tq, "
" "
Transmission mode:
" - "
"); add_option(tq, caps & FE_CAN_TRANSMISSION_MODE_AUTO, "AUTO"); add_option(tq, 1 , "2k"); @@ -453,7 +453,7 @@ ajax_adapteraddmux(http_connection_t *hc, http_reply_t *hr, tcp_qprintf(tq, "
" "
Guard interval:
" - "
"); add_option(tq, caps & FE_CAN_GUARD_INTERVAL_AUTO, "AUTO"); add_option(tq, 1 , "1/32"); @@ -470,7 +470,7 @@ ajax_adapteraddmux(http_connection_t *hc, http_reply_t *hr, tcp_qprintf(tq, "
" "
Hierarchy:
" - "
"); add_option(tq, caps & FE_CAN_HIERARCHY_AUTO, "AUTO"); add_option(tq, 1 , "1"); @@ -488,7 +488,7 @@ ajax_adapteraddmux(http_connection_t *hc, http_reply_t *hr, tcp_qprintf(tq, "
" "
FEC Hi:
" - "
"); add_option(tq, caps & FE_CAN_FEC_AUTO, "AUTO"); add_option(tq, caps & FE_CAN_FEC_1_2, "1/2"); @@ -508,7 +508,7 @@ ajax_adapteraddmux(http_connection_t *hc, http_reply_t *hr, tcp_qprintf(tq, "
" "
FEC Low:
" - "
"); add_option(tq, caps & FE_CAN_FEC_AUTO, "AUTO"); add_option(tq, caps & FE_CAN_FEC_1_2, "1/2"); @@ -545,7 +545,7 @@ ajax_adapteraddmux(http_connection_t *hc, http_reply_t *hr, tcp_qprintf(tq, "
" - "