?
Path : /home/admin/public_html/old/administrator/components/com_xijc/views/manager/tmpl/ |
Current File : /home/admin/public_html/old/administrator/components/com_xijc/views/manager/tmpl/helpPanel.php |
<?php // Disallow direct access to this file defined('_JEXEC') or die('Restricted access'); ?> <?php $whiteListLink = JRoute::_('index.php?option=com_xijc&view=whitelist', false); $blackListLink = JRoute::_('index.php?option=com_xijc&view=blacklist', false); echo $this->pane->startPanel( ' Captcha Manager', 'setupmean' ); ?> <ol> <li>Captcha Manager provides facility to manage the captcha.</li> <li>If any of the component is enabled, then the captcha will be showm on each link of that compnent.</li> <li>If captcha is enabled for any component and you want to disable captcha for some params (Key-Value), you can do that by creating rule in <a href="<?php echo $whiteListLink; ?>">White List</a>.</li> <li>If captcha is disabled for any component and you want to enable captcha for some params (Key-Value), you can do that by creating rule in <a href="<?php echo $blackListLink; ?>">Blcak List</a>.</li> <li>Preferance sequence of implementation is Black List, White List and then Captcha Manager.</li> <ol type="disc"> <li>Firstly Captcha will be enable for enable content of Black List.</li> <li>Secondly Captcha will be disable for enable content for White List.</li> <li>Lastly Captcha will be enable for rules other then enable rules of White List & Black List.</li> </ol> </ol> <?php echo $this->pane->endPanel();