[FIX] No filter on admin news pages
This commit is contained in:
parent
67b2ce6bff
commit
7a1a917af0
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user