<?xml version="1.0" encoding="UTF-8"?>
<!--
****************************************************************************

     File Name:   imSMSNote.box

****************************************************************************
   C O P Y R I G H T   A N D   C O N F I D E N T I A L I T Y   N O T I C E
****************************************************************************

//      Copyright (c) 2006 AOL LLC.  All rights reserved.
//      This software contains valuable confidential and proprietary
//      information of AOL LLC. and is subject to applicable
//      licensing agreements.  Unauthorized reproduction, transmission or
//      distribution of this file and its contents is a violation of
//      applicable laws.
//
//            A O L   C O N F I D E N T I A L

****************************************************************************
-->




<!DOCTYPE window SYSTEM "box://imApp/resources/im.dtd">

<?import href="box://aimToolkit/content/gadgets.box"?>
<?import href="box://aimToolkit/theme/toolkit.box"?>

<aolDialog xmlns="http://www.aol.com/boxely/box.xsd"
        xmlns:s="http://www.aol.com/boxely/style.xsd"
        xmlns:on="http://www.aol.com/boxely/reaction.xsd"
        id="window" translucent="false" chromeless="true"
        icon="box://imApp/resources/imWindowIconSmall.png"
        nativeIcon="box://imApp/resources/aim.ico"
        title="&im.form.smsnote.title;" 
        s:width="&imSms.form.width;"
        s:height="&imSms.form.height;">
	
	<script id="main" language="jscript" href="box://imApp/content/im/imSMSNote.js"/>
    <reaction event="keyPress" keyCode="ESCAPE" action="toolkit:Close" /> 
    
	<vbox s:padding="8 0 0 15">
        <hbox s:vAlign="center">
            <aolCheckButton tabIndex="2" id="smsCheck" wordwrap="true">
                <binding objectSource="primaryPrefs" targetProperty="toggled" path="aimccAcceptedSmsTerms" method="twoWay"/>
            </aolCheckButton>
            <aolTextButton label="&im.form.acceptSMSCharge;" on:command="launchSMSTerms();"/>
        </hbox>
        <hbox s:vAlign="center" s:maxWidth="auto" s:overflow="hidden">
            <aolLabel value="&im.form.activateSMSCharge;" wordwrap="true"/>
        </hbox>
        <hbox s:hAlign="center" s:paddingBottom="10" s:maxWidth="auto" s:overflow="hidden">
            <aolButton label="&im.form.ok;" on:command="toolkit:Close"/>
        </hbox>
	</vbox>		
</aolDialog>