| SunChase |
|
|---|---|
|
until then...here is a temporary way to do this(if someone needs):
admin.structure.inc.tpl
...
<tr>
<td>{PHP.L.Description} :</td>
<td>
<textarea class="editor" name="rdesc" rows="14" cols="80">{ADMIN_PAGE_STRUCTURE_DESC}</textarea>
</td>
</tr>
.....
<tr>
<td>{PHP.L.Description} :</td>
<td><textarea class="editor" name="ndesc" rows="14" cols="80"></textarea></td>
</tr>
...
and for parsing...list.inc.php "LIST_CATDESC" => sed_parse($sed_cat[$c]['desc']),but it doesnt like AJAX... [url=http://ka13.orgfree.com]KA13[/url] - The essence of creativity
|