From: <tim...@us...> - 2009-11-15 13:17:22
|
Revision: 3006 http://web-erp.svn.sourceforge.net/web-erp/?rev=3006&view=rev Author: tim_schofield Date: 2009-11-15 13:17:14 +0000 (Sun, 15 Nov 2009) Log Message: ----------- Synchrinise css files so that all themes include all classes Modified Paths: -------------- trunk/css/default/default.css trunk/css/fresh/default.css trunk/css/gel/default.css trunk/css/jelly/default.css trunk/css/professional/default.css trunk/css/professional- rtl/default.css trunk/css/silverwolf/default.css trunk/doc/Change.log.html Modified: trunk/css/default/default.css =================================================================== --- trunk/css/default/default.css 2009-11-15 12:56:17 UTC (rev 3005) +++ trunk/css/default/default.css 2009-11-15 13:17:14 UTC (rev 3006) @@ -25,8 +25,11 @@ margin-right: 0px; padding: 0px; } -img {border:none;} +img { + border:none; +} + /*links before selection */ a { font-family: Verdana, Arial, Helvetica; @@ -47,9 +50,11 @@ background-color: #587BA6; margin: 0 auto; } + .dpTbl { border: solid navy 1px; } + div.centre { margin: 0 auto; text-align:center; @@ -61,6 +66,7 @@ font-size: 12px; text-align: left; } + .dpTD { border: 0; width:20px; @@ -68,6 +74,7 @@ text-align:right; cursor:pointer; } + .dpDayHighlight { border: 0; width:20px; @@ -75,6 +82,7 @@ text-align:right; cursor:pointer; } + .dpTDHover { border: 0; width:20px; @@ -82,9 +90,11 @@ text-align:right; cursor:pointer; } + td.number { text-align: right; } + .EvenTableRows { background-color: #CCCCCC; } @@ -123,35 +133,36 @@ border: 1px solid navy; } - -.EvenTableRows { - background-color: #CCCCCC; -} - -.OddTableRows { - background-color: #EEEEEE; -} - -th { - font-weight: normal; - background-color: #cccce5; - font-size: 12px; - color: #330000; - text-align: center; -} - input { font-family: Verdana, Arial, Helvetica; font-size: 12px; } + input.number{ text-align: right; } + +input:hover{ +} + select { font-family: Verdana, Arial, Helvetica; font-size: 12px; } +font.good { + font-weight: bold; + color: green; +} + +font.bad { + font-weight: bold; + color:red; +} + +font.header_title { +} + #topMenu { width: 100%; color: black; @@ -202,6 +213,53 @@ border: none; } +textarea{ + font-family: Verdana, Arial, Helvetica; + font-size: 12px; +} + +textarea:hover{ +} +/* Table type is used for UI tables type 1 */ +.table1 { + width:90%; + background: #eee; + border: 0px 0px 2px 2px #222 solid; + background: #eee; + margin: 0 auto; +} +/* Table type is used for UI tables type 2 */ +.table2 { + width:90%; + background: #eee; + border: 0px 0px 2px 2px #222 solid; + background: #eee; + margin: 0 auto; +} + +input.address3 { + text-transform: uppercase; +} + +div.csv { + background:lightgray; + color: black; + border: 1px solid black; + PADDING-LEFT: 3px; + Z-INDEX: 1; + width: 50%; + FLOAT: none; + VISIBILITY: visible; + MARGIN: 0 auto; + POSITION: static; + font-family: Verdana, Arial, Helvetica; + padding-top: 1px; + padding-bottom: 1px; + font-weight: normal; + font-size: 10px; + TEXT-ALIGN:center; +} + .callout_main { font-family: Verdana, Arial, Helvetica; background-color: white; @@ -237,6 +295,9 @@ top: 3px; */ } +#quick_menu{ +} + /*The main page heading left part before quick menu */ .quick_menu_left { font-family: Verdana, Arial, Helvetica; @@ -271,6 +332,29 @@ text-align: right; } +.quick_menu_tab a{ + color:#fff; + font-weight:bold; +} + +.quick_menu_left a{ + color:#fff; +} + +.quick_menu_tab a:hover{ + color:#ffc; + text-decoration:none; + font-weight:bold; +} + +.quick_menu_left a:hover{ + color:#ffc; + text-decoration:none; +} + +.quick_menu_tab:hover{ + color:#ffd; +} /*the Select Customer / Item / Supplier Menu tabs */ .system_menu_tabs { background-color: white; @@ -329,6 +413,17 @@ } +.main_menu_unselected:hover{ +} +.main_menu_selected:hover{ +} + +.main_menu_unselected a{ +} + +.main_menu_unselected a:hover{ +} + .main_menu_selected { background-color: white; border-top: 1px #AAAAAA solid; @@ -342,6 +437,16 @@ white-space: nowrap; } +.main_menu_selected a{ + color: #eee; + font-weight:bold; +} + +.main_menu_selected a:hover{ + color: #fff; + text-decoration: none; +} + span.main_menu_nolink { font-family: Verdana, Arial, Helvetica; font-size: 12px; @@ -395,6 +500,9 @@ width: 25%; } +.menu_group_headers table{ + } + .menu_group_headers_text { font-family: Verdana, Arial, Helvetica; font-size: 12px; @@ -418,6 +526,54 @@ padding-bottom: 2px; } +.page_title_text { + font-family: Verdana, Arial, Helvetica; + padding-top: 2px; + padding-bottom: 2px; + font-weight: bold; + font-size: 12px; + color: black; + TEXT-ALIGN:center; +} + +DIV.page_help_text { + background: lightgrey url(images/help.png) top left no-repeat; + BORDER: #a52a2a 1px solid; + padding-top:2px; + padding-bottom: 2px; + PADDING-LEFT: 10px; + Z-INDEX: 1; + width: 80%; + FLOAT: none; + VISIBILITY: visible; + MARGIN: 0 auto; + POSITION: static; + font-family: Verdana, Arial, Helvetica; + font-weight: normal; + font-size: 10px; + color: black; + TEXT-ALIGN:center; +} + +DIV.system_check { + BORDER: #a52a2a 1px solid; + PADDING-LEFT: 3px; + Z-INDEX: 1; + width: 40%; + FLOAT: none; + VISIBILITY: visible; + MARGIN: 0 auto; + POSITION: static; + background: lightgray; + font-family: Verdana, Arial, Helvetica; + padding-top: 1px; + padding-bottom: 1px; + font-weight: normal; + font-size: 10px; + color: black; + TEXT-ALIGN:left; +} + span.menu_group_nolink { font-family: Verdana, Arial, Helvetica; font-size: 12px; @@ -439,13 +595,20 @@ bottom: -3px; } +a.footer { + font-family: Verdana, Arial, Helvetica; + color: black; + font-weight: normal; + font-size: 8px; +} + .footer { font-family: Verdana, Arial, Helvetica; color: #CCCCCC; font-weight: normal; font-size: 9px; - text-align: center; -} + t + .legal { font-family: Arial, Helvetica, sans-serif; font-size: 9px; @@ -509,6 +672,7 @@ font-style:italic; color:#555555; } + .label { font-weight:bold; font-style:normal; @@ -522,31 +686,10 @@ color: white; } -.page_title_text { - font-family: Verdana, Arial, Helvetica; - padding-top: 2px; - padding-bottom: 2px; - font-weight: bold; - font-size: 12px; - color: black; - TEXT-ALIGN:center; +.table_index { + background-color: #F1FFDD; } -DIV.page_help_text { - BORDER: #a52a2a 1px solid; - PADDING-LEFT: 3px; - Z-INDEX: 1; - width: 50%; - FLOAT: none; - VISIBILITY: visible; - MARGIN: 0 auto; - POSITION: static; - background-color: lightgray; - font-family: Verdana, Arial, Helvetica; - padding-top: 1px; - padding-bottom: 1px; - font-weight: normal; - font-size: 10px; - color: black; - TEXT-ALIGN:center; -} +li { + list-style-image: url(bullet.gif); +} \ No newline at end of file Modified: trunk/css/fresh/default.css =================================================================== --- trunk/css/fresh/default.css 2009-11-15 12:56:17 UTC (rev 3005) +++ trunk/css/fresh/default.css 2009-11-15 13:17:14 UTC (rev 3006) @@ -25,8 +25,11 @@ margin-right: 10px; padding: 0px; } -img {border:none;} +img { + border:none; +} + /*links before selection */ a { font-family: Verdana, Arial, Helvetica; @@ -46,6 +49,7 @@ background-color: #B4BB86; margin: 0 auto; } + .dpTbl { border: solid navy 1px; } @@ -61,6 +65,7 @@ font-size: 12px; text-align: left; } + .dpTD { border: 0; width:20px; @@ -68,6 +73,7 @@ text-align:right; cursor:pointer; } + .dpDayHighlight { border: 0; width:20px; @@ -75,6 +81,7 @@ text-align:right; cursor:pointer; } + .dpTDHover { border: 0; width:20px; @@ -82,9 +89,11 @@ text-align:right; cursor:pointer; } + td.number { text-align: right; } + .EvenTableRows { background-color: #CCCCCC; } @@ -125,34 +134,36 @@ border: 1px solid navy; } -.EvenTableRows { - background-color: #CCCCCC; -} - -.OddTableRows { - background-color: #EEEEEE; -} - -th { - font-weight: normal; - background-color: #cccce5; - font-size: 12px; - color: #330000; -} - input { font-family: Verdana, Arial, Helvetica; font-size: 12px; } + input.number{ text-align: right; } + +input:hover{ +} + select { font-family: Verdana, Arial, Helvetica; font-size: 12px; } +font.good { + font-weight: bold; + color: green; +} +font.bad { + font-weight: bold; + color:red; +} + +font.header_title { +} + #topMenu { width: 100%; color: black; @@ -203,6 +214,52 @@ border: none; } +textarea{ + font-family: Verdana, Arial, Helvetica; + font-size: 12px; +} + +textarea:hover{ +} +/* Table type is used for UI tables type 1 */ +.table1 { + width:90%; + background: #eee; + border: 0px 0px 2px 2px #222 solid; + background: #eee; + margin: 0 auto; +} +/* Table type is used for UI tables type 2 */ +.table2 { + width:90%; + background: #eee; + border: 0px 0px 2px 2px #222 solid; + background: #eee; + margin: 0 auto; +} +input.address3 { + text-transform: uppercase; +} + +div.csv { + background:lightgray; + color: black; + border: 1px solid black; + PADDING-LEFT: 3px; + Z-INDEX: 1; + width: 50%; + FLOAT: none; + VISIBILITY: visible; + MARGIN: 0 auto; + POSITION: static; + font-family: Verdana, Arial, Helvetica; + padding-top: 1px; + padding-bottom: 1px; + font-weight: normal; + font-size: 10px; + TEXT-ALIGN:center; +} + .callout_main { font-family: Verdana, Arial, Helvetica; background-color: #ffffff; @@ -238,6 +295,9 @@ top: 3px; */ } +#quick_menu{ +} + /*The main page heading left part before quick menu */ .quick_menu_left { font-family: Verdana, Arial, Helvetica; @@ -270,6 +330,29 @@ text-align: right; } +.quick_menu_tab a{ + color:#fff; + font-weight:bold; +} + +.quick_menu_left a{ + color:#fff; +} + +.quick_menu_tab a:hover{ + color:#ffc; + text-decoration:none; + font-weight:bold; +} + +.quick_menu_left a:hover{ + color:#ffc; + text-decoration:none; +} + +.quick_menu_tab:hover{ + color:#ffd; +} /*the Select Customer / Item / Supplier Menu tabs */ .system_menu_tabs { background-color: #ffffff; @@ -317,6 +400,17 @@ white-space: nowrap; } +.main_menu_unselected:hover{ +} +.main_menu_selected:hover{ +} + +.main_menu_unselected a{ +} + +.main_menu_unselected a:hover{ +} + .main_menu_selected { background-color: #617C4F; border: 2px inset #41437D; @@ -324,6 +418,16 @@ white-space: nowrap; } +.main_menu_selected a{ + color: #eee; + font-weight:bold; +} + +.main_menu_selected a:hover{ + color: #fff; + text-decoration: none; +} + span.main_menu_nolink { font-family: Verdana, Arial, Helvetica; font-size: 12px; @@ -370,6 +474,9 @@ width: 25%; } +.menu_group_headers table{ +} + .menu_group_headers_text { font-family: Verdana, Arial, Helvetica; font-size: 12px; @@ -390,6 +497,54 @@ padding-bottom: 2px; } +.page_title_text { + font-family: Verdana, Arial, Helvetica; + padding-top: 2px; + padding-bottom: 2px; + font-weight: bold; + font-size: 12px; + color: black; + TEXT-ALIGN:center; +} + +DIV.page_help_text { + background: lightgrey url(images/help.png) top left no-repeat; + BORDER: #a52a2a 1px solid; + padding-top:2px; + padding-bottom: 2px; + PADDING-LEFT: 10px; + Z-INDEX: 1; + width: 80%; + FLOAT: none; + VISIBILITY: visible; + MARGIN: 0 auto; + POSITION: static; + font-family: Verdana, Arial, Helvetica; + font-weight: normal; + font-size: 10px; + color: black; + TEXT-ALIGN:center; +} + +DIV.system_check { + BORDER: #a52a2a 1px solid; + PADDING-LEFT: 3px; + Z-INDEX: 1; + width: 40%; + FLOAT: none; + VISIBILITY: visible; + MARGIN: 0 auto; + POSITION: static; + background: lightgray; + font-family: Verdana, Arial, Helvetica; + padding-top: 1px; + padding-bottom: 1px; + font-weight: normal; + font-size: 10px; + color: black; + TEXT-ALIGN:left; +} + span.menu_group_nolink { font-family: Verdana, Arial, Helvetica; font-size: 12px; @@ -410,12 +565,14 @@ position: relative; bottom: -3px; } + a.footer { font-family: Verdana, Arial, Helvetica; color: black; font-weight: normal; font-size: 8px; } + .footer { font-family: Verdana, Arial, Helvetica; color: black; @@ -423,6 +580,7 @@ font-size: 8px; text-align: center; } + .legal { font-family: Arial, Helvetica, sans-serif; font-size: 9px; @@ -501,39 +659,11 @@ background-color: #234567; color: white; } + .table_index { background-color: #F1FFDD; } li { list-style-image: url(bullet.gif); -} - -.page_title_text { - font-family: Verdana, Arial, Helvetica; - padding-top: 2px; - padding-bottom: 2px; - font-weight: bold; - font-size: 12px; - color: black; - TEXT-ALIGN:center; -} - -DIV.page_help_text { - BORDER: #a52a2a 1px solid; - PADDING-LEFT: 3px; - Z-INDEX: 1; - width: 50%; - FLOAT: none; - VISIBILITY: visible; - MARGIN: 0 auto; - POSITION: static; - background-color: lightgray; - font-family: Verdana, Arial, Helvetica; - padding-top: 1px; - padding-bottom: 1px; - font-weight: normal; - font-size: 10px; - color: black; - TEXT-ALIGN:center; -} +} \ No newline at end of file Modified: trunk/css/gel/default.css =================================================================== --- trunk/css/gel/default.css 2009-11-15 12:56:17 UTC (rev 3005) +++ trunk/css/gel/default.css 2009-11-15 13:17:14 UTC (rev 3006) @@ -26,8 +26,11 @@ margin-right: 0px; padding: 0px; } -img {border:none;} +img { + border:none; +} + /*links before selection */ a { font-family: Verdana, Arial, Helvetica; @@ -43,17 +46,6 @@ text-decoration: none; } - -input{ - background: url(images/input.png) #eee; - color:#000; - border: 0px 0px 1px 1px #000 dashed; - font-family: Verdana, Arial, Helvetica; - font-size: 12px; -} -input.number{ - text-align: right; -} input:hover{ background: url(images/inputh.png) #eee; color:#000; @@ -71,15 +63,18 @@ color:#000; border: 1px 1px 1px 1px #000 solid; } + table { background-color: #eee; border: 0px 0px 2px 2px #222 solid; background: #eee; margin: 0 auto; } + .dpTbl { border: solid navy 1px; } + div.centre { margin: 0 auto; text-align:center; @@ -91,6 +86,7 @@ font-size: 12px; text-align: left; } + .dpTD { border: 0; width:20px; @@ -98,6 +94,7 @@ text-align:right; cursor:pointer; } + .dpDayHighlight { border: 0; width:20px; @@ -105,6 +102,7 @@ text-align:right; cursor:pointer; } + .dpTDHover { border: 0; width:20px; @@ -112,10 +110,27 @@ text-align:right; cursor:pointer; } + td.number { text-align: right; } +.EvenTableRows { + background-color: #CCCCCC; +} + +.OddTableRows { + background-color: #EEEEEE; +} + +th { + font-weight: normal; + background-color: #ccc; + font-size: 12px; + color: #330000; + text-align: center; +} + div.error { background-color:red; color: white; @@ -141,20 +156,19 @@ border: 1px solid white; } -.EvenTableRows { - background-color: #CCCCCC; +input{ + background: url(images/input.png) #eee; + color:#000; + border: 0px 0px 1px 1px #000 dashed; + font-family: Verdana, Arial, Helvetica; + font-size: 12px; } -.OddTableRows { - background-color: #EEEEEE; +input.number{ + text-align: right; } -th { - font-weight: normal; - background-color: #ccc; - font-size: 12px; - color: #330000; - text-align: center; +input:hover{ } select {background:#eee; @@ -163,7 +177,19 @@ font-size: 12px; } +font.good { + font-weight: bold; + color: green; +} +font.bad { + font-weight: bold; + color:red; +} + +font.header_title { +} + #topMenu { width: 100%; color: black; @@ -213,6 +239,55 @@ border: none; } +textarea{ + background: url(images/input.png) #eee; + color:#000; + border: 0px 0px 1px 1px #000 dashed; + font-family: Verdana, Arial, Helvetica; + font-size: 12px; +} + +textarea:hover{ +} +/* Table type is used for UI tables type 1 */ +.table1 { + width:90%; + background: #eee; + border: 0px 0px 2px 2px #222 solid; + background: #eee; + margin: 0 auto; +} +/* Table type is used for UI tables type 2 */ +.table2 { + width:90%; + background: #eee; + border: 0px 0px 2px 2px #222 solid; + background: #eee; + margin: 0 auto; +} +input.address3 { + text-transform: uppercase; +} + +div.csv { + background:lightgray; + color: black; + border: 1px solid black; + PADDING-LEFT: 3px; + Z-INDEX: 1; + width: 50%; + FLOAT: none; + VISIBILITY: visible; + MARGIN: 0 auto; + POSITION: static; + font-family: Verdana, Arial, Helvetica; + padding-top: 1px; + padding-bottom: 1px; + font-weight: normal; + font-size: 10px; + TEXT-ALIGN:center; +} + .callout_main { font-family: Verdana, Arial, Helvetica; background-color: white; @@ -286,26 +361,28 @@ } .quick_menu_tab a{ -color:#fff; -font-weight:bold; + color:#fff; + font-weight:bold; } + .quick_menu_left a{ -color:#fff; + color:#fff; } - .quick_menu_tab a:hover{ -color:#ffc; -text-decoration:none; -font-weight:bold; + color:#ffc; + text-decoration:none; + font-weight:bold; } + .quick_menu_left a:hover{ -color:#ffc; -text-decoration:none; + color:#ffc; + text-decoration:none; } + .quick_menu_tab:hover{ -color:#ffd; -background: url(images/gelblueh.png) 0px -2px repeat-x; + color:#ffd; + background: url(images/gelblueh.png) 0px -2px repeat-x; } /*the Select Customer / Item / Supplier Menu tabs */ .system_menu_tabs { @@ -401,6 +478,12 @@ white-space: nowrap; } +.main_menu a { +} + +.main_menu a:hover { +} + .menu_group_img { background-color: #CCCCCC; text-align: center; @@ -416,7 +499,6 @@ .menu_group_area { border: none; - } .blank_area table { @@ -447,11 +529,58 @@ } .menu_group_item { - padding-top: 2px; padding-bottom: 2px; } +.page_title_text { + font-family: Verdana, Arial, Helvetica; + padding-top: 2px; + padding-bottom: 2px; + font-weight: bold; + font-size: 12px; + color: black; + TEXT-ALIGN:center; +} + +DIV.page_help_text { + background: lightgrey url(images/help.png) top left no-repeat; + BORDER: #a52a2a 1px solid; + padding-top:2px; + padding-bottom: 2px; + PADDING-LEFT: 10px; + Z-INDEX: 1; + width: 80%; + FLOAT: none; + VISIBILITY: visible; + MARGIN: 0 auto; + POSITION: static; + font-family: Verdana, Arial, Helvetica; + font-weight: normal; + font-size: 10px; + color: black; + TEXT-ALIGN:center; +} + +DIV.system_check { + BORDER: #a52a2a 1px solid; + PADDING-LEFT: 3px; + Z-INDEX: 1; + width: 40%; + FLOAT: none; + VISIBILITY: visible; + MARGIN: 0 auto; + POSITION: static; + background: lightgray; + font-family: Verdana, Arial, Helvetica; + padding-top: 1px; + padding-bottom: 1px; + font-weight: normal; + font-size: 10px; + color: black; + TEXT-ALIGN:left; +} + span.menu_group_nolink { font-family: Verdana, Arial, Helvetica; font-size: 12px; @@ -475,6 +604,13 @@ } +a.footer { + font-family: Verdana, Arial, Helvetica; + color: black; + font-weight: normal; + font-size: 8px; +} + .footer { font-family: Verdana, Arial, Helvetica; color: black; @@ -482,6 +618,7 @@ font-size: 8px; text-align: center; } + .legal { font-family: Arial, Helvetica, sans-serif; font-size: 9px; @@ -558,3 +695,11 @@ background-color: #234567; color: white; } + +.table_index { + background-color: #F1FFDD; +} + +li { + list-style-image: url(bullet.gif); +} \ No newline at end of file Modified: trunk/css/jelly/default.css =================================================================== --- trunk/css/jelly/default.css 2009-11-15 12:56:17 UTC (rev 3005) +++ trunk/css/jelly/default.css 2009-11-15 13:17:14 UTC (rev 3006) @@ -26,7 +26,10 @@ margin-right: 0px; padding: 0px; } -img {border:none;} + +img { + border:none; +} /*links before selection */ a { font-family: Verdana, Arial, Helvetica; @@ -42,45 +45,7 @@ text-decoration: none; } -font.good { - font-weight: bold; - color: green; -} -font.bad { - font-weight: bold; - color:red; -} -/* In Jelly theme we don't want the page title text in the menu bar */ -font.header_title { - display:none -} -input{ - background: url(images/input.png) #eee; - color:#000; - border: 0px 0px 1px 1px #000 dashed; - font-family: Verdana, Arial, Helvetica; - font-size: 12px; -} -input.number{ - text-align: right; -} -input:hover{ - background: url(images/inputh.png) #eee; - color:#000; - border: 1px 1px 1px 1px #000 solid; -} -textarea{ - background: url(images/inputtxt.png) #eee; - color:#000; - border: 0px 0px 1px 1px #000 dashed; - font-family: Verdana, Arial, Helvetica; - font-size: 12px; - } -textarea:hover{ - background: url(images/inputhtxt.png) #eee; - color:#000; - border: 1px 1px 1px 1px #000 solid; -} + /* Table type is used for default tables*/ table { background: #eee; @@ -88,38 +53,23 @@ background: #eee; margin: 0 auto; } -/* Table type is used for UI tables type 1 */ -.table1 { - width:90%; - background: #eee; - border: 0px 0px 2px 2px #222 solid; - background: #eee; - margin: 0 auto; -} -/* Table type is used for UI tables type 2 */ -.table2 { - width:90%; - background: #eee; - border: 0px 0px 2px 2px #222 solid; - background: #eee; - margin: 0 auto; -} + .dpTbl { border: solid navy 1px; } + div.centre { margin: 0 auto; text-align:center; } + /*table detail items default format */ td { font-family: Verdana, Arial, Helvetica; font-size: 12px; text-align:left; } -input.address3 { - text-transform: uppercase; -} + .dpTD { border: 0; width:20px; @@ -127,6 +77,7 @@ text-align:right; cursor:pointer; } + .dpDayHighlight { border: 0; width:20px; @@ -134,6 +85,7 @@ text-align:right; cursor:pointer; } + .dpTDHover { border: 0; width:20px; @@ -141,9 +93,27 @@ text-align:right; cursor:pointer; } + td.number { text-align: right; } + +.EvenTableRows { + background: #CCCCCC; +} + +.OddTableRows { + background: #EEEEEE; +} + +th { + font-weight: normal; + background: #ccc; + font-size: 12px; + color: #330000; + text-align: center; +} + div.error { background:red; color: white; @@ -221,48 +191,44 @@ TEXT-ALIGN:center; } -div.csv { - background:lightgray; - color: black; - border: 1px solid black; - PADDING-LEFT: 3px; - Z-INDEX: 1; - width: 50%; - FLOAT: none; - VISIBILITY: visible; - MARGIN: 0 auto; - POSITION: static; - font-family: Verdana, Arial, Helvetica; - padding-top: 1px; - padding-bottom: 1px; - font-weight: normal; - font-size: 10px; - TEXT-ALIGN:center; +input{ + background: url(images/input.png) #eee; + color:#000; + border: 0px 0px 1px 1px #000 dashed; + font-family: Verdana, Arial, Helvetica; + font-size: 12px; } -.EvenTableRows { - background: #CCCCCC; +input.number{ + text-align: right; } -.OddTableRows { - background: #EEEEEE; +input:hover{ + background: url(images/inputh.png) #eee; + color:#000; + border: 1px 1px 1px 1px #000 solid; } -th { - font-weight: normal; - background: #ccc; - font-size: 12px; - color: #330000; - text-align: center; -} - select {background:#eee; color:#111; font-family: Verdana, Arial, Helvetica; font-size: 12px; } +font.good { + font-weight: bold; + color: green; +} +font.bad { + font-weight: bold; + color:red; +} +/* In Jelly theme we don't want the page title text in the menu bar */ +font.header_title { + display:none +} + #topMenu { width: 100%; color: black; @@ -312,6 +278,58 @@ border: none; } +textarea{ + background: url(images/inputtxt.png) #eee; + color:#000; + border: 0px 0px 1px 1px #000 dashed; + font-family: Verdana, Arial, Helvetica; + font-size: 12px; + } +textarea:hover{ + background: url(images/inputhtxt.png) #eee; + color:#000; + border: 1px 1px 1px 1px #000 solid; +} +/* Table type is used for UI tables type 1 */ +.table1 { + width:90%; + background: #eee; + border: 0px 0px 2px 2px #222 solid; + background: #eee; + margin: 0 auto; +} +/* Table type is used for UI tables type 2 */ +.table2 { + width:90%; + background: #eee; + border: 0px 0px 2px 2px #222 solid; + background: #eee; + margin: 0 auto; +} +input.address3 { + text-transform: uppercase; +} + +div.csv { + background:lightgray; + color: black; + border: 1px solid black; + PADDING-LEFT: 3px; + Z-INDEX: 1; + width: 50%; + FLOAT: none; + VISIBILITY: visible; + MARGIN: 0 auto; + POSITION: static; + font-family: Verdana, Arial, Helvetica; + padding-top: 1px; + padding-bottom: 1px; + font-weight: normal; + font-size: 10px; + TEXT-ALIGN:center; +} + + .callout_main { font-family: Verdana, Arial, Helvetica; background: white; @@ -387,26 +405,28 @@ } .quick_menu_tab a{ -color:#fff; -font-weight:bold; + color:#fff; + font-weight:bold; } + .quick_menu_left a{ -color:#fff; + color:#fff; } - .quick_menu_tab a:hover{ -color:#ffc; -text-decoration:none; -font-weight:bold; + color:#ffc; + text-decoration:none; + font-weight:bold; } + .quick_menu_left a:hover{ -color:#ffc; -text-decoration:none; + color:#ffc; + text-decoration:none; } + .quick_menu_tab:hover{ -color:#ffd; -background: url(images/gelblueh.png) 0px -2px repeat-x; + color:#ffd; + background: url(images/gelblueh.png) 0px -2px repeat-x; } /*the Select Customer / Item / Supplier Menu tabs */ .system_menu_tabs { @@ -502,6 +522,12 @@ white-space: nowrap; } +.main_menu a { +} + +.main_menu a:hover { +} + .menu_group_img { background: #CCCCCC; text-align: center; @@ -517,7 +543,6 @@ .menu_group_area { border: none; - } .blank_area table { @@ -548,7 +573,6 @@ } .menu_group_item { - padding-top: 2px; padding-bottom: 2px; } @@ -623,6 +647,13 @@ position: relative; } +a.footer { + font-family: Verdana, Arial, Helvetica; + color: black; + font-weight: normal; + font-size: 8px; +} + .footer { font-family: Verdana, Arial, Helvetica; color: black; @@ -630,6 +661,7 @@ font-size: 8px; text-align: center; } + .legal { font-family: Arial, Helvetica, sans-serif; font-size: 9px; @@ -706,3 +738,11 @@ background: #234567; color: white; } + +.table_index { + background-color: #F1FFDD; +} + +li { + list-style-image: url(bullet.gif); +} \ No newline at end of file Modified: trunk/css/professional/default.css =================================================================== --- trunk/css/professional/default.css 2009-11-15 12:56:17 UTC (rev 3005) +++ trunk/css/professional/default.css 2009-11-15 13:17:14 UTC (rev 3006) @@ -25,8 +25,11 @@ margin-right: 10px; padding: 0px; } -img {border:none;} +img { + border:none; +} + /*links before selection */ a { font-family: Verdana, Arial, Helvetica; @@ -46,9 +49,11 @@ background-color: #EEEEFF; margin: 0 auto; } + .dpTbl { border: solid navy 1px; } + div.centre { margin: 0 auto; text-align:center; @@ -60,6 +65,7 @@ font-size: 12px; text-align: left; } + .dpTD { border: 0; width:20px; @@ -67,6 +73,7 @@ text-align:right; cursor:pointer; } + .dpDayHighlight { border: 0; width:20px; @@ -74,6 +81,7 @@ text-align:right; cursor:pointer; } + .dpTDHover { border: 0; width:20px; @@ -81,9 +89,11 @@ text-align:right; cursor:pointer; } + td.number { text-align: right; } + .EvenTableRows { background-color: #CCCCCC; } @@ -128,15 +138,32 @@ font-family: Verdana, Arial, Helvetica; font-size: 12px; } + input.number{ text-align: right; } + +input:hover{ +} + select { font-family: Verdana, Arial, Helvetica; font-size: 12px; } +font.good { + font-weight: bold; + color: green; +} +font.bad { + font-weight: bold; + color:red; +} + +font.header_title { +} + #topMenu { width: 100%; color: black; @@ -187,6 +214,52 @@ border: none; } +textarea{ + font-family: Tahoma, Verdana, Arial, Helvetica; + font-size: 12px; +} + +textarea:hover{ +} +/* Table type is used for UI tables type 1 */ +.table1 { + width:90%; + background: #eee; + border: 0px 0px 2px 2px #222 solid; + background: #eee; + margin: 0 auto; +} +/* Table type is used for UI tables type 2 */ +.table2 { + width:90%; + background: #eee; + border: 0px 0px 2px 2px #222 solid; + background: #eee; + margin: 0 auto; +} +input.address3 { + text-transform: uppercase; +} + +div.csv { + background:lightgray; + color: black; + border: 1px solid black; + PADDING-LEFT: 3px; + Z-INDEX: 1; + width: 50%; + FLOAT: none; + VISIBILITY: visible; + MARGIN: 0 auto; + POSITION: static; + font-family: Verdana, Arial, Helvetica; + padding-top: 1px; + padding-bottom: 1px; + font-weight: normal; + font-size: 10px; + TEXT-ALIGN:center; +} + .callout_main { font-family: Verdana, Arial, Helvetica; background-color: white; @@ -222,6 +295,9 @@ top: 3px; */ } +#quick_menu{ +} + /*The main page heading left part before quick menu */ .quick_menu_left { font-family: Verdana, Arial, Helvetica; @@ -255,6 +331,29 @@ text-align: right; } +.quick_menu_tab a{ + color:#fff; + font-weight:bold; +} + +.quick_menu_left a{ + color:#fff; +} + +.quick_menu_tab a:hover{ + color:#ffc; + text-decoration:none; + font-weight:bold; +} + +.quick_menu_left a:hover{ + color:#ffc; + text-decoration:none; +} + +.quick_menu_tab:hover{ + color:#ffd; +} /*the Select Customer / Item / Supplier Menu tabs */ .system_menu_tabs { background-color: white; @@ -303,6 +402,17 @@ white-space: nowrap; } +.main_menu_unselected:hover{ +} +.main_menu_selected:hover{ +} + +.main_menu_unselected a{ +} + +.main_menu_unselected a:hover{ +} + .main_menu_selected { background-color: #CCCCCC; border: 2px inset white; @@ -311,6 +421,16 @@ white-space: nowrap; } +.main_menu_selected a{ + color: #eee; + font-weight:bold; +} + +.main_menu_selected a:hover{ + color: #fff; + text-decoration: none; +} + span.main_menu_nolink { font-family: Verdana, Arial, Helvetica; font-size: 12px; @@ -356,6 +476,9 @@ width: 25%; } +.menu_group_headers table{ +} + .menu_group_headers_text { font-family: Verdana, Arial, Helvetica; font-size: 12px; @@ -376,6 +499,54 @@ padding-bottom: 2px; } +.page_title_text { + font-family: Verdana, Arial, Helvetica; + padding-top: 2px; + padding-bottom: 2px; + font-weight: bold; + font-size: 12px; + color: black; + TEXT-ALIGN:center; +} + +DIV.page_help_text { + background: lightgrey url(images/help.png) top left no-repeat; + BORDER: #a52a2a 1px solid; + padding-top:2px; + padding-bottom: 2px; + PADDING-LEFT: 10px; + Z-INDEX: 1; + width: 80%; + FLOAT: none; + VISIBILITY: visible; + MARGIN: 0 auto; + POSITION: static; + font-family: Verdana, Arial, Helvetica; + font-weight: normal; + font-size: 10px; + color: black; + TEXT-ALIGN:center; +} + +DIV.system_check { + BORDER: #a52a2a 1px solid; + PADDING-LEFT: 3px; + Z-INDEX: 1; + width: 40%; + FLOAT: none; + VISIBILITY: visible; + MARGIN: 0 auto; + POSITION: static; + background: lightgray; + font-family: Verdana, Arial, Helvetica; + padding-top: 1px; + padding-bottom: 1px; + font-weight: normal; + font-size: 10px; + color: black; + TEXT-ALIGN:left; +} + span.menu_group_nolink { font-family: Verdana, Arial, Helvetica; font-size: 12px; @@ -397,6 +568,13 @@ bottom: -3px; } +a.footer { + font-family: Verdana, Arial, Helvetica; + color: black; + font-weight: normal; + font-size: 8px; +} + .footer { font-family: Verdana, Arial, Helvetica; color: black; @@ -404,6 +582,7 @@ font-size: 8px; text-align: center; } + .legal { font-family: Arial, Helvetica, sans-serif; font-size: 9px; @@ -477,37 +656,15 @@ background-color:#cccccc; } - .OsRow { background-color: #234567; color: white; } -.page_title_text { - font-family: Verdana, Arial, Helvetica; - padding-top: 2px; - padding-bottom: 2px; - font-weight: bold; - font-size: 12px; - color: black; - TEXT-ALIGN:center; +.table_index { + background-color: #F1FFDD; } -DIV.page_help_text { - BORDER: #a52a2a 1px solid; - PADDING-LEFT: 3px; - Z-INDEX: 1; - width: 50%; - FLOAT: none; - VISIBILITY: visible; - MARGIN: 0 auto; - POSITION: static; - background-color: lightgray; - font-family: Verdana, Arial, Helvetica; - padding-top: 1px; - padding-bottom: 1px; - font-weight: normal; - font-size: 10px; - color: black; - TEXT-ALIGN:center; -} +li { + list-style-image: url(bullet.gif); +} \ No newline at end of file Modified: trunk/css/professional- rtl/default.css =================================================================== --- trunk/css/professional- rtl/default.css 2009-11-15 12:56:17 UTC (rev 3005) +++ trunk/css/professional- rtl/default.css 2009-11-15 13:17:14 UTC (rev 3006) @@ -27,8 +27,11 @@ padding: 0px; direction: rtl; } -img {border:none;} +img { + border:none; +} + /*links before selection */ a { font-family: Tahoma, Verdana, Arial, Helvetica; @@ -48,9 +51,11 @@ background-color: #EEEEFF; margin: 0 auto; } + .dpTbl { border: solid navy 1px; } + div.centre { margin: 0 auto; text-align:center; @@ -62,6 +67,7 @@ font-size: 12px; text-align: left; } + .dpTD { border: 0; width:20px; @@ -69,6 +75,7 @@ text-align:right; cursor:pointer; } + .dpDayHighlight { border: 0; width:20px; @@ -76,6 +83,7 @@ text-align:right; cursor:pointer; } + .dpTDHover { border: 0; width:20px; @@ -83,22 +91,81 @@ text-align:right; cursor:pointer; } + td.number { text-align: right; } + +.EvenTableRows { + background: #CCCCCC; +} + +.OddTableRows { + background: #EEEEEE; +} + +th { + font-weight: normal; + font-size: 12px; + background-color: #cccce5; + color: #330000; + text-align: center; +} + +div.error { + background-color:#fddbdb; + color: red; + border: 1px solid red; +} + +div.warn { + background-color:#f5dbfd; + color: maroon; + border: 1px solid maroon; +} + +div.success { + background-color:#b9ecb4; + color: darkgreen; + border: 1px solid darkgreen; +} + +div.info { + background-color:#c7ccf6; + color: navy; + border: 1px solid navy; +} + input { font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 12px; } + input.number{ text-align: right; } + +input:hover{ +} + select { font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 12px; } +font.good { + font-weight: bold; + color: green; +} +font.bad { + font-weight: bold; + color:red; +} + +font.header_title { +} + #topMenu { width: 100%; color: black; @@ -149,6 +216,52 @@ border: none; } +textarea{ + font-family: Tahoma, Verdana, Arial, Helvetica; + font-size: 12px; +} + +textarea:hover{ +} +/* Table type is used for UI tables type 1 */ +.table1 { + width:90%; + background: #eee; + border: 0px 0px 2px 2px #222 solid; + background: #eee; + margin: 0 auto; +} +/* Table type is used for UI tables type 2 */ +.table2 { + width:90%; + background: #eee; + border: 0px 0px 2px 2px #222 solid; + background: #eee; + margin: 0 auto; +} +input.address3 { + text-transform: uppercase; +} + +div.csv { + background:lightgray; + color: black; + border: 1px solid black; + PADDING-LEFT: 3px; + Z-INDEX: 1; + width: 50%; + FLOAT: none; + VISIBILITY: visible; + MARGIN: 0 auto; + POSITION: static; + font-family: Verdana, Arial, Helvetica; + padding-top: 1px; + padding-bottom: 1px; + font-weight: normal; + font-size: 10px; + TEXT-ALIGN:center; +} + .callout_main { font-family: Tahoma, Verdana, Arial, Helvetica; background-color: white; @@ -184,6 +297,9 @@ top: 3px; */ } +#quick_menu{ +} + /*The main page heading left part before quick menu */ .quick_menu_left { font-family: Tahoma, Verdana, Arial, Helvetica; @@ -217,6 +333,30 @@ text-align: right; } +.quick_menu_tab a{ + color:#fff; + font-weight:bold; +} + +.quick_menu_left a{ + color:#fff; +} + +.quick_menu_tab a:hover{ + color:#ffc; + text-decoration:none; + font-weight:bold; +} + +.quick_menu_left a:hover{ + color:#ffc; + text-decoration:none; +} + +.quick_menu_tab:hover{ + color:#ffd; +} + /*the Select Customer / Item / Supplier Menu tabs */ .system_menu_tabs { background-color: white; @@ -265,6 +405,17 @@ white-space: nowrap; } +.main_menu_unselected:hover{ +} +.main_menu_selected:hover{ +} + +.main_menu_unselected a{ +} + +.main_menu_unselected a:hover{ +} + .main_menu_selected { background-color: #CCCCCC; border: 2px inset white; @@ -273,6 +424,16 @@ white-space: nowrap; } +.main_menu_selected a{ + color: #eee; + font-weight:bold; +} + +.main_menu_selected a:hover{ + color: #fff; + text-decoration: none; +} + span.main_menu_nolink { font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 12px; @@ -318,6 +479,9 @@ width: 25%; } +.menu_group_headers table{ +} + .menu_group_headers_text { font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 12px; @@ -338,6 +502,54 @@ padding-bottom: 2px; } +.page_title_text { + font-family: Verdana, Arial, Helvetica; + padding-top: 2px; + padding-bottom: 2px; + font-weight: bold; + font-size: 12px; + color: black; + TEXT-ALIGN:center; +} + +DIV.page_help_text { + background: lightgrey url(images/help.png) top left no-repeat; + BORDER: #a52a2a 1px solid; + padding-top:2px; + padding-bottom: 2px; + PADDING-LEFT: 10px; + Z-INDEX: 1; + width: 80%; + FLOAT: none; + VISIBILITY: visible; + MARGIN: 0 auto; + POSITION: static; + font-family: Verdana, Arial, Helvetica; + font-weight: normal; + font-size: 10px; + color: black; + TEXT-ALIGN:center; +} + +DIV.system_check { + BORDER: #a52a2a 1px solid; + PADDING-LEFT: 3px; + Z-INDEX: 1; + width: 40%; + FLOAT: none; + VISIBILITY: visible; + MARGIN: 0 auto; + POSITION: static; + background: lightgray; + font-family: Verdana, Arial, Helvetica; + padding-top: 1px; + padding-bottom: 1px; + font-weight: normal; + font-size: 10px; + color: black; + TEXT-ALIGN:left; +} + span.menu_group_nolink { font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 12px; @@ -359,6 +571,13 @@ bottom: -3px; } +a.footer { + font-family: Verdana, Arial, Helvetica; + color: black; + font-weight: normal; + font-size: 8px; +} + .footer { font-family: Tahoma, Verdana, Arial, Helvetica; color: black; @@ -366,6 +585,7 @@ font-size: 8px; text-align: center; } + .legal { font-family: Arial, Helvetica, sans-serif; font-size: 9px; @@ -398,7 +618,6 @@ font-size: medium; } - input.big { width: 100px; } @@ -407,6 +626,18 @@ width: 50px; } +input.inputerror { + background-color: #fddbdb; +} + +textarea.texterror { + background-color: #fddbdb; +} + +select.selecterror { + background-color: #fddbdb; +} + .tableheader { font-weight: normal; background-color: #cccce5; @@ -427,8 +658,15 @@ background-color:#cccccc; } - .OsRow { background-color: #234567; color: white; } + +.table_index { + background-color: #F1FFDD; +} + +li { + list-style-image: url(bullet.gif); +} \ No newline at end of file Modified: trunk/css/silverwolf/default.css =================================================================== --- trunk/css/silverwolf/default.css 2009-11-15 12:56:17 UTC (rev 3005) +++ trunk/css/silverwolf/default.css 2009-11-15 13:17:14 UTC (rev 3006) @@ -94,6 +94,22 @@ text-align: right; } +.EvenTableRows { + background-color: #ccc; +} + +.OddTableRows { + background-color: #eee; +} + +th { + font-weight: normal; + background-color: #cccce5; + font-size: 12px; + color: #300; + text-align: center; +} + div.error { background-color:#fddbdb; color: red; @@ -118,22 +134,6 @@ border: 1px solid navy; } -.EvenTableRows { - background-color: #ccc; -} - -.OddTableRows { - background-color: #eee; -} - -th { - font-weight: normal; - background-color: #cccce5; - font-size: 12px; - color: #300; - text-align: center; -} - input { font-family: Verdana, Arial, Helvetica; font-size: 12px; @@ -143,11 +143,27 @@ text-align: right; } +input:hover{ +} + select { font-family: Verdana, Arial, Helvetica; font-size: 12px; } +font.good { + font-weight: bold; + color: green; +} + +font.bad { + font-weight: bold; + color:red; +} + +font.header_title { +} + #topMenu { width: 100%; color: black; @@ -197,6 +213,52 @@ border: none; } +textarea{ + font-family: Verdana, Arial, Helvetica; + font-size: 12px; +} + +textarea:hover{ +} +/* Table type is used for UI tables type 1 */ +.table1 { + width:90%; + background: #eee; + border: 0px 0px 2px 2px #222 solid; + background: #eee; + margin: 0 auto; +} +/* Table type is used for UI tables type 2 */ +.table2 { + width:90%; + background: #eee; + border: 0px 0px 2px 2px #222 solid; + background: #eee; + margin: 0 auto; +} +input.address3 { + text-transform: uppercase; +} + +div.csv { + background:lightgray; + color: black; + border: 1px solid black; + PADDING-LEFT: 3px; + Z-INDEX: 1; + width: 50%; + FLOAT: none; + VISIBILITY: visible; + MARGIN: 0 auto; + POSITION: static; + font-family: Verdana, Arial, Helvetica; + padding-top: 1px; + padding-bottom: 1px; + font-weight: normal; + font-size: 10px; + TEXT-ALIGN:center; +} + .callout_main { font-family: Verdana, Arial, Helvetica; background-color: white; @@ -269,6 +331,30 @@ text-align: right; } +.quick_menu_tab a{ + color:#000; + font-weight:bold; +} + +.quick_menu_left a{ + color:#fff; +} + +.quick_menu_tab a:hover{ + color:#ffc; + text-decoration:none; + font-weight:bold; +} + +.quick_menu_left a:hover{ + color:#ffc; + text-decoration:none; +} + +.quick_menu_tab:hover{ + color:#ffd; +} + /*the Select Customer / Item / Supplier Menu tabs */ .system_menu_tabs { background-color: white; @@ -318,6 +404,17 @@ height: 16pt; } +.main_menu_unselected:hover{ +} +.main_menu_selected:hover{ +} + +.main_menu_unselected a{ +} + +.main_menu_unselected a:hover{ +} + .main_menu_unselected:hover { background: #aaa url(images/menu_bg_dblue.png) 0px -10px repeat-x; } @@ -357,6 +454,12 @@ white-space: nowrap; } +.main_menu a { +} + +.main_menu a:hover { +} + .menu_group_img { background-color: #ccc; text-align: center; @@ -402,11 +505,58 @@ } .menu_group_item { - padding-top: 2px; padding-bottom: 2px; } +.page_title_text { + font-family: Verdana, Arial, Helvetica; + padding-top: 2px; + padding-bottom: 2px; + font-weight: bold; + font-size: 12px; + color: black; + TEXT-ALIGN:center; +} + +DIV.page_help_text { + background: lightgrey url(images/help.png) top left no-repeat; + BORDER: #a52a2a 1px solid; + padding-top:2px; + padding-bottom: 2px; + PADDING-LEFT: 10px; + Z-INDEX: 1; + width: 80%; + FLOAT: none; + VISIBILITY: visible; + MARGIN: 0 auto; + POSITION: static; + font-family: Verdana, Arial, Helvetica; + font-weight: normal; + font-size: 10px; + color: black; + TEXT-ALIGN:center; +} + +DIV.system_check { + BORDER: #a52a2a 1px solid; + PADDING-LEFT: 3px; + Z-INDEX: 1; + width: 40%; + FLOAT: none; + VISIBILITY: visible; + MARGIN: 0 auto; + POSITION: static; + background: lightgray; + font-family: Verdana, Arial, Helvetica; + padding-top: 1px; + padding-bottom: 1px; + font-weight: normal; + font-size: 10px; + color: black; + TEXT-ALIGN:left; +} + span.menu_group_nolink { font-family: Verdana, Arial, Helvetica; font-size: 12px; @@ -431,6 +581,13 @@ bottom: -3px; } +a.footer { + font-family: Verdana, Arial, Helvetica; + color: black; + font-weight: normal; + font-size: 8px; +} + .footer { font-family: Verdana, Arial, Helvetica; color: black; @@ -438,6 +595,7 @@ font-size: 8px; text-align: center; } + .legal { font-family: Arial, Helvetica, sans-serif; font-size: 9px; @@ -515,31 +673,10 @@ color: white; } -.page_title_text { - font-family: Verdana, Arial, Helvetica; - padding-top: 2px; - padding-bottom: 2px; - font-weight: bold; - font-size: 12px; - color: black; - text-align:center; +.table_index { + background-color: #F1FFDD; } -div.page_help_text { - border: #a52a2a 1px solid; - padding-left: 3px; - z-index: 1; - width: 50%; - float: none; - visibility: visible; - margin: 0 auto; - position: static; - background-color: lightgray; - font-family: Verdana, Arial, Helvetica; - padding-top: 1px; - padding-bottom: 1px; - font-weight: normal; - font-size: 10px; - color: black; - text-align:center; -} +li { + list-style-image: url(bullet.gif); +} \ No newline at end of file Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2009-11-15 12:56:17 UTC (rev 3005) +++ trunk/doc/Change.log.html 2009-11-15 13:17:14 UTC (rev 3006) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p> +<p> 15/11/09 Tim: default.css - Synchrinise css files so that all themes include all classes <p>15/11/09 Phil: GLTrialBalance_csv.php Creates a csv of the trial balance with parameters for PeriodFrom and PeriodTo - also with webERP username and password set as part of the URL. This script allows a csv to be retrieved into an open-office spreadsheet directly with the loadComponentFromURL statement. Also modified session.inc - hope I've not broken anything else!! <p>14/11/09 Tim: StockLocStatus.php - Correct missing </a> tag. <p>12/11/09 Tim: Improve direct ordering code and make the EOQ the default quantity when ordered direct This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |