+ Censorlist was extended - added replacement parametr
+ Fixed bug with DB Size in check_script.php + Deleted a lot of indexes in check_script_data.php + Deleted cache index and forum lastpost section in cache_index.php and cache_forum.php + Fixed other bugs in warnings + Fixed pagination in search.php + Replaced DSF logo to uForum logo + Moved differend elements in skin + Added "WHOIS" option in "Admin/Mod Pool" in view topic + Fixed bug in add warnings: couldn't add warn for admin/mod git-svn-id: https://svn.pioder.pl/uf-svn/uF@29 72ec579a-5ced-4fa4-82f3-afba5d98df2f
This commit is contained in:
@@ -24,6 +24,14 @@
|
||||
<input type="text" name="word" style="width: 200px" value="<?= $_POST['word']; ?>">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right" class="fitem">
|
||||
<span class="fstandard"><b><?php echo $skin['L.replace_to']; ?>:</b></span>
|
||||
</td>
|
||||
<td class="fitem" >
|
||||
<textarea name="replace" style="width: 400px; height: 100px"><?= $_POST['replace']; ?></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="738" height="20" class="fitem" align="center" valign="top" colspan="2">
|
||||
<input type="submit" class="fbutton" value="<?php echo $skin['L.save']; ?>" />
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
<table class="maintable" width="<?= TABLES_WIDTH; ?>">
|
||||
<tr>
|
||||
<td width="668" height="7" class="fitem">
|
||||
<td height="7" class="fitem">
|
||||
<span class="fstandard"><?= $skin['L.word_name']; ?></span>
|
||||
</td>
|
||||
<td width="500" height="7" class="fitem">
|
||||
<span class="fstandard"><?= $skin['L.word_replacement']; ?></span>
|
||||
</td>
|
||||
<td width="40" height="7" class="fitem" align="center">
|
||||
<a href="censorlist.php?mode=edit&w=<?= $skin['w_id']; ?>" class="fstandard">
|
||||
Reference in New Issue
Block a user