/** * @package Freestyle Joomla * @author Freestyle Joomla * @copyright (C) 2013 Freestyle Joomla * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html **/ defined('_JEXEC') or die; ?> <?php echo $this->tmpl ? FSS_Helper::PageStylePopup(true) : FSS_Helper::PageStyle(); ?> <?php echo $this->tmpl ? FSS_Helper::PageTitlePopup("TESTIMONIALS", "ADD_A_TESTIMONIAL") : FSS_Helper::PageTitle("TESTIMONIALS", "ADD_A_TESTIMONIAL"); ?> <div class='fss_kb_comment_add' id='add_comment'> <?php $this->comments->DisplayAdd(); ?> </div> <div id="comments"></div> <div class='fss_comments_result_<?php echo $this->comments->uid; ?> '></div> <?php
if ($this->mode == "user") { ?> <?php echo FSS_Helper::PageTitlePopup("INCLUDE_USER"); ?> <?php } elseif ($this->mode == "admin") { ?> <?php echo FSS_Helper::PageTitlePopup("INCLUDE_HANDLER"); ?> <?php } else { ?> <?php echo FSS_Helper::PageTitlePopup("CHANGE_USER"); ?> <?php } ?> <form action="<?php echo FSSRoute::_('index.php?option=com_fss&what=pickuser&view=admin_support&layout=users&tmpl=component', false); ?> " method="post" name="fssForm" id="fssForm"> <div class="input-append"> <input type="text" class="input-medium" placeholder="<?php echo JText::_("SEARCH"); ?> " name="search" id="filter" value="<?php
* @copyright (C) 2013 Freestyle Joomla * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html **/ defined('_JEXEC') or die; ?> <div class="fss_main"> <form id="mainform" action="<?php echo JRoute::_("index.php"); ?> " method="post" class="form-horizontal form-condensed"> <?php echo FSS_Helper::PageStylePopup(true); ?> <?php echo FSS_Helper::PageTitlePopup('SUPPORT_ADMIN', $this->canned_item->id > 0 ? "EDIT_CANNED_REPLY" : "NEW_CANNED_REPLY"); ?> <input type="hidden" name="option" value="com_fss" /> <input type="hidden" name="view" value="admin_support" /> <input type="hidden" name="layout" value="canned" /> <input type="hidden" name="tmpl" value="component" /> <input type="hidden" name="saveid" value="<?php echo FSS_Helper::escape($this->canned_item->id); ?> " /> <div class="control-group"> <label class="control-label"><?php echo JText::_('DESCRIPTION'); ?>
<?php /** * @package Freestyle Joomla * @author Freestyle Joomla * @copyright (C) 2013 Freestyle Joomla * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html **/ defined('_JEXEC') or die; ?> <?php echo FSS_Helper::PageStylePopup(true); echo FSS_Helper::PageTitlePopup('SUPPORT_ADMIN', "EMAIL_TICKET_PREVIEW"); ?> <?php $this->email_preview = true; global $curcol; global $cols; $cols = 2; $curcol = 1; function fss_start_col() { global $curcol; if ($curcol == 1) { echo "<tr>"; } else { echo ""; } $curcol++;
<?php /** * @package Freestyle Joomla * @author Freestyle Joomla * @copyright (C) 2013 Freestyle Joomla * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html **/ defined('_JEXEC') or die; echo FSS_Helper::PageStylePopup(true); echo FSS_Helper::PageTitlePopup('Add User'); ?> <form action="<?php echo FSSRoute::_('index.php?option=com_fss&view=listusers'); ?> " method="post" name="adminForm" id="adminForm"> <style> table.adminlist td { padding-top:0px; padding-bottom:0px; /*padding:0px;*/ } </style> <div id="editcell"> <table class="fss_admin_header"> <tr> <td width="100%"> <?php echo JText::_('Filter');
<?php /** * @package Freestyle Joomla * @author Freestyle Joomla * @copyright (C) 2013 Freestyle Joomla * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html **/ defined('_JEXEC') or die; require_once JPATH_COMPONENT . DS . 'helper' . DS . 'glossary.php'; echo FSS_Helper::PageStylePopup(); echo FSS_Helper::PageTitlePopup("GLOSSARY", $this->glossary->word); ?> <?php echo $this->glossary->description; echo $this->glossary->longdesc; ?> <?php echo FSS_Helper::PageStylePopupEnd();
/** * @package Freestyle Joomla * @author Freestyle Joomla * @copyright (C) 2013 Freestyle Joomla * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html **/ defined('_JEXEC') or die; ?> <?php echo FSS_Helper::PageStylePopup(FSS_Input::getInt('window') == '1' ? '2' : true); ?> <?php echo FSS_Helper::PageTitlePopup($this->faq['question']); //echo JRequest::getVar('window'); ?> <div class="media"> <?php echo $this->content->EditPanel($this->faq); ?> <div class="media-body"> <?php if ($this->faq['featured']) { ?> <div class="pull-right well well-xsmall">
* @author Freestyle Joomla * @copyright (C) 2013 Freestyle Joomla * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html **/ defined('_JEXEC') or die; ?> <?php if (FSS_Input::getCmd('tmpl') == "component" && !FSS_Input::getString('print')) { ?> <?php echo FSS_Helper::PageStylePopup(true); ?> <?php echo FSS_Helper::PageTitlePopup($this->art['title']); ?> <?php } else { ?> <?php echo FSS_Helper::PageStyle(); ?> <?php if (!FSS_Input::getString('print')) { ?> <?php echo $this->content->EditPanel($this->art);
* @copyright (C) 2013 Freestyle Joomla * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html **/ defined('_JEXEC') or die; ?> <div class="fss_main"> <form id="mainform" action="<?php echo JRoute::_("index.php"); ?> " method="post" class="form-horizontal form-condensed"> <?php echo FSS_Helper::PageStylePopup(true); ?> <?php echo FSS_Helper::PageTitlePopup('SUPPORT_ADMIN', $this->sig_item->id > 0 ? "EDIT_SIGNATURE" : "NEW_SIGNATURE"); ?> <input type="hidden" name="option" value="com_fss" /> <input type="hidden" name="view" value="admin_support" /> <input type="hidden" name="layout" value="signature" /> <input type="hidden" name="tmpl" value="component" /> <input type="hidden" name="task" value="signature.save" /> <input type="hidden" name="saveid" value="<?php echo $this->sig_item->id; ?> " /> <div class="control-group"> <label class="control-label"><?php echo JText::_('DESCRIPTION');
* @author Freestyle Joomla * @copyright (C) 2013 Freestyle Joomla * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html **/ defined('_JEXEC') or die; ?> <form action="<?php echo FSSRoute::_("index.php?option=com_fss&view=admin_support&task=update.field"); ?> " method="post" class="form-horizontal" id="fssForm"> <?php echo FSS_Helper::PageStylePopup(true); ?> <?php echo FSS_Helper::PageTitlePopup('SUPPORT_ADMIN', "EDIT_TICKET_FIELD"); ?> <?php $input = FSSCF::FieldInput($this->field, $this->errors, "ticket", array('ticketid' => FSS_Input::getInt('ticketid'), 'userid' => $this->ticket->user_id, 'ticket' => $this->ticket)); ?> <div class="control-group" style="min-height:<?php echo (int) $this->field['min_popup_height']; ?> px;"> <label class="control-label"> <?php echo FSSCF::FieldHeader($this->field, false, false); ?>
<?php /** * @package Freestyle Joomla * @author Freestyle Joomla * @copyright (C) 2013 Freestyle Joomla * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html **/ defined('_JEXEC') or die; echo FSS_Helper::PageStylePopup(true); echo FSS_Helper::PageTitlePopup("INCLUDE_USER"); ?> <p><?php echo JText::_('INCLUDE_USER_HELP'); ?> </p> <form action="<?php echo FSSRoute::_('index.php?option=com_fss&view=ticket&tmpl=component&what=pickccuser&ticketid=' . FSS_Input::getInt('ticketid')); ?> " method="post" name="fssForm"> <div class="input-append"> <input type="text" name="search" id="filter" value="<?php echo FSS_Helper::escape($this->search); ?> " onchange="document.fssForm.submit();" placeholder="<?php echo JText::_("SEARCH"); ?> "/> <button class="btn btn-primary" onclick="this.form.submit();"><?php
<?php /** * @package Freestyle Joomla * @author Freestyle Joomla * @copyright (C) 2013 Freestyle Joomla * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html **/ defined('_JEXEC') or die; echo FSS_Helper::PageStylePopup(true); echo FSS_Helper::PageTitlePopup('SUPPORT_ADMIN', "Signatures"); ?> <div class="fss_spacer"></div> <table class="table table-bordered table-condensed table-striped"> <thead> <tr> <th style="text-align:left;"><?php echo JText::_('Description'); ?> </th> <th width="1%"><?php echo JText::_('DEFAULT'); ?> </th> <th width="1%"><?php echo JText::_('PERSONAL'); ?> </th>
<?php /** * @package Freestyle Joomla * @author Freestyle Joomla * @copyright (C) 2013 Freestyle Joomla * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html **/ defined('_JEXEC') or die; echo FSS_Helper::PageStylePopup(true); echo FSS_Helper::PageTitlePopup(JText::_("Select a new author")); ?> <form action="<?php echo FSSRoute::_('index.php?option=com_fss&view=admin_content&tmpl=component&type=' . $this->id . '&what=author'); ?> " method="post" name="fssForm"> <div id="editcell"> <div class="input-append"> <input type="text" name="search" id="xsearch" value="<?php echo FSS_Helper::escape($this->search); ?> " onchange="document.fssForm.submit();" placeholder="<?php echo JText::_("SEARCH"); ?> " /> <button class="btn btn-primary" onclick="this.form.submit();"><?php echo JText::_("GO"); ?> </button> <button class="btn btn-default" onclick="jQuery('#xsearch').val('');"><?php
/** * @package Freestyle Joomla * @author Freestyle Joomla * @copyright (C) 2013 Freestyle Joomla * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html **/ defined('_JEXEC') or die; ?> <form id="fssForm" name="fssForm" action="<?php echo JRoute::_('index.php?option=com_fss&view=admin_insert&tmpl=component&type=' . FSS_Input::getCmd('type') . "&editor=" . FSS_Input::getCmd('editor')); ?> " method='post'> <?php echo FSS_Helper::PageStylePopup(true); echo FSS_Helper::PageTitlePopup(JText::_($this->addbtntext)); ?> <?php $this->OutputTable(); ?> </div> <div class="modal-footer"> <a href='#' class="btn btn-default" onclick='parent.fss_modal_hide(); return false;'><?php echo JText::_('CANCEL'); ?> </a> </div> </form>
* @author Freestyle Joomla * @copyright (C) 2013 Freestyle Joomla * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html **/ defined('_JEXEC') or die; ?> <form action="<?php echo FSSRoute::_("index.php?option=com_fss&view=ticket&tmpl=component&ticketid=" . FSS_Input::getInt('ticketid')); ?> " method="post" class="form-horizontal" id="fssForm"> <?php echo FSS_Helper::PageStylePopup(true); ?> <?php echo FSS_Helper::PageTitlePopup("SUPPORT", "EDIT_TICKET"); ?> <?php $input = FSSCF::FieldInput($this->field, $this->errors, "ticket", array('ticketid' => FSS_Input::getInt('ticketid', 0), 'userid' => $this->ticket['user_id'], 'ticket' => $this->ticket)); ?> <div class="control-group" style="min-height:<?php echo $this->field['min_popup_height']; ?> px;"> <label class="control-label"> <?php echo FSSCF::FieldHeader($this->field, false, false); ?>
/** * @package Freestyle Joomla * @author Freestyle Joomla * @copyright (C) 2013 Freestyle Joomla * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html **/ defined('_JEXEC') or die; ?> <form action="<?php echo FSSRoute::_('index.php?option=com_fss&view=admin_support&layout=canned&tmpl=component'); ?> " method="get" id="cannedForm"> <?php echo FSS_Helper::PageStylePopup(true); echo FSS_Helper::PageTitlePopup('SUPPORT_ADMIN', "CANNED_REPLIES"); ?> <div class="fss_spacer"></div> <table class="table table-bordered table-condensed table-striped"> <thead> <tr> <th style="text-align:left;"><?php echo JText::_('Description'); ?> </th> <th><?php echo JText::_('GROUPING'); ?>
<?php /** * @package Freestyle Joomla * @author Freestyle Joomla * @copyright (C) 2013 Freestyle Joomla * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html **/ defined('_JEXEC') or die; echo FSS_Helper::PageStylePopup(true); echo FSS_Helper::PageTitlePopup(JText::_("Select related article")); ?> <form method="post" action="<?php echo FSSRoute::x('&'); ?> " id="fssForm" name="fssForm"> <div class="pull-right"> <?php echo $this->filter_html['published']; ?> <?php if (FSS_Permission::auth("core.edit", "com_fss.kb")) { ?> <?php echo $this->filter_html['userid']; ?> <?php } ?>
<?php /** * @package Freestyle Joomla * @author Freestyle Joomla * @copyright (C) 2013 Freestyle Joomla * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html **/ defined('_JEXEC') or die; echo FSS_Helper::PageStylePopup(); echo FSS_Helper::PageTitlePopup(JText::_("PRODUCTS_SELECTED_FOR_GROUP")); ?> <ul> <?php foreach ($this->products as $product) { ?> <li><?php echo $product->title; ?> </li> <?php } ?> <?php if (count($this->products) == 0) { ?> <li>None Selected</li> <?php }
<?php /** * @package Freestyle Joomla * @author Freestyle Joomla * @copyright (C) 2013 Freestyle Joomla * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html **/ defined('_JEXEC') or die; echo FSS_Helper::PageStylePopup(true); echo FSS_Helper::PageTitlePopup(JText::_("Add users to ticket group")); ?> <form action="<?php echo FSSRoute::_('index.php?option=com_fss&view=admin_groups&tmpl=component', false); ?> " method="post" name="fssForm" id="adminForm"> <input name="boxchecked" value="0" type="hidden" /> <style> table.adminlist td { padding-top:0px; padding-bottom:0px; /*padding:0px;*/ } </style> <?php if (FSS_Permission::auth("fss.groups", "com_fss.groups")) { ?> <div class="input-append">
<?php /** * @package Freestyle Joomla * @author Freestyle Joomla * @copyright (C) 2013 Freestyle Joomla * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html **/ defined('_JEXEC') or die; echo FSS_Helper::PageStylePopup(true); echo FSS_Helper::PageTitlePopup('Signature Preview'); ?> <?php echo FSS_Helper::ParseBBCode(trim($this->signature)); ?> <?php echo FSS_Helper::PageStylePopupEnd();