aboutsummaryrefslogtreecommitdiff
path: root/com_payage_taler/taler_leibacher.xml
blob: 621605f05775d172997a94078e37af73e4bd0bd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<form>
	<fieldset name="main">
		<field name="account_name" type="text" class="input-xlarge" label="COM_PAYAGE_ACCOUNT_NAME" required="true" />

		<field name="test_mode" type="hidden" />

		<field name="backend_url" type="text" class ="input-xlarge" label="COM_PAYAGE_TALER_BACKEND_URL" description="COM_PAYAGE_TALER_BACKEND_URL_DESC" required="true" />

		<field name="backend_key" type="text" class ="input-xlarge" label="COM_PAYAGE_TALER_KEY" description="COM_PAYAGE_TALER_KEY_DESC" required="true"  />


		<field name="button_image" type="media" label="COM_PAYAGE_BUTTON" directory="pay_buttons" />

		<field name="account_description" type="text" class="input-xxlarge" label="COM_PAYAGE_DESCRIPTION" description="COM_PAYAGE_ACCOUNT_DESCRIPTION_DESC" />

		<field name="account_group" type="text" class="input-xlarge" label="COM_PAYAGE_GROUP" />

		<field name="refund_time" type="text" class="input-xlarge" label="COM_PAYAGE_TALER_REFUND_TIME" description="COM_PAYAGE_TALER_REFUND_TIME_DESCRIPTION" />

		<field name="currency_symbol" type="text" class="input-xxlarge" default="£" label="COM_PAYAGE_CURRENCY_SYMBOL" required="true" />



	</fieldset>

</form>