punbb/admin_censoring.php
changeset 3 c0c445d4a13e
parent 2 a8a21e1c7afa
equal deleted inserted replaced
2:a8a21e1c7afa 3:c0c445d4a13e
    95 
    95 
    96 ?>
    96 ?>
    97 	<div class="blockform">
    97 	<div class="blockform">
    98 		<h2><span>Censoring</span></h2>
    98 		<h2><span>Censoring</span></h2>
    99 		<div class="box">
    99 		<div class="box">
   100 			<form id="censoring" method="post" action="admin_censoring.php?action=foo">
   100 			<form id="censoring" method="post" action="<?php echo makeUrlNS('Special', 'Forum/Admin_censoring', 'action=foo', true); ?>">
   101 				<div class="inform">
   101 				<div class="inform">
   102 					<fieldset>
   102 					<fieldset>
   103 						<legend>Add word</legend>
   103 						<legend>Add word</legend>
   104 						<div class="infldset">
   104 						<div class="infldset">
   105 							<p>Enter a word that you want to censor and the replacement text for this word. Wildcards are accepted (i.e. *some* would match somewhere and lonesome). Censor words also affect usernames. New users will not be able to register with usernames containing any censored words. The search is case insensitive. <strong>Censor words must be enabled in <a href="admin_options.php#censoring">Options</a> for this to have any effect.</strong></p>
   105 							<p>Enter a word that you want to censor and the replacement text for this word. Wildcards are accepted (i.e. *some* would match somewhere and lonesome). Censor words also affect usernames. New users will not be able to register with usernames containing any censored words. The search is case insensitive. <strong>Censor words must be enabled in <a href="admin_options.php#censoring">Options</a> for this to have any effect.</strong></p>