Beispiel #1
0
				<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 FSS_Helper::escape($this->glossary->word);
?>
" />
			</td>
		</tr>
		<?php 
FSSAdminHelper::LA_Form($this->glossary);
?>
		<tr>
			<td width="135" align="right" class="key">
				<label for="word">
					<?php 
echo JText::_("Case_Sensitive");
?>
:
				</label>
			</td>
			<td>
				<select name="casesens">
					<option value="0" <?php 
if ($this->glossary->casesens < 1) {
    echo 'selected';
Beispiel #2
0
				    <label for="title">
					    <?php 
echo JText::_("TITLE");
?>
:
				    </label>
			    </td>
			    <td>
				    <input class="text_area" type="text" name="title" id="title" size="32" maxlength="250" value="<?php 
echo FSS_Helper::escape($this->kbart->title);
?>
" />
			    </td>
		    </tr>
		<?php 
FSSAdminHelper::LA_Form($this->kbart);
?>
			<tr>
			    <td width="135" align="right" class="key">
				    <label for="eh">
						<?php 
echo JText::_("PRODUCTS");
?>
:
				    </label>
			    </td>
			    <td>
					<div>
						<?php 
echo JText::_("SHOW_FOR_ALL_PRODUCTS");
?>
Beispiel #3
0
			<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 
FSSAdminHelper::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 FSS_Helper::escape($this->faq->question);
?>
</textarea>
Beispiel #4
0
?>
:
				</label>
			</td>
			<td colspan="2">
				<input class="text_area" type="text" name="title" id="title" size="32" maxlength="250" value="<?php 
echo FSS_Helper::escape($this->mainmenu->title);
?>
" />
			</td>
			<td>
				<div id="trprev_title"></div>
			</td>
		</tr>
		<?php 
FSSAdminHelper::LA_Form($this->mainmenu);
?>
		<tr>
			<td width="135" align="right" class="key">
				<label for="description">
					<?php 
echo JText::_("DESCRIPTION");
?>
:
				</label>
			</td>
			<td colspan="2">
				<?php 
$editor = JFactory::getEditor();
echo $editor->display('description', htmlspecialchars($this->mainmenu->description, ENT_COMPAT, 'UTF-8'), '550', '200', '60', '20', array('pagebreak', 'readmore'));
?>
Beispiel #5
0
?>
:
				</label>
			</td>
			<td>
				<input class="text_area" type="text" name="subcat" id="subcat" size="32" maxlength="250" value="<?php 
echo FSS_Helper::escape($this->prod->subcat);
?>
" />
			</td>
			<td>
				<div id="trprev_subcat"></div>
			</td>
		</tr>		
		<?php 
FSSAdminHelper::LA_Form($this->prod, true);
?>
		<tr>
			<td width="135" align="right" class="key">
				<label for="image">
					<?php 
echo JText::_("IMAGE");
?>
:
				</label>
			</td>
			<td>
				<?php 
echo $this->lists['images'];
?>
				<?php 
Beispiel #6
0
?>
:
					</label>
				</td>
				<td>
					<input class="text_area" type="text" name="title" id="title" size="32" maxlength="250" value="<?php 
echo FSS_Helper::escape($this->ticketdept->title);
?>
" />
				</td>
				<td>
					<div id="trprev_title"></div>
				</td>
			</tr>
			<?php 
FSSAdminHelper::LA_Form($this->ticketdept, true);
?>
			<tr>
				<td width="135" align="right" class="key">
					<label for="image">
						<?php 
echo JText::_("IMAGE");
?>
:
					</label>
				</td>
				<td>
					<?php 
echo $this->lists['images'];
?>
					<?php 
Beispiel #7
0
				<label for="title">
					<?php 
echo JText::_("TITLE");
?>
:
				</label>
			</td>
			<td>
				<input class="text_area" type="text" name="title" id="title" size="32" maxlength="250" value="<?php 
echo FSS_Helper::escape($this->announce->title);
?>
" />
			</td>
		</tr>
		<?php 
FSSAdminHelper::LA_Form($this->announce);
?>
		<tr>
			<td width="135" align="right" class="key">
				<label for="title">
					<?php 
echo JText::_("DESCRIPTION_FOR_MODULE");
?>
:
				</label>
			</td>
			<td>
				<input class="text_area" type="text" name="subtitle" id="subtitle" size="32" maxlength="250" value="<?php 
echo FSS_Helper::escape($this->announce->subtitle);
?>
" />
Beispiel #8
0
?>
:
				</label>
			</td>
			<td>
				<input class="text_area" type="text" name="title" id="title" size="32" maxlength="250" value="<?php 
echo FSS_Helper::escape($this->ticketpri->title);
?>
" />
			</td>
			<td>
				<div id="trprev_title"></div>
			</td>
		</tr>
		<?php 
FSSAdminHelper::LA_Form($this->ticketpri, true);
?>
		<tr>
			<td width="135" align="right" class="key">
				<label for="title">
					<?php 
echo JText::_("COLOR");
?>
:
				</label>
			</td>
			<td>
				<input class="text_area" type="text" name="color" id="color" size="32" maxlength="250" value="<?php 
echo FSS_Helper::escape($this->ticketpri->color);
?>
" />