Files
uf/admin/template/censorlist_add_edit_body.tpl
pioder b157d6653e + 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
2009-05-31 15:20:17 +00:00

44 lines
1.7 KiB
Smarty

<center>
<div align="center" style="width: <?= (TABLES_WIDTH+40); ?>px; background-color: #F1F3FE">
<div align="center" style="width: <?= TABLES_WIDTH; ?>px;">
<br>
<div align="left" style="width: <?= TABLES_WIDTH; ?>px">
<span class="pa_sect"><?= $skin['L.censorlist']; ?></span>
</div>
<form action="<?= $skin['action']; ?>" method="POST" enctype="multipart/form-data">
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
<td class="beam" style="background-image: url('template/images/td_beam_top.gif')">
<p align="center"><?= $skin['L.main_beam']; ?>
</td>
<td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<tr>
<td align="right" class="fitem">
<span class="fstandard"><b><?php echo $skin['L.word_name']; ?>:</b></span>
</td>
<td class="fitem" >
<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']; ?>" />&nbsp;
<input type="reset" class="fbutton" value="<?php echo $skin['L.reset']; ?>" />&nbsp;
</td>
</tr>
</table>
</form>