You appear to be a bot. Output may be restricted
Description
Usage
cookie_cat_xml_form();
Parameters
Returns
voidSource
File name: cookie-cat/admin/cookie-cat.phpLines:
1 to 11 of 11
function cookie_cat_xml_form() { bw_form(); $load_xml = "<input type=\"submit\" name=\"_cookie_cat_load_xml\" value=\"Load XML\" class=\"button-primary\"/>"; e( $load_xml ); e( " " ); e( "By clicking on this button you authorize the passing of information to the cookie-cat server." ); br(); $save_xml = "<input type=\"submit\" name=\"_cookie_cat_save_xml\" value=\"Save XML\" class=\"button-secondary\"/>"; e ( $save_xml ); etag( "form" ); }View on GitHub View on Trac