* @version $Id$ * @access public * @license http://opensource.org/licenses/gpl-3.0.html */ global $plug; // we load css file headerAddCSS($plug->getVar('relative_url') .'css/style.css'); // We prepare the JS content to embed $js = "var selector = '#content form:not(.secondary-form)'; // clone buttons on Validation pages if($(selector).length) { // if element exists var formId = $(selector).attr('id'); $('body').append('
<\/div>'); // if validate button exists if($('input#valider').length) $('