moved blockchainsettings to extra page in admin settings
This commit is contained in:
parent
3b980cbf5d
commit
f333bdcc0e
@ -62,48 +62,48 @@ $aSettings['website'][] = array(
|
|||||||
'name' => 'website_mobile_theme', 'value' => $setting->getValue('website_mobile_theme'),
|
'name' => 'website_mobile_theme', 'value' => $setting->getValue('website_mobile_theme'),
|
||||||
'tooltip' => 'The mobile theme used for your pool.'
|
'tooltip' => 'The mobile theme used for your pool.'
|
||||||
);
|
);
|
||||||
$aSettings['website'][] = array(
|
$aSettings['blockchain'][] = array(
|
||||||
'display' => 'Blockexplorer URL', 'type' => 'text',
|
|
||||||
'size' => 50,
|
|
||||||
'default' => 'http://explorer.litecoin.net/block/',
|
|
||||||
'name' => 'website_blockexplorer_url', 'value' => $setting->getValue('website_blockexplorer_url'),
|
|
||||||
'tooltip' => 'URL to the blockexplorer website for your blockchain. Will append the blockhash to the URL. Leave empty to disabled this.'
|
|
||||||
);
|
|
||||||
$aSettings['website'][] = array(
|
|
||||||
'display' => 'Disable Blockexplorer', 'type' => 'select',
|
'display' => 'Disable Blockexplorer', 'type' => 'select',
|
||||||
'options' => array( 0 => 'No', 1 => 'Yes' ),
|
'options' => array( 0 => 'No', 1 => 'Yes' ),
|
||||||
'default' => 0,
|
'default' => 0,
|
||||||
'name' => 'website_blockexplorer_disabled', 'value' => $setting->getValue('website_blockexplorer_disabled'),
|
'name' => 'website_blockexplorer_disabled', 'value' => $setting->getValue('website_blockexplorer_disabled'),
|
||||||
'tooltip' => 'Enabled or disable the blockexplorer URL feature. Will remove any links using the blockexplorer URL.'
|
'tooltip' => 'Enabled or disable the blockexplorer URL feature. Will remove any links using the blockexplorer URL.'
|
||||||
);
|
);
|
||||||
$aSettings['website'][] = array(
|
$aSettings['blockchain'][] = array(
|
||||||
'display' => 'Transactionexplorer URL', 'type' => 'text',
|
'display' => 'Blockexplorer URL', 'type' => 'text',
|
||||||
'size' => 50,
|
'size' => 50,
|
||||||
'default' => 'http://explorer.litecoin.net/tx/',
|
'default' => 'http://explorer.litecoin.net/block/',
|
||||||
'name' => 'website_transactionexplorer_url', 'value' => $setting->getValue('website_transactionexplorer_url'),
|
'name' => 'website_blockexplorer_url', 'value' => $setting->getValue('website_blockexplorer_url'),
|
||||||
'tooltip' => 'URL to the transactionexplorer website for your blockchain. Will append the transactionid to the URL. Leave empty to disabled this.'
|
'tooltip' => 'URL to the blockexplorer website for your blockchain. Will append the blockhash to the URL. Leave empty to disabled this.'
|
||||||
);
|
);
|
||||||
$aSettings['website'][] = array(
|
$aSettings['blockchain'][] = array(
|
||||||
'display' => 'Disable Transactionexplorer', 'type' => 'select',
|
'display' => 'Disable Transactionexplorer', 'type' => 'select',
|
||||||
'options' => array( 0 => 'No', 1 => 'Yes' ),
|
'options' => array( 0 => 'No', 1 => 'Yes' ),
|
||||||
'default' => 0,
|
'default' => 0,
|
||||||
'name' => 'website_transactionexplorer_disabled', 'value' => $setting->getValue('website_transactionexplorer_disabled'),
|
'name' => 'website_transactionexplorer_disabled', 'value' => $setting->getValue('website_transactionexplorer_disabled'),
|
||||||
'tooltip' => 'Enabled or disable the transactionexplorer URL feature. Will remove any links using the transactionexplorer URL.'
|
'tooltip' => 'Enabled or disable the transactionexplorer URL feature. Will remove any links using the transactionexplorer URL.'
|
||||||
);
|
);
|
||||||
$aSettings['website'][] = array(
|
$aSettings['blockchain'][] = array(
|
||||||
'display' => 'Chaininfo URL', 'type' => 'text',
|
'display' => 'Transactionexplorer URL', 'type' => 'text',
|
||||||
'size' => 50,
|
'size' => 50,
|
||||||
'default' => 'http://allchains.info',
|
'default' => 'http://explorer.litecoin.net/tx/',
|
||||||
'name' => 'website_chaininfo_url', 'value' => $setting->getValue('website_chaininfo_url'),
|
'name' => 'website_transactionexplorer_url', 'value' => $setting->getValue('website_transactionexplorer_url'),
|
||||||
'tooltip' => 'URL to the chaininfo website for your blockchain. Leave empty to disabled this.'
|
'tooltip' => 'URL to the transactionexplorer website for your blockchain. Will append the transactionid to the URL. Leave empty to disabled this.'
|
||||||
);
|
);
|
||||||
$aSettings['website'][] = array(
|
$aSettings['blockchain'][] = array(
|
||||||
'display' => 'Disable Chaininfo', 'type' => 'select',
|
'display' => 'Disable Chaininfo', 'type' => 'select',
|
||||||
'options' => array( 0 => 'No', 1 => 'Yes' ),
|
'options' => array( 0 => 'No', 1 => 'Yes' ),
|
||||||
'default' => 0,
|
'default' => 0,
|
||||||
'name' => 'website_chaininfo_disabled', 'value' => $setting->getValue('website_chaininfo_disabled'),
|
'name' => 'website_chaininfo_disabled', 'value' => $setting->getValue('website_chaininfo_disabled'),
|
||||||
'tooltip' => 'Enabled or disable the chainfo URL feature. Will remove any links using the chaininfo URL.'
|
'tooltip' => 'Enabled or disable the chainfo URL feature. Will remove any links using the chaininfo URL.'
|
||||||
);
|
);
|
||||||
|
$aSettings['blockchain'][] = array(
|
||||||
|
'display' => 'Chaininfo URL', 'type' => 'text',
|
||||||
|
'size' => 50,
|
||||||
|
'default' => 'http://allchains.info',
|
||||||
|
'name' => 'website_chaininfo_url', 'value' => $setting->getValue('website_chaininfo_url'),
|
||||||
|
'tooltip' => 'URL to the chaininfo website for your blockchain. Leave empty to disabled this.'
|
||||||
|
);
|
||||||
$aSettings['wallet'][] = array(
|
$aSettings['wallet'][] = array(
|
||||||
'display' => 'Cold Coins', 'type' => 'text',
|
'display' => 'Cold Coins', 'type' => 'text',
|
||||||
'size' => 6,
|
'size' => 6,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user