| Current Path : /home/juvelize/www/plugins/icagenda/payment_paypal/forms/ |
| Current File : /home/juvelize/www/plugins/icagenda/payment_paypal/forms/event_actions.xml |
<?xml version="1.0" encoding="UTF-8"?> <form> <fields name="params" > <field name="registration_actions_title" type="note" label="PLG_ICAGENDA_PAYMENT_LABEL" heading="h3" showon="statutReg:1" /> <field name="registration_actions_spacer" type="spacer" hr="true" showon="statutReg:1" /> <fieldset name="registration_actions" label="PLG_ICAGENDA_PAYMENT_LABEL"> <field name="registration_actions" type="radio" label="PLG_ICAGENDA_PAYMENT_LABEL" description="" default="" class="btn-group btn-group-yesno" useglobal="true" showon="statutReg:1" > <option value="tickets.payment">JYES</option> <option value="0">JNO</option> </field> <field name="ticket_price" type="text" label="PLG_ICAGENDA_PAYMENT_PAYPAL_FIELD_TICKET_PRICE_LABEL" description="PLG_ICAGENDA_PAYMENT_PAYPAL_FIELD_TICKET_PRICE_DESC" default="" class="input-small" hint="PLG_ICAGENDA_PAYMENT_PAYPAL_FIELD_TICKET_PRICE_HINT" filter="float" showon="statutReg:1[AND]registration_actions:tickets.payment" /> <field name="currency_code" type="list" label="PLG_ICAGENDA_PAYMENT_PAYPAL_FIELD_CURRENCY_LABEL" description="PLG_ICAGENDA_PAYMENT_PAYPAL_FIELD_CURRENCY_DESC" default="" showon="statutReg:1[AND]registration_actions:tickets.payment" > <option value="">IC_SELECT_CURRENCY_CODE</option> <option value="AUD">IC_CURRENCY_AUD</option> <option value="BRL">IC_CURRENCY_BRL</option> <option value="CAD">IC_CURRENCY_CAD</option> <option value="CZK">IC_CURRENCY_CZK</option> <option value="DKK">IC_CURRENCY_DKK</option> <option value="EUR">IC_CURRENCY_EUR</option> <option value="HKD">IC_CURRENCY_HKD</option> <option value="HUF">IC_CURRENCY_HUF</option> <option value="ILS">IC_CURRENCY_ILS</option> <option value="JPY">IC_CURRENCY_JPY</option> <option value="MYR">IC_CURRENCY_MYR</option> <option value="MXN">IC_CURRENCY_MXN</option> <option value="NOK">IC_CURRENCY_NOK</option> <option value="NZD">IC_CURRENCY_NZD</option> <option value="PHP">IC_CURRENCY_PHP</option> <option value="PLN">IC_CURRENCY_PLN</option> <option value="GBP">IC_CURRENCY_GBP</option> <option value="SGD">IC_CURRENCY_SGD</option> <option value="SEK">IC_CURRENCY_SEK</option> <option value="CHF">IC_CURRENCY_CHF</option> <option value="TWD">IC_CURRENCY_TWD</option> <option value="THB">IC_CURRENCY_THB</option> <option value="TRY">IC_CURRENCY_TRY</option> <option value="USD">IC_CURRENCY_USD</option> </field> <field name="payment_options" type="note" label="PLG_ICAGENDA_PAYMENT_PAYPAL_FIELD_PAYMENT_OPTIONS_LABEL" heading="h4" showon="statutReg:1[AND]registration_actions:tickets.payment" /> <field name="consent_payment" type="radio" label="PLG_ICAGENDA_PAYMENT_PAYPAL_FIELD_CONSENT_LABEL" description="PLG_ICAGENDA_PAYMENT_PAYPAL_FIELD_CONSENT_DESC" default="" class="btn-group btn-group-yesno" useglobal="true" showon="statutReg:1[AND]registration_actions:tickets.payment" > <option value="1">JENABLED</option> <option value="0">JDISABLED</option> </field> <field name="consent_payment_label" type="text" label="PLG_ICAGENDA_PAYMENT_PAYPAL_FIELD_CONSENT_PAYMENT_LABEL_LABEL" showon="statutReg:1[AND]registration_actions:tickets.payment[AND]consent_payment:1" /> <field name="consent_payment_text" type="textarea" label="PLG_ICAGENDA_PAYMENT_PAYPAL_FIELD_CONSENT_PAYMENT_TEXT_LABEL" showon="statutReg:1[AND]registration_actions:tickets.payment[AND]consent_payment:1" /> <field name="paypal_options_label" type="note" label="PLG_ICAGENDA_PAYMENT_PAYPAL_FIELD_OPTIONS_LABEL" heading="h4" showon="statutReg:1[AND]registration_actions:tickets.payment" /> <field name="paypal_mode" type="radio" label="PLG_ICAGENDA_PAYMENT_PAYPAL_ENV_LABEL" description="PLG_ICAGENDA_PAYMENT_PAYPAL_ENV_DESC" default="" class="btn-group" useglobal="true" onchange="checkPaypalMode(this)" > <option value="1">PLG_ICAGENDA_PAYMENT_PAYPAL_SANDBOX</option> <option value="0">PLG_ICAGENDA_PAYMENT_PAYPAL_PRODUCTION</option> </field> <field name="sandbox_account" type="email" label="PLG_ICAGENDA_PAYMENT_PAYPAL_SANDBOX_ACCOUNT_LABEL" description="PLG_ICAGENDA_PAYMENT_PAYPAL_SANDBOX_ACCOUNT_DESC" default="" hint="PLG_ICAGENDA_PAYMENT_PAYPAL_SANDBOX_ACCOUNT_HINT" /> <field name="sandbox_clientID" type="text" label="PLG_ICAGENDA_PAYMENT_PAYPAL_SANDBOX_CLIENTID_LABEL" description="" default="" hint="PLG_ICAGENDA_PAYMENT_PAYPAL_SANDBOX_CLIENTID_HINT" /> <field name="sandbox_secret" type="text" label="PLG_ICAGENDA_PAYMENT_PAYPAL_SANDBOX_SECRET_LABEL" description="" default="" hint="PLG_ICAGENDA_PAYMENT_PAYPAL_SANDBOX_SECRET_HINT" /> <field name="paypal_account" type="email" label="PLG_ICAGENDA_PAYMENT_PAYPAL_LIVE_ACCOUNT_LABEL" description="PLG_ICAGENDA_PAYMENT_PAYPAL_LIVE_ACCOUNT_DESC" default="" hint="PLG_ICAGENDA_PAYMENT_PAYPAL_LIVE_ACCOUNT_HINT" /> <field name="paypal_clientID" type="text" label="PLG_ICAGENDA_PAYMENT_PAYPAL_LIVE_CLIENTID_LABEL" description="" default="" hint="PLG_ICAGENDA_PAYMENT_PAYPAL_LIVE_CLIENTID_HINT" /> <field name="paypal_secret" type="text" label="PLG_ICAGENDA_PAYMENT_PAYPAL_LIVE_SECRET_LABEL" description="" default="" hint="PLG_ICAGENDA_PAYMENT_PAYPAL_LIVE_SECRET_HINT" /> </fieldset> </fields> </form>