Example #1
0
								</div>
							</div>
							<div class="row">
								<div class="form-group col-sm-6">
								<input title="' . getTranslatedString('LBL_SAVE_ALT') . '" accesskey="S" class="btn btn-primary"  name="submit" value="' . getTranslatedString('LBL_SUBMIT') . '" style="width: 70px;" type="submit" onclick="this.form.module.value=\'Faq\';this.form.action.value=\'index\';this.form.fun.value=\'faq_updatecomment\'; if(trim(this.form.comments.value) != \'\') return true; else return false;"/>
								</div>
							</div>
						</div>
					</div>
				</div>
			   </div></form>';
        $list .= '<div class="widget-box">
					<div class = "widget-body">
						<div class="widget-main no-padding single-entity-view">
							<div style="width:auto;padding:12px;display:block;" id="tblLeadInformation">
								<div class="row">' . getPageOption() . '</div>
			   				</div>
			   			</div>
			   		</div>
			   	</div>';
    }
}
$list .= '		</table>';
//This is added to get the FAQ details as a Popup on Mouse over
$list .= getArticleIdTime($faq_module_no, $faq_productid, $faq_category, $faq_createdtime, $faq_modifiedtime);
echo $list;
?>
<style>
	.fagView {display:none;}
</style>
Example #2
0
				   <input type="hidden" name="module">
				   <input type="hidden" name="action">
				   <input type="hidden" name="fun">
				   <input type=hidden name=faqid value="' . $faqid . '">
			   <tr>
				<td colspan="3" class="detailedViewHeader">' . getTranslatedString('LBL_ADD_COMMENT') . '</td>
			   </tr>
			   <tr>
				<td colspan="3" class="dvtCellInfo">
					<textarea name="comments" cols="80" rows="5" class="detailedViewTextBox">&nbsp;</textarea>
				</td>
			   </tr>
				<tr>
				<td colspan="3" class="dvtCellInfo">
					<input title="' . getTranslatedString('LBL_SAVE_ALT') . '" accesskey="S" class="small"  name="submit" value="' . getTranslatedString('LBL_SUBMIT') . '" style="width: 70px;" type="submit" onclick="this.form.module.value=\'Faq\';this.form.action.value=\'index\';this.form.fun.value=\'faq_updatecomment\'; if(trim(this.form.comments.value) != \'\') return true; else return false;"/>
				</td>
			   </tr>
			   	<tr>
				<td colspan="2">&nbsp;</td>
			   </tr>
				</form>

			   <tr>
				<td style="padding:3px;">' . getPageOption() . '</td>
			   </tr>';
    }
}
$list .= '		</table>';
//This is added to get the FAQ details as a Popup on Mouse over
$list .= getArticleIdTime($faq_module_no, $faq_productid, $faq_category, $faq_createdtime, $faq_modifiedtime);
echo $list;