Index: lams_central/web/lams_authoring.swf =================================================================== diff -u -rcd33f92df2c46dfe2e817281d501e179a6094637 -r117c4e193eaf487e272a10672fd8c4b5ca8398f4 Binary files differ Index: lams_central/web/lams_authoring_library.swf =================================================================== diff -u -rcd33f92df2c46dfe2e817281d501e179a6094637 -r117c4e193eaf487e272a10672fd8c4b5ca8398f4 Binary files differ Index: lams_flash/src/central/flash/org/lamsfoundation/lams/authoring/br/ToolOutputConditionsDialog.as =================================================================== diff -u -rcd33f92df2c46dfe2e817281d501e179a6094637 -r117c4e193eaf487e272a10672fd8c4b5ca8398f4 --- lams_flash/src/central/flash/org/lamsfoundation/lams/authoring/br/ToolOutputConditionsDialog.as (.../ToolOutputConditionsDialog.as) (revision cd33f92df2c46dfe2e817281d501e179a6094637) +++ lams_flash/src/central/flash/org/lamsfoundation/lams/authoring/br/ToolOutputConditionsDialog.as (.../ToolOutputConditionsDialog.as) (revision 117c4e193eaf487e272a10672fd8c4b5ca8398f4) @@ -64,7 +64,9 @@ private var remove_item_btn:Button; private var clear_all_btn:Button; - private var _condition_range_lbl:Label; + private var _condition_range_lbl:Label; + private var _condition_from_lbl:Label; + private var _condition_to_lbl:Label; private var _bgpanel:MovieClip; //The underlaying panel base @@ -157,16 +159,17 @@ } private function setLabels(){ - _condition_range_lbl.text = "Range:"; - - //Set the text for buttons - close_btn.label = Dictionary.getValue('al_done'); - cancel_btn.label = Dictionary.getValue('al_cancel'); + _condition_range_lbl.text = "Set Range:"; + _condition_from_lbl.text = "From:"; + _condition_to_lbl.text = "To:"; add_btn.label = "+ Add"; clear_all_btn.label = "Clear All"; remove_item_btn.label = "- Remove"; - + + //Set the text for buttons + close_btn.label = Dictionary.getValue('al_done'); + cancel_btn.label = Dictionary.getValue('al_cancel'); } /** @@ -192,6 +195,8 @@ //Apply label style styleObj = themeManager.getStyleObject('label'); _condition_range_lbl.setStyle('styleName', styleObj); + _condition_from_lbl.setStyle('styleName', styleObj); + _condition_to_lbl.setStyle('styleName', styleObj); styleObj = themeManager.getStyleObject('picombo'); _toolOutputDefin_cmb.setStyle('styleName', styleObj); @@ -322,6 +327,8 @@ remove_item_btn.enabled = true; _condition_range_lbl.visible = true; + _condition_from_lbl.visible = true; + _condition_to_lbl.visible = true; break; @@ -335,6 +342,8 @@ remove_item_btn.enabled = false; _condition_range_lbl.visible = false; + _condition_from_lbl.visible = false; + _condition_to_lbl.visible = false; // add default conditions for boolean output type if(evt != null) {