<td width="135" align="right" class="key"> <label for="question"> <?php echo JText::_("CATEGORY"); ?> : </label> </td> <td> <?php echo $this->lists['catid']; ?> </td> </tr> <?php FSFAdminHelper::LA_Form($this->faq); ?> <tr> <td width="135" align="right" class="key"> <label for="question"> <?php echo JText::_("QUESTION"); ?> : </label> </td> <td> <textarea name="question" id="question" cols="80" rows="4" style="width:544px;"><?php echo JViewLegacy::escape($this->faq->question); ?> </textarea>
<label for="word"> <?php echo JText::_("WORD"); ?> : </label> </td> <td> <input class="text_area" type="text" name="word" id="word" size="32" maxlength="250" value="<?php echo JViewLegacy::escape($this->glossary->word); ?> " /> </td> </tr> <?php FSFAdminHelper::LA_Form($this->glossary); ?> <tr> <td width="135" align="right" class="key"> <label for="description"> <?php echo JText::_("DESCRIPTION"); ?> : </label> </td> <td> <?php echo $editor->display('description', htmlspecialchars($this->glossary->description, ENT_COMPAT, 'UTF-8'), '550', '400', '60', '20', array('pagebreak')); ?> </td>