[FIX] No filter on admin news pages

This commit is contained in:
Sebastian Grewe 2014-01-10 20:00:09 +01:00
parent 67b2ce6bff
commit 7a1a917af0
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
<article class="module width_full">
<header><h3>{$NEWS[news].header} posted {$NEWS[news].time} by {$NEWS[news].author}</h3>
{if $NEWS[news].active == 0}<font size="2px"><font color="red"><b>inactive</b></font><br /><br />{/if}</header>
<div class="module_content">{$NEWS[news].content}</div>
<div class="module_content">{$NEWS[news].content nofilter}</div>
<footer>
<div class="submit_link">
<a href='{$smarty.server.PHP_SELF}?page={$smarty.request.page|escape}&action=news_edit&id={$NEWS[news].id}'><i class="icon-wrench"></i></a>&nbsp;

View File

@ -25,7 +25,7 @@
</tr>
<tr>
<th>Content</th>
<td><textarea class="cleditor" name="content" rows="15" cols="150" type="text" required>{nocache}{$NEWS.content}{/nocache}</textarea></td>
<td><textarea class="cleditor" name="content" rows="15" cols="150" type="text" required>{nocache}{$NEWS.content nofilter}{/nocache}</textarea></td>
</tr>
</table>
<footer>