diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index c233eaab416..b05b5628662 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -1771,10 +1771,6 @@ class Form $pageyes=$page.'&action='.$action.'&confirm=yes'; $pageno=($useajax == 2?$page.'&confirm=no':''); - // Old code using PWC + Prototype - //print ''; - //print ''; - // New code using jQuery only print '
'; print img_help('','').' '.$more.$question; diff --git a/htdocs/theme/auguria/alert/.cvsignore b/htdocs/theme/auguria/alert/.cvsignore deleted file mode 100644 index 98e6ef67fad..00000000000 --- a/htdocs/theme/auguria/alert/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -*.db diff --git a/htdocs/theme/auguria/alert/bottom.gif b/htdocs/theme/auguria/alert/bottom.gif deleted file mode 100644 index 9870f5224ab..00000000000 Binary files a/htdocs/theme/auguria/alert/bottom.gif and /dev/null differ diff --git a/htdocs/theme/auguria/alert/bottom_left.gif b/htdocs/theme/auguria/alert/bottom_left.gif deleted file mode 100644 index 583f113faf4..00000000000 Binary files a/htdocs/theme/auguria/alert/bottom_left.gif and /dev/null differ diff --git a/htdocs/theme/auguria/alert/bottom_right.gif b/htdocs/theme/auguria/alert/bottom_right.gif deleted file mode 100644 index 230ba12bedb..00000000000 Binary files a/htdocs/theme/auguria/alert/bottom_right.gif and /dev/null differ diff --git a/htdocs/theme/auguria/alert/left.gif b/htdocs/theme/auguria/alert/left.gif deleted file mode 100644 index 4a3fab52023..00000000000 Binary files a/htdocs/theme/auguria/alert/left.gif and /dev/null differ diff --git a/htdocs/theme/auguria/alert/overlay.png b/htdocs/theme/auguria/alert/overlay.png deleted file mode 100644 index 2f3344e5cbb..00000000000 Binary files a/htdocs/theme/auguria/alert/overlay.png and /dev/null differ diff --git a/htdocs/theme/auguria/alert/progress.gif b/htdocs/theme/auguria/alert/progress.gif deleted file mode 100644 index 529e72f45a2..00000000000 Binary files a/htdocs/theme/auguria/alert/progress.gif and /dev/null differ diff --git a/htdocs/theme/auguria/alert/right.gif b/htdocs/theme/auguria/alert/right.gif deleted file mode 100644 index 85ba9e2a56a..00000000000 Binary files a/htdocs/theme/auguria/alert/right.gif and /dev/null differ diff --git a/htdocs/theme/auguria/alert/top.gif b/htdocs/theme/auguria/alert/top.gif deleted file mode 100644 index 8f6193664b7..00000000000 Binary files a/htdocs/theme/auguria/alert/top.gif and /dev/null differ diff --git a/htdocs/theme/auguria/alert/top_left.gif b/htdocs/theme/auguria/alert/top_left.gif deleted file mode 100644 index fabb33a189b..00000000000 Binary files a/htdocs/theme/auguria/alert/top_left.gif and /dev/null differ diff --git a/htdocs/theme/auguria/alert/top_right.gif b/htdocs/theme/auguria/alert/top_right.gif deleted file mode 100644 index 9fec6fa2b34..00000000000 Binary files a/htdocs/theme/auguria/alert/top_right.gif and /dev/null differ diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 5aaf4fc1609..d150740713a 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -1122,154 +1122,6 @@ table.valid { font-weight: bold; } -/* ============================================================================== */ -/* Formulaire confirmation (AJAX) */ -/* ============================================================================== */ - -.overlay_alert { - background-color: #DDDDDD; - filter: alpha(opacity=50); /* Does not respect CSS standard, but required to avoid IE bug */ - -moz-opacity: 0.5; - opacity: 0.5; -} - -.alert_nw { - width: 5px; - height: 5px; - background: transparent url(alert/top_left.gif) no-repeat bottom left; -} - -.alert_n { - height: 5px; - background: transparent url(alert/top.gif) repeat-x bottom left; -} - -.alert_ne { - width: 5px; - height: 5px; - background: transparent url(alert/top_right.gif) no-repeat bottom left -} - -.alert_e { - width: 5px; - background: transparent url(alert/right.gif) repeat-y 0 0; -} - -.alert_w { - width: 5px; - background: transparent url(alert/left.gif) repeat-y 0 0; -} - -.alert_sw { - width: 5px; - height: 5px; - background: transparent url(alert/bottom_left.gif) no-repeat 0 0; -} - -.alert_s { - height: 5px; - background: transparent url(alert/bottom.gif) repeat-x 0 0; -} - -.alert_se, .alert_sizer { - width: 5px; - height: 5px; - background: transparent url(alert/bottom_right.gif) no-repeat 0 0; -} - -.alert_close { - width:0px; - height:0px; - display:none; -} - -.alert_minimize { - width:0px; - height:0px; - display:none; -} - -.alert_maximize { - width:0px; - height:0px; - display:none; -} - -.alert_title { - float:left; - height:1px; - width:100%; -} - -.alert_content { - overflow:visible; - color: #000; - font-family: Tahoma, Arial, sans-serif; - font: 12px arial; - background: #FFF; -} - -/* For alert/confirm dialog */ -.alert_window { - background: #FFF; - padding:30px; - margin-left:auto; - margin-right:auto; - width:400px; -} - -.alert_message { - font: 12px arial; - text-align:left; - width:100%; - color:#012; - padding-top:5px; - padding-left:5px; - padding-bottom:5px; -} - -.alert_buttons { - text-align:center; - width:100%; -} - -.alert_buttons input { - width:20%; - margin:5px; -} - -.alert_progress { - float:left; - margin:auto; - text-align:center; - width:100%; - height:16px; - background: #FFF url('alert/progress.gif') no-repeat center center -} - -.dialog { - display: block; - position: absolute; -} - -.dialog table.table_window { - border-collapse: collapse; - border-spacing: 0; - width: 100%; - margin: 0px; - padding:0px; -} - -.dialog table.table_window td , .dialog table.table_window th { - padding: 0; -} - -.dialog .title_window { - -moz-user-select:none; -} - - - /* ============================================================================== */ /* Tooltips */ diff --git a/htdocs/theme/eldy/alert/.cvsignore b/htdocs/theme/eldy/alert/.cvsignore deleted file mode 100644 index 98e6ef67fad..00000000000 --- a/htdocs/theme/eldy/alert/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -*.db diff --git a/htdocs/theme/eldy/alert/bottom.gif b/htdocs/theme/eldy/alert/bottom.gif deleted file mode 100644 index 9870f5224ab..00000000000 Binary files a/htdocs/theme/eldy/alert/bottom.gif and /dev/null differ diff --git a/htdocs/theme/eldy/alert/bottom_left.gif b/htdocs/theme/eldy/alert/bottom_left.gif deleted file mode 100644 index 583f113faf4..00000000000 Binary files a/htdocs/theme/eldy/alert/bottom_left.gif and /dev/null differ diff --git a/htdocs/theme/eldy/alert/bottom_right.gif b/htdocs/theme/eldy/alert/bottom_right.gif deleted file mode 100644 index 230ba12bedb..00000000000 Binary files a/htdocs/theme/eldy/alert/bottom_right.gif and /dev/null differ diff --git a/htdocs/theme/eldy/alert/left.gif b/htdocs/theme/eldy/alert/left.gif deleted file mode 100644 index 4a3fab52023..00000000000 Binary files a/htdocs/theme/eldy/alert/left.gif and /dev/null differ diff --git a/htdocs/theme/eldy/alert/overlay.png b/htdocs/theme/eldy/alert/overlay.png deleted file mode 100644 index 2f3344e5cbb..00000000000 Binary files a/htdocs/theme/eldy/alert/overlay.png and /dev/null differ diff --git a/htdocs/theme/eldy/alert/progress.gif b/htdocs/theme/eldy/alert/progress.gif deleted file mode 100644 index 529e72f45a2..00000000000 Binary files a/htdocs/theme/eldy/alert/progress.gif and /dev/null differ diff --git a/htdocs/theme/eldy/alert/right.gif b/htdocs/theme/eldy/alert/right.gif deleted file mode 100644 index 85ba9e2a56a..00000000000 Binary files a/htdocs/theme/eldy/alert/right.gif and /dev/null differ diff --git a/htdocs/theme/eldy/alert/top.gif b/htdocs/theme/eldy/alert/top.gif deleted file mode 100644 index 8f6193664b7..00000000000 Binary files a/htdocs/theme/eldy/alert/top.gif and /dev/null differ diff --git a/htdocs/theme/eldy/alert/top_left.gif b/htdocs/theme/eldy/alert/top_left.gif deleted file mode 100644 index fabb33a189b..00000000000 Binary files a/htdocs/theme/eldy/alert/top_left.gif and /dev/null differ diff --git a/htdocs/theme/eldy/alert/top_right.gif b/htdocs/theme/eldy/alert/top_right.gif deleted file mode 100644 index 9fec6fa2b34..00000000000 Binary files a/htdocs/theme/eldy/alert/top_right.gif and /dev/null differ diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 61a848300cc..5e3a20b712d 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1090,154 +1090,6 @@ table.valid { font-weight: bold; } -/* ============================================================================== */ -/* Formulaire confirmation (AJAX) */ -/* ============================================================================== */ - -.overlay_alert { - background-color: #DDDDDD; - filter: alpha(opacity=50); /* Does not respect CSS standard, but required to avoid IE bug */ - -moz-opacity: 0.5; - opacity: 0.5; -} - -.alert_nw { - width: 5px; - height: 5px; - background: transparent url(alert/top_left.gif) no-repeat bottom left; -} - -.alert_n { - height: 5px; - background: transparent url(alert/top.gif) repeat-x bottom left; -} - -.alert_ne { - width: 5px; - height: 5px; - background: transparent url(alert/top_right.gif) no-repeat bottom left -} - -.alert_e { - width: 5px; - background: transparent url(alert/right.gif) repeat-y 0 0; -} - -.alert_w { - width: 5px; - background: transparent url(alert/left.gif) repeat-y 0 0; -} - -.alert_sw { - width: 5px; - height: 5px; - background: transparent url(alert/bottom_left.gif) no-repeat 0 0; -} - -.alert_s { - height: 5px; - background: transparent url(alert/bottom.gif) repeat-x 0 0; -} - -.alert_se, .alert_sizer { - width: 5px; - height: 5px; - background: transparent url(alert/bottom_right.gif) no-repeat 0 0; -} - -.alert_close { - width:0px; - height:0px; - display:none; -} - -.alert_minimize { - width:0px; - height:0px; - display:none; -} - -.alert_maximize { - width:0px; - height:0px; - display:none; -} - -.alert_title { - float:left; - height:1px; - width:100%; -} - -.alert_content { - overflow:visible; - color: #000; - font-family: Tahoma, Arial, sans-serif; - font: 12px arial; - background: #FFF; -} - -/* For alert/confirm dialog */ -.alert_window { - background: #FFF; - padding:30px; - margin-left:auto; - margin-right:auto; - width:400px; -} - -.alert_message { - font: 12px arial; - text-align:left; - width:100%; - color:#012; - padding-top:5px; - padding-left:5px; - padding-bottom:5px; -} - -.alert_buttons { - text-align:center; - width:100%; -} - -.alert_buttons input { - width:20%; - margin:5px; -} - -.alert_progress { - float:left; - margin:auto; - text-align:center; - width:100%; - height:16px; - background: #FFF url('alert/progress.gif') no-repeat center center -} - -.dialog { - display: block; - position: absolute; -} - -.dialog table.table_window { - border-collapse: collapse; - border-spacing: 0; - width: 100%; - margin: 0px; - padding:0px; -} - -.dialog table.table_window td , .dialog table.table_window th { - padding: 0; -} - -.dialog .title_window { - -moz-user-select:none; -} - - - /* ============================================================================== */ /* Tooltips */ diff --git a/htdocs/theme/freelug/alert/.cvsignore b/htdocs/theme/freelug/alert/.cvsignore deleted file mode 100644 index 98e6ef67fad..00000000000 --- a/htdocs/theme/freelug/alert/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -*.db diff --git a/htdocs/theme/freelug/alert/bottom.gif b/htdocs/theme/freelug/alert/bottom.gif deleted file mode 100644 index 9870f5224ab..00000000000 Binary files a/htdocs/theme/freelug/alert/bottom.gif and /dev/null differ diff --git a/htdocs/theme/freelug/alert/bottom_left.gif b/htdocs/theme/freelug/alert/bottom_left.gif deleted file mode 100644 index 583f113faf4..00000000000 Binary files a/htdocs/theme/freelug/alert/bottom_left.gif and /dev/null differ diff --git a/htdocs/theme/freelug/alert/bottom_right.gif b/htdocs/theme/freelug/alert/bottom_right.gif deleted file mode 100644 index 230ba12bedb..00000000000 Binary files a/htdocs/theme/freelug/alert/bottom_right.gif and /dev/null differ diff --git a/htdocs/theme/freelug/alert/left.gif b/htdocs/theme/freelug/alert/left.gif deleted file mode 100644 index 4a3fab52023..00000000000 Binary files a/htdocs/theme/freelug/alert/left.gif and /dev/null differ diff --git a/htdocs/theme/freelug/alert/overlay.png b/htdocs/theme/freelug/alert/overlay.png deleted file mode 100644 index 2f3344e5cbb..00000000000 Binary files a/htdocs/theme/freelug/alert/overlay.png and /dev/null differ diff --git a/htdocs/theme/freelug/alert/progress.gif b/htdocs/theme/freelug/alert/progress.gif deleted file mode 100644 index 529e72f45a2..00000000000 Binary files a/htdocs/theme/freelug/alert/progress.gif and /dev/null differ diff --git a/htdocs/theme/freelug/alert/right.gif b/htdocs/theme/freelug/alert/right.gif deleted file mode 100644 index 85ba9e2a56a..00000000000 Binary files a/htdocs/theme/freelug/alert/right.gif and /dev/null differ diff --git a/htdocs/theme/freelug/alert/top.gif b/htdocs/theme/freelug/alert/top.gif deleted file mode 100644 index 8f6193664b7..00000000000 Binary files a/htdocs/theme/freelug/alert/top.gif and /dev/null differ diff --git a/htdocs/theme/freelug/alert/top_left.gif b/htdocs/theme/freelug/alert/top_left.gif deleted file mode 100644 index fabb33a189b..00000000000 Binary files a/htdocs/theme/freelug/alert/top_left.gif and /dev/null differ diff --git a/htdocs/theme/freelug/alert/top_right.gif b/htdocs/theme/freelug/alert/top_right.gif deleted file mode 100644 index 9fec6fa2b34..00000000000 Binary files a/htdocs/theme/freelug/alert/top_right.gif and /dev/null differ diff --git a/htdocs/theme/freelug/style.css.php b/htdocs/theme/freelug/style.css.php index 64ead52deec..cc2b1e7c4ff 100644 --- a/htdocs/theme/freelug/style.css.php +++ b/htdocs/theme/freelug/style.css.php @@ -872,153 +872,6 @@ table.valid { .valid { } -/* ============================================================================== */ -/* Formulaire confirmation (AJAX) */ -/* ============================================================================== */ - -.overlay_alert { - background-color: #DDDDDD; - filter: alpha(opacity=50); /*Does not respect CSS standard */ - -moz-opacity: 0.5; - opacity: 0.5; -} - -.alert_nw { - width: 5px; - height: 5px; - background: transparent url(alert/top_left.gif) no-repeat bottom left; -} - -.alert_n { - height: 5px; - background: transparent url(alert/top.gif) repeat-x bottom left; -} - -.alert_ne { - width: 5px; - height: 5px; - background: transparent url(alert/top_right.gif) no-repeat bottom left -} - -.alert_e { - width: 5px; - background: transparent url(alert/right.gif) repeat-y 0 0; -} - -.alert_w { - width: 5px; - background: transparent url(alert/left.gif) repeat-y 0 0; -} - -.alert_sw { - width: 5px; - height: 5px; - background: transparent url(alert/bottom_left.gif) no-repeat 0 0; -} - -.alert_s { - height: 5px; - background: transparent url(alert/bottom.gif) repeat-x 0 0; -} - -.alert_se, .alert_sizer { - width: 5px; - height: 5px; - background: transparent url(alert/bottom_right.gif) no-repeat 0 0; -} - -.alert_close { - width:0px; - height:0px; - display:none; -} - -.alert_minimize { - width:0px; - height:0px; - display:none; -} - -.alert_maximize { - width:0px; - height:0px; - display:none; -} - -.alert_title { - float:left; - height:1px; - width:100%; -} - -.alert_content { - overflow:visible; - color: #000; - font-family: Tahoma, Arial, sans-serif; - font: 12px arial; - background: #FFF; -} - -/* For alert/confirm dialog */ -.alert_window { - background: #FFF; - padding:30px; - margin-left:auto; - margin-right:auto; - width:400px; -} - -.alert_message { - font: 12px arial; - text-align:left; - width:100%; - color:#012; - padding-top:5px; - padding-left:5px; - padding-bottom:5px; -} - -.alert_buttons { - text-align:center; - width:100%; -} - -.alert_buttons input { - width:20%; - margin:5px; -} - -.alert_progress { - float:left; - margin:auto; - text-align:center; - width:100%; - height:16px; - background: #FFF url('alert/progress.gif') no-repeat center center -} - -.dialog { - display: block; - position: absolute; -} - -.dialog table.table_window { - border-collapse: collapse; - border-spacing: 0; - width: 100%; - margin: 0px; - padding:0px; -} - -.dialog table.table_window td , .dialog table.table_window th { - padding: 0; -} - -.dialog .title_window { - -moz-user-select:none; -} - - /* ============================================================================== */ /* Tooltips */ diff --git a/htdocs/theme/yellow/alert/.cvsignore b/htdocs/theme/yellow/alert/.cvsignore deleted file mode 100644 index 98e6ef67fad..00000000000 --- a/htdocs/theme/yellow/alert/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -*.db diff --git a/htdocs/theme/yellow/alert/bottom.gif b/htdocs/theme/yellow/alert/bottom.gif deleted file mode 100644 index 9870f5224ab..00000000000 Binary files a/htdocs/theme/yellow/alert/bottom.gif and /dev/null differ diff --git a/htdocs/theme/yellow/alert/bottom_left.gif b/htdocs/theme/yellow/alert/bottom_left.gif deleted file mode 100644 index 583f113faf4..00000000000 Binary files a/htdocs/theme/yellow/alert/bottom_left.gif and /dev/null differ diff --git a/htdocs/theme/yellow/alert/bottom_right.gif b/htdocs/theme/yellow/alert/bottom_right.gif deleted file mode 100644 index 230ba12bedb..00000000000 Binary files a/htdocs/theme/yellow/alert/bottom_right.gif and /dev/null differ diff --git a/htdocs/theme/yellow/alert/left.gif b/htdocs/theme/yellow/alert/left.gif deleted file mode 100644 index 4a3fab52023..00000000000 Binary files a/htdocs/theme/yellow/alert/left.gif and /dev/null differ diff --git a/htdocs/theme/yellow/alert/overlay.png b/htdocs/theme/yellow/alert/overlay.png deleted file mode 100644 index 2f3344e5cbb..00000000000 Binary files a/htdocs/theme/yellow/alert/overlay.png and /dev/null differ diff --git a/htdocs/theme/yellow/alert/progress.gif b/htdocs/theme/yellow/alert/progress.gif deleted file mode 100644 index 529e72f45a2..00000000000 Binary files a/htdocs/theme/yellow/alert/progress.gif and /dev/null differ diff --git a/htdocs/theme/yellow/alert/right.gif b/htdocs/theme/yellow/alert/right.gif deleted file mode 100644 index 85ba9e2a56a..00000000000 Binary files a/htdocs/theme/yellow/alert/right.gif and /dev/null differ diff --git a/htdocs/theme/yellow/alert/top.gif b/htdocs/theme/yellow/alert/top.gif deleted file mode 100644 index 8f6193664b7..00000000000 Binary files a/htdocs/theme/yellow/alert/top.gif and /dev/null differ diff --git a/htdocs/theme/yellow/alert/top_left.gif b/htdocs/theme/yellow/alert/top_left.gif deleted file mode 100644 index fabb33a189b..00000000000 Binary files a/htdocs/theme/yellow/alert/top_left.gif and /dev/null differ diff --git a/htdocs/theme/yellow/alert/top_right.gif b/htdocs/theme/yellow/alert/top_right.gif deleted file mode 100644 index 9fec6fa2b34..00000000000 Binary files a/htdocs/theme/yellow/alert/top_right.gif and /dev/null differ diff --git a/htdocs/theme/yellow/style.css.php b/htdocs/theme/yellow/style.css.php index e0c274fcaa0..eceea286e6b 100644 --- a/htdocs/theme/yellow/style.css.php +++ b/htdocs/theme/yellow/style.css.php @@ -857,154 +857,6 @@ table.valid { font-weight: bold; } -/* ============================================================================== */ -/* Formulaire confirmation (AJAX) */ -/* ============================================================================== */ - -.overlay_alert { - background-color: #DDDDDD; - filter: alpha(opacity=50); /*Does not respect CSS standard */ - -moz-opacity: 0.5; - opacity: 0.5; -} - -.alert_nw { - width: 5px; - height: 5px; - background: transparent url(alert/top_left.gif) no-repeat bottom left; -} - -.alert_n { - height: 5px; - background: transparent url(alert/top.gif) repeat-x bottom left; -} - -.alert_ne { - width: 5px; - height: 5px; - background: transparent url(alert/top_right.gif) no-repeat bottom left -} - -.alert_e { - width: 5px; - background: transparent url(alert/right.gif) repeat-y 0 0; -} - -.alert_w { - width: 5px; - background: transparent url(alert/left.gif) repeat-y 0 0; -} - -.alert_sw { - width: 5px; - height: 5px; - background: transparent url(alert/bottom_left.gif) no-repeat 0 0; -} - -.alert_s { - height: 5px; - background: transparent url(alert/bottom.gif) repeat-x 0 0; -} - -.alert_se, .alert_sizer { - width: 5px; - height: 5px; - background: transparent url(alert/bottom_right.gif) no-repeat 0 0; -} - -.alert_close { - width:0px; - height:0px; - display:none; -} - -.alert_minimize { - width:0px; - height:0px; - display:none; -} - -.alert_maximize { - width:0px; - height:0px; - display:none; -} - -.alert_title { - float:left; - height:1px; - width:100%; -} - -.alert_content { - overflow:visible; - color: #000; - font-family: Tahoma, Arial, sans-serif; - font: 12px arial; - background: #FFF; -} - -/* For alert/confirm dialog */ -.alert_window { - background: #FFF; - padding:30px; - margin-left:auto; - margin-right:auto; - width:400px; -} - -.alert_message { - font: 12px arial; - text-align:left; - width:100%; - color:#012; - padding-top:5px; - padding-left:5px; - padding-bottom:5px; -} - -.alert_buttons { - text-align:center; - width:100%; -} - -.alert_buttons input { - width:20%; - margin:5px; -} - -.alert_progress { - float:left; - margin:auto; - text-align:center; - width:100%; - height:16px; - background: #FFF url('alert/progress.gif') no-repeat center center -} - -.dialog { - display: block; - position: absolute; -} - -.dialog table.table_window { - border-collapse: collapse; - border-spacing: 0; - width: 100%; - margin: 0px; - padding:0px; -} - -.dialog table.table_window td , .dialog table.table_window th { - padding: 0; -} - -.dialog .title_window { - -moz-user-select:none; -} - - - /* ============================================================================== */ /* Tooltips */