Index: branches/5.0.x/core/admin_templates/incs/style_template.css =================================================================== diff -u -r12117 -r12164 --- branches/5.0.x/core/admin_templates/incs/style_template.css (.../style_template.css) (revision 12117) +++ branches/5.0.x/core/admin_templates/incs/style_template.css (.../style_template.css) (revision 12164) @@ -78,15 +78,15 @@ /* Head frame */ table.head-table { - background: url(@@base_url@@/core/admin_templates/img/top_frame/right_background.jpg) top right @@HeadBgColor@@ no-repeat; + background: url('@@base_url@@/core/admin_templates/img/top_frame/right_background.jpg') top right @@HeadBgColor@@ no-repeat; } .head-table tr td { color: @@HeadColor@@ } div#extra_toolbar td.button-active { - background: url(@@base_url@@/core/admin_templates/img/top_frame/toolbar_button_background.gif) bottom left repeat-x; + background: url('@@base_url@@/core/admin_templates/img/top_frame/toolbar_button_background.gif') bottom left repeat-x; height: 22px; } @@ -97,7 +97,7 @@ td.kx-block-header, .head-table tr td.kx-block-header{ color: @@HeadBarColor@@; - background: url(@@base_url@@/core/admin_templates/img/top_frame/toolbar_background.gif) repeat-x top left; + background: url('@@base_url@@/core/admin_templates/img/top_frame/toolbar_background.gif') repeat-x top left; /*background-color: @@HeadBarBgColor@@;*/ padding-left: 7px; padding-right: 7px; @@ -129,7 +129,7 @@ font-size: 12px; font-weight: normal; color: #000000; - background: url(@@base_url@@/core/admin_templates/img/button_back.gif) #f9eeae repeat-x; + background: url('@@base_url@@/core/admin_templates/img/button_back.gif') #f9eeae repeat-x; text-decoration: none; } @@ -138,7 +138,7 @@ font-size: 12px; font-weight: normal; color: #676767; - background: url(@@base_url@@/core/admin_templates/img/button_back_disabled.gif) #f9eeae repeat-x; + background: url('@@base_url@@/core/admin_templates/img/button_back_disabled.gif') #f9eeae repeat-x; text-decoration: none; } @@ -178,11 +178,11 @@ } a.scroll-left { - background: transparent url(@@base_url@@/core/admin_templates/img/tabs/left.png) no-repeat scroll 0 0; + background: transparent url('@@base_url@@/core/admin_templates/img/tabs/left.png') no-repeat scroll 0 0; } a.scroll-right { - background: transparent url(@@base_url@@/core/admin_templates/img/tabs/right.png) no-repeat scroll 0 0; + background: transparent url('@@base_url@@/core/admin_templates/img/tabs/right.png') no-repeat scroll 0 0; } a.disabled { @@ -424,7 +424,7 @@ } .label-cell { - background: #DEE7F6 url(@@base_url@@/core/admin_templates/img/bgr_input_name_line.gif) no-repeat right bottom; + background: #DEE7F6 url('@@base_url@@/core/admin_templates/img/bgr_input_name_line.gif') no-repeat right bottom; font: 12px arial, sans-serif; padding: 4px 20px; width: 150px; @@ -433,13 +433,13 @@ .control-mid { width: 13px; border-left: 1px solid #7A95C2; - background: #fff url(@@base_url@@/core/admin_templates/img/bgr_mid.gif) repeat-x left bottom; + background: #fff url('@@base_url@@/core/admin_templates/img/bgr_mid.gif') repeat-x left bottom; } .control-cell { font: 11px arial, sans-serif; padding: 4px 10px 5px 5px; - background: #fff url(@@base_url@@/core/admin_templates/img/bgr_input_line.gif) no-repeat left bottom; + background: #fff url('@@base_url@@/core/admin_templates/img/bgr_input_line.gif') no-repeat left bottom; width: auto; vertical-align: middle; } @@ -528,14 +528,14 @@ width: 100%; border: 1px solid black; height: 20px; - background: #fff url(@@base_url@@/core/admin_templates/img/progress_left.gif); + background: #fff url('@@base_url@@/core/admin_templates/img/progress_left.gif'); } .uploader-done { width: 0%; background-color: green; height: 20px; - background: #4A92CE url(@@base_url@@/core/admin_templates/img/progress_done.gif); + background: #4A92CE url('@@base_url@@/core/admin_templates/img/progress_done.gif'); } Index: branches/5.0.x/core/admin_templates/incs/sections_list.css =================================================================== diff -u -r12117 -r12164 --- branches/5.0.x/core/admin_templates/incs/sections_list.css (.../sections_list.css) (revision 12117) +++ branches/5.0.x/core/admin_templates/incs/sections_list.css (.../sections_list.css) (revision 12164) @@ -19,7 +19,7 @@ font-weight: bold; font-size: 12px; color: #ffffff; - background: url(../img/summary/overviewbox_header.gif) top left no-repeat; + background: url('../img/summary/overviewbox_header.gif') top left no-repeat; } .overviewbox_body { @@ -56,13 +56,13 @@ font-weight: bold; font-size: 12px; color: #000000; - background: url(../img/summary/searchbox_header.gif) top left no-repeat; + background: url('../img/summary/searchbox_header.gif') top left no-repeat; } .searchbox_body { border: 1px solid #666767; height: 65px; - background: url(../img/summary/searchbox_bg.gif) top left; + background: url('../img/summary/searchbox_bg.gif') top left; } .search { @@ -93,12 +93,12 @@ font-weight: bold; font-size: 12px; color: #000000; - background: url(../img/summary/usersbox_header.gif) top left no-repeat; + background: url('../img/summary/usersbox_header.gif') top left no-repeat; } .usersbox_body { border: 1px solid #666767; - background: url(../img/summary/usersbox_bg.gif) top left; + background: url('../img/summary/usersbox_bg.gif') top left; } .lTDi {